/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Pangolin');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	background: #f1f1f1;
}
.container {
	display: block;
	margin: 0 auto;
	width: 980px;
}
.container::after {
	content: '';
	display: block;
	clear: both;
}
.gov_header {
	display: block;
	background: #034da2;
	color: #fff;
	padding: 2px;
	height: 10px;
}
.gov_header::after {
	content: '';
	display: block;
	clear: both;
}
.gov_header a {
	display: block;
	float: right;
	padding: 8px;
	width: 20px;
	text-align: center;
	margin-right: 2px;
	color: #fff;
	line-height: 18px;
	text-decoration: none;
}
.gov_header input {
	display: inline-block;
	padding: 6px;
	box-sizing: border-box;
	line-height: 18px;
	border: 2px solid #f37020;
}

.search_div input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search_div input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search_div input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search_div input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.gov_mid_head {
	display: block;
	background: #fff;
	overflow: hidden;
	height: 100px;
}
.gov_mid_head img {
	height: 70px;
	margin-top: 15px;
}
.gov_search {
	display: block;
	float: right;
	padding: 25px;
}
.search_div {
	display: block;
	border-radius: 50px;
	background: #bf0000;
	padding: 0 0px;
}
.gov_search input {
	background: #f37020;
	color: #fff;
	border: none;	
	padding: 10px;
	padding-left: 20px;
	line-height: 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.gov_search button {
	line-height: 20px;
	padding: 10px;
	background: #f37020;
	border: none;
	cursor: pointer;
	color: #fff;
	min-width: 40px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.gov_search input:focus, .gov_search button:focus {
	outline: none;
}
.gov_m_sco {
	display: block;
	float: right;
	padding-top: 10px;
	margin-left: 15px;
}
.gov_m_sco a {
	color: #f5b10e;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	text-align: center;
	border-radius: 50px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;		
}
.gov_m_sco a:hover {
	background: #fff;
	color: #f37020;
}
.gov_mhead_wdt {
	display: block;
	float: right;
}
.gov_mhead_wdt div.items {
	display: block;
	float: left;
	height: 100px;
	padding: 10px;
	color: #f5b10e;
	line-height: 20px;
	padding-top: 25px;
	box-sizing: border-box;
	min-width: 90px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.gov_mhead_wdt div.items span {
	font-size: 14px;
	display: block;
	font-weight: 700;
}
.gov_menus {
	background: #034da2;
	border-top: 2px solid #333;
}
.navbar {
  overflow: hidden;
  background-color: #034da2;
	
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  border-right: 1px solid #4578ad;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown  {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropbtn {
	box-sizing: border-box;
	height: 37px;
	padding: 0;
	display: block;
}
#nav_specail {
	background: #b0d236;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #4578ad;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.gov_l_block {
	display: block;
	float: left;
	width: calc(100% - 300px);
	padding-top: 20px;
}

.gov_r_block {
	display: block;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 20px;
}
.gov_slide_group {
	display: block;
	position: relative;
	height: 350px;
	width: 680px;
}
.gov_slide_btns {
	display: block;
	position: absolute;
	top: 125px;
	margin: 20px;
	color: #fff;
	cursor: pointer;
}
.gov_slide_btns:hover {
	text-shadow: 1px 1px 20px #000;
}
.slide_prev {
	right: 0;
}
.gov_slide {
	display: block;
	width: 680px;
	height: 350px;
}
.gov_slide::after {
	content: '';
	display: block;
	clear: both;
}
.gov_slide a.s_group {
	width: 680px;
	height: 350px;
	display: block;
	float: left;
	overflow: hidden;
}
.gov_sil {
	display: block;
	overflow: hidden;
	width: 680px;
	height: 350px;
	position: relative;
}
.gov_sil div.news {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color:rgba(0, 0, 0, 0.5);
	color: #fff;
	height: 350px;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	
}
.sld_txt {
	display: table;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
	font-family: 'Roboto Slab', serif;
	color: #fff;	
	font-size: 24px;
	line-height: 30px;
	margin-right: 40px;
	height: 350px;
	padding: 20px;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;
}
.slide_pages {
	display: block;
	bottom: 0;
	right: 0;
	margin-right: 15px;
	position: absolute;
	margin-bottom: 20px;	
}
.slide_pages a {
	background: #fff;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	width: 10px;
	font-size: 0;
	height: 10px;
	overflow: hidden;
	border-radius: 50px;
}
.slide_pages a:hover {
	background: #bf0000;
}
.slide_pages a.selected {
	background: #bf0000;
}
.slide_timer {
	display: block;
	bottom: 0;
	width: 100%;
	background: #bf0000;
	height: 5px;
	position: absolute;
}
.gov_sil span {	
	display: table-cell;
    vertical-align: middle;
	overflow: hidden;
	height: 350px;
	box-sizing: border-box;
}
.gov_sil div.slide {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	
}
.gov_sil img {
	display: block;
	width: 100%;
	
}
.gov_list_news {
	display: block;
}
.gov_list_news::after {
	content: '';
	display: block;
	clear: both;
}
.gov_list_big {
	display: block;
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-top: 20px;
}
.gov_list_big:nth-child(2n) {
	margin-right: 0;
}
.gov_list_big a {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.gov_list_big a img {
	width: 100%;
	height: 200px;
}
.gov_list_big div.news {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	background-color:rgba(0, 0, 0, 0.7);
	color: #fff;
	text-decoration: none;
	padding: 10px;
	box-sizing: border-box;
}
.gov_list_three {
	display: block;
	float: left;
	width: calc(33.3333334% - 10px);
	margin-right: 15px;
	margin-top: 15px;
}
.gov_list_three:nth-child(3n) {
	margin-right: 0;
}
.gov_list_three a {
	display: block;
	width: 100%;
	height: 200px;
	text-decoration: none;
	color: #333;
	overflow: hidden;
}
.gov_list_three a img {
	width: 100%;
	height: 150px;
}
.gov_list_three div.news {
	display: block;
	bottom: 0;
	width: 100%;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	box-sizing: border-box;
}
.gov_news_header {
	display: block;
	background: #034da2;
	margin-top: 20px;
}
.gov_news_header::after {
	content: '';
	display: block;
	clear: both;
}
.gov_news_header h2 {
	display: block;
	float: left;
	padding: 3px 20px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	background: #f37020;
}
.gov_news_header_mi {
	display: block;
	background: url(../images/local/h2.png);
	margin-top: 20px;
	margin-bottom: 20px;
}
.gov_news_header_mi::after {
	content: '';
	display: block;
	clear: both;
}
.gov_news_header_mi h2 {
	display: block;
	float: left;
	padding: 3px 20px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	background: #f37020;
}
.gov_adv img {
	display: block;
	width: 100%;
	height: 140px;
	margin-top: 20px;
}

.gov_news_two {
	display: block;
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-top: 20px;
}
.gov_news_two:nth-child(2n) {
	margin-right: 0;
}
.gov_news_two a {
	display: block;
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.gov_news_two a img {
	width: 100%;
}
.gov_news_two div.news {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 15px;
	background-color:rgba(0, 0, 0, 0.7);
	color: #fff;
	text-decoration: none;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}
.gov_news_t_list {
	display: block;
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-top: 20px;
	border-right: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.gov_news_t_list:nth-child(2n) {
	margin-right: 0;
	border: none;
}
.gov_news_t_list a {
	display: block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 20px;
	
}
.gov_news_t_list a::after {
	content: '';
	display: block;
	clear: both;
}
.gov_news_t_list img {
	display: block;
	float: left;
	width: 35%;
	height: 85px;
}
.gov_news_t_list div.news {
	overflow: hidden;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	height: 85px;
	border-bottom: 1px solid #f1f1f1;
	margin-right: 20px;
	padding-right: 0;
	font-size: 16px;
	color: #333;
}
.gov_fooder {
	margin-top: 20px;
	background: #f37020;
}
.gov_b_line {
	background: #034da2;
	height: 20px;
	margin-bottom: 20px;
}
.gov_f_logo img {
	display: block;
	width: 200px;
}
.gov_f_logo {
	margin-bottom: 15px;
}
.gov_f_logo::after {
	content: '';
	display: block;
	clear: both;
}
.gov_f_line {
	display: block;
	height: 1px;
	background: #fbe8dd;
	width: calc(100% - 45px);
	margin-top: -12px;
	margin-left: 45px;
}
.gov_f_menu {
	display: block;
}
.gov_f_menu a {
	display: block;
	float: left;
	padding: 10px;
	color: #fbe8dd;
	text-decoration: none;
}
.gov_f_menu::after {
	content: '';
	display: block;
	clear: both;
}
.gov_copyright {
	padding: 10px;
	color: #fbe8dd;
}
.gov_copyright a {
	color: #fbe8dd;
	
}
.gov_news_tabs {
	display: block;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.gov_news_tabs::after {
	content: '';
	display: block;
	clear: both;
}
.gov_news_tabs a {
	display: block;
	background: #fff;
	color: #333;
	text-decoration: none;
	float: left;
	padding: 10px 8px;
	border-right: 1px solid #f1f1f1;
}
.gov_news_tabs a.selected {
	background: #fff;
	color: #f37020;
}
.gov_s_news_list {
	display: none;
	overflow-y: scroll; 
	height:720px;
	background: #fff;
}
.gov_s_news_list.selected {
	display: block;
}
.gov_s_news_list a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-right: 10px;
}
.gov_s_news_list a span {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
}
.gov_r_adv {
	display: block;
	margin-bottom: 20px;
}
.gov_sleft {
	display: block;
	float: left;
	width: 220px;
	margin-top: 20px;
}
.gov_smenus {
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
.gov_smenus::after {
	content: '';
	display: block;
	clear: both;
}
.gov_smenus h3 {
	display: block;
	text-decoration: none;
	border-bottom: 3px solid #f37020;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 16px;
	margin: 0;
	color: #f37020;
}
.gov_smenus a {
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #e6e6e6;
	padding: 5px 15px;
	padding-left: 5px;
	font-size: 15px;
	margin: 0 10px;
}
.gov_smenus a:last-child {
	border-bottom: none;
}
.gov_smenus a.selected {
	color: #f37020;
}
.gov_sover {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 20px;
}
.gov_s_news {
	display: block;
	background: #fff;
}
.gov_s_news::after {
	content: '';
	display: block;
	clear: both;
}
.gov_s_news a {
	display: block;
	background: #fff;
	padding: 5px;
	text-decoration: none;
	color: #333;
	float: left;
	width: 50%;
	height: 150px;
	border-right: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	box-sizing: border-box;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.gov_s_news a:hover {
	-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
}
.gov_s_news a:hover h2 {
	color: #bf0000;
}
.gov_s_news a::after {
	content: '';
	display: block;
	clear: both;
}
.gov_s_news a img {
	width: 130px;
	height: 130px;
	display: block;
	float: left;
}
.gov_s_news a div.news {
	display: block;
	overflow: hidden;
	padding-left: 10px;
	font-weight: 500;
	font-size: 16px;
	margin-right: 15px;
	height: 140px;
}
.gov_s_news a div.news h2 {
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 16px;
	max-height: 40px;
}
.gov_s_news a div.date {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-top: 5px;
	color: #ccc;
}
.gov_s_news a div.news span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	margin-top: 5px;
	text-align: justify;
	color: #888;
	max-height: 60px;
}
.gov_sslide {
	margin-bottom: 10px;
}
.gov_sslide::after{
	content: '';
	display: block;
	clear: both;
}
.gov_sslider {
	display: block;
	float: left;
	width: 33.33333334%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-right: 2px solid #f1f1f1;
}
.gov_sslider:nth-child(3n) {
	border-right: none;
}
.gov_sslider a {
	color: #333;
	text-decoration: none;
}
.gov_sslider img {
	display: block;
	width: 100%;
	height: 130px;
}
.gov_sslider div.news {
	display: block;
	padding: 5px;
	font-weight: 500;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	
}
.gov_category_head::after {
	content: '';
	display: block;
	clear: both;
}
.gov_category_head h1{
	display: block;
	font-weight: 300;
	font-size: 20px;
	margin: 0;
	padding: 5px 30px;
	padding-left: 10px;
	color: #fff;
	float: left;
	background: #f37020;
}
.gov_pagelist {
	display: block;
	margin-top: 10px;
}
.gov_pagelist a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	float: left;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #f1f1f1;
	width: 30px;
	text-align: center;
}
.gov_pagelist::after {
	content: '';
	display: block;
	clear: both;
}
.gov_pagelist a.selected {
	color: #f37020;
}
.gov_pagelist span {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	float: left;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #f1f1f1;
	width: 30px;
	text-align: center;
}
.news_rig {
	display: block;
	float: right;
	width: 240px;
	background: #fff;
	margin-top: 10px;
}
.news_left {
	display: block;
	overflow: hidden;
}
.news_group {
	display: block;
	background: #fff;
	margin-top: 10px;
	margin-right: 20px;
	padding: 10px;
}
.news_head h1 {
	display: block;
	font-weight: 400;
	font-size: 28px;
	padding: 10px;
	padding-top: 0;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
}
.news_image {
	padding: 10px;
	display: block;
}
.news_image img {
	display: block;
	width: 100%;
}
.news_slot {
	display: block;
	padding: 10px;
	font-size: 13px;
	color: #666;
	padding-bottom: 0;
}
.news_content {
	display: block;
	padding: 10px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 23px;
	text-align: justify;
	padding-left: 15%;
	color: #333;
	
}
.news_content blockquote  {
	display: block;
	float: left;
	width: 300px;
	padding: 20px;
	margin-left: -50px;
	border-left: 2px solid #f37020;
	left: 0;
	quotes: "\201C" "\201D";
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
	font-style: italic;
}
.news_content blockquote:hover {
	background: #fff;
	color: #f37020;
}
.news_content blockquote:before {
	color: #f37020;
    content: open-quote;
    font-size: 4em;
    line-height: .5em;
    font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    vertical-align: -0.5em;
}
.news_content a {
	color: #f37020;
	font-weight: bold;
	text-decoration: none;
}
.news_content img {
	max-width: 100%;
}
.news_content h3 {
	color: #f37020;
}
.news_share_b {
	display: block;
	float: right;
	margin-right: 5px;
}
.news_socails {
	text-align: right;
	padding: 0 10px;
}
.news_socails::after {
	content: '';
	display: block;
	clear: both;
}
.news_content iframe {
	margin-left: -12%;
}
.news_comment {
	display: block;
	margin-left: 20px;
}
.gov_up_header {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #f37020;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 2px solid #fff;
}
.slide_50 {
	display: block;
	width: 480px;
}
.slide_50::after {
	content: '';
	display: block;
	clear: both;
}
.slide_50 a {
	width: 480px;
	display: block;
	float: left;
}
.f_slide_btns {
	display: block;
	position: absolute;
	top: 0;
}
a.txt_btns {
	top: 0;
	position: absolute;
	background: #fff;
	display: block;
	width: 40px;
	text-align: center;
	padding-top: 95px;
	box-sizing: border-box;
	background-color:rgba(0, 0, 0, 0.5);
	color: #fff;
}
a.right {
	right: 0;
}
.f_s_gruop {
	display: block;
	position: relative;
}









