.wrapper {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-size: 12px;
}


header {
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
}

.date-time {
    float: left;
    margin-left: 105px;
}



.search-input {
    height: 25px;
    border: none;
    background: #fff;
    background-image: url('../img/6.png');
    background-repeat: no-repeat;
    background-position: 5px;
    text-indent: 25px;
}

.submit-btn {
    color: #fff;
    background: #3898d4;
    padding: 5px 10px;
    cursor: pointer;
}

nav {
    height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eef7ff;
}

.crumbs {
    float: left;
    width: 135px;
    line-height: 110px;
    height: 110px;
    background: #0679ce;
    text-align: center;
    color: #fff
}

.crumbs a {
    color: #fff;
}


.item {
    float: left;
    padding-left: 30px;
    width: 229px;
    line-height: 1.5;
}

.nav-title {
    height: 25px;
    line-height: 25px;
    padding-top: 13px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.home {
    width: 25px;
    height: 25px;
    background: url('../img/1.png');
}

.nav-title {
    font-size: 16px;
    color: #3383c7
}

.floder {
    width: 25px;
    height: 25px;
    margin-top: -7px;
    background: url('../img/icon.png') -110px -152px;
}

.menu-list {
    margin-left: 30px;
    overflow: hidden;
}

.menu-list li {
    float: left;
    margin-right: 17px;
}

.separator {
    float: left;
    height: 95px;
    background: #8ab9e1;
    width: 2px;
}

.online {
    width: 25px;
    height: 25px;
    background: url('../img/icon.png') -155px -152px;
}

.self {
    width: 25px;
    height: 25px;
    background: url('../img/icon.png') -55px -202px;
    margin-top: -7px;
}

.part {
    width: 25px;
    height: 25px;
    margin-top: -7px;
    background: url('../img/icon.png') -10px -202px;
}

.announcement {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-size: 16px;
    background: #ededee;
}

.announcement-icon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background: url('../img/icon.png') -232px -162px;
}

/**/
.announcement .scrollbox{width: 1060px; height:40px;float:left;overflow: hidden; padding-left: 10px;}
.announcement #scrollDiv{width:760px;height:40px; overflow:hidden;float:left;}
#scrollDiv li{height:40px; width:760px; overflow:hidden; vertical-align:bottom; zoom:1;}
#scrollDiv li h3{ height:40px;line-height:40px;font-size:14px; color:#353535; width:700px;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#F00}

.arrow-more {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.a-arrow-left {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: solid 2px #385B9B;
    border-bottom: solid 2px #385B9B;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
	cursor: pointer;

}

.a-arrow-right {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: solid 2px #385B9B;
    border-bottom: solid 2px #385B9B;
    transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
	cursor: pointer;
}
/**/


.sub-header {
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    /*background: linear-gradient(#D3E9FF, #F8FCFF);*/
    background: #D3E9FF;

    border-left: solid 1px #BFDFEA;
    border-bottom: solid 1px #BFDFEA;
}

.h-datetime {
    float: left;
    margin-left: 70px;
}

.weather-container {
    float: right;
}

aside {
    width: 223px;
    float: left;
	background: #fff;
	padding-bottom: 30px;
	border: 1px solid #ccc;
}

.l-title-c {
    /*text-align: center;*/
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
	border-bottom:1px solid #fff;
	background:#f0f0f0;
	    border-left: 4px solid #1681DF;
}


.l-title-c a.l-t-title {
    float: left;
    margin-left: 20px;
	font-size:16px;
	    color: #43b9ff;
}

.category {
    margin: 0px;
    font-size: 14px;
    padding: 0 7px;
	padding-top: 10px;
}

.category li {
    list-style: none;
    overflow: hidden;
    height:40px;
	line-height:40px;
    border-bottom: 1px dashed #ddd;
}


.active {
    color: #CE0102;
}
.list-container {
    overflow: hidden;
}


a.c-t-text {
    color: #666;
    float: left;
    padding-left: 30px;
	font-size:14px;
	background: url(../img/lino.png) no-repeat 19px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.c-t-check {
    background: url(../img/lnyes.png) no-repeat  no-repeat 17px center;
    color: #1681df;
}
   
a.c-t-text:hover{color: #1681DF;
    background-color: #f8f8f8;
	}


.article-list-c {
    width: 950px;
    float: left;
    line-height: 1.5;
    background: #F3F3F3;
    margin-left: 15px;
}

.al-title {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #fff;
    background: #1681DF;
    font-size: 14px;
}

.al-title a{    color: #fff;}
.al-title a:hover{text-decoration: underline;}
.al-list-show {
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 865px;
}

.al-list-show ul.news {
  
}

.al-list-show ul.news li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    background: url(../img/li_bg2.gif) no-repeat left;
    padding-left: 15px;
	    color: #3e3a37;
		font-size:14px;
}

.al-list-show ul.news li a{
font-size:14px;
color:#3e3a37;}
.al-list-show ul.news li a:hover{    
color: #f50;}
.al-list-show ul.news li span{
color:#666;
font-size: 12px;
}


/*分页 start*/
.page{
  width:auto;
  height:37px;
  padding:34px 0px;
  display: flex;
}
.page ul{
  display:block;
  margin:0 auto;
}
.page ul li{
      height: 35px;
    float: left;
    margin-right: 5px;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    padding: 0px 13px;
    line-height: 35px;
	    font-size: 12px;
}
.page ul li a{
  display:block;
  height:35px;
  text-align:center;
  line-height:35px;
  color:#666;
}
.page ul li:hover{
      background-color: #036cb4;
    color: #ffffff;
    border: 1px solid #036cb4;
}
.page ul li:hover a{
  color:#ffffff;
}

.page ul li.thisclass{
  background-color:#036cb4;
  color:#ffffff;
  border:1px solid #036cb4;
  padding:0px 13px;
  height:35px;
  line-height:35px;
  text-align:center;
}
.page ul li.thisclass a{
  color:#ffffff;
}
/*分页 end*/


.friendlink-container {
    background: #3383c7;
    height: 205px;
    margin-top: 70px;
}

.friendlink {
    padding-top: 53px;
    color: #d0dfef;
}

.f-service {
    float: left;
    background: #007dc2;
    width: 335px;
    height: 92px;
    padding-top: 18px;
    margin-left: 10px;
}

.s-item {
    float: left;
    padding-top:10px;
    width: 82px;
    text-align: center;
    cursor: pointer;
}
.s-separate{
    float: left;
}

.f-list {
    margin-left: 25px;
    width: 555px;
}

.f-l-list {
    margin-top: 15px;
}

.f-l-list div {
    line-height: 2;
    float: left;
    width: 20%;
}
.f-l-list div a{color:#fff;}
.f-l-list div a:hover{text-decoration: underline;}

.record {
    background-image: url("../img/bg.png");
    height: 115px;
    -webkit-background-size: cover;
    background-size: cover;
}

.r-wrapper {
    padding-top: 25px;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.record-list {
    margin-left: 60px;
    float: left;
    line-height: 1.6;
}

.record-list span {
    margin-right: 20px;
}

.artice-container{
    padding: 0 10px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.author {
    height:60px;
    line-height:60px;
    text-align: center;
}

.control {
    height: 60px;
    padding: 10px 0;
    /*line-height: 60px;*/
    border-top:#0faff9 dotted 1px;
    border-bottom:#0faff9 dotted 1px;
}
.control div{font-size:14px;height:30px;line-height:30px;color:#666;}
.control div a{color:#333;}
.control div a:hover{color:#0faff9;}

.article-title {
    font-weight: bold;
    font-size: 20px
}

/**/
.article-box {
    border: 1px solid #0faff9;
    margin-bottom: 20px;
	margin-top:10px;
}
.article-box .title {
    height:45px;
	line-height:45px;
	padding-left:30px;
	color: #fff;
	background-color: #0679ce;
}
.article-box .title h4{font-size:18px;width:100px;float:left;}
.arc_pos{float:right;padding-right:20px;height:45px;line-height:45px;color:#fff;font-size:14px;}
.arc_pos a{color:#fff;}
.arc_pos a:hover{text-decoration: underline;}

.article {
	padding: 30px 45px;
}

.article .gwheader{
	padding: 10px 20px;
	border: 1px solid #ececec;
}

.article .article-title {
	color: #07283f;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
	margin-bottom: 10px;
}

.article .article-info {
	color: #999;
	font-size: 14px;
	text-align: center;
}

.article .article-info label {
	color: #999;
	font-weight: 400;
	margin: 0 8px;
}

.article .handle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.article .handle span {
	color: #333;
	font-size: 14px;
	margin: 0 10px;
}

.article .article-content p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.article tbody td p {
	text-indent: 0 !important;
}

.bdsharebuttonbox {
	float: right;
	display: inline-block;
}

/*局长信箱*/
.xwtable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.xwtable thead td {
	font-size: 16px;
	color: #333333;
	text-align: center;
	border: 1px solid #ccc;
	font-weight: bold;
  	background: #eef8ff;
}

.xwtable tbody tr {
	background: #fff;
	font-size: 14px;
	color: #666666;
}

.xwtable td {
	line-height: 30px;
	height:30px;
	text-align: center;
	padding: 4px 10px 3px 10px;
	border: 1px solid #ccc;
	background-color:#FFFFFF;
	
}
.tableDiv{
	    padding: 15px 10px;
}



	.xj-tb-bk {
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-bottom: 15px;
}
.gz-xj-tb {
    margin-bottom: 30px;
}
.gz-xj-tb .xj-tit {
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    border-left: 5px solid #00a6ff;
    padding-left: 6px;
}
.gz-xj-tb table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
}
.gz-xj-tb table tr th {
    border: 1px solid #dcdcdc;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    color: #333;
    text-align: center;
    width: 18%;
    background: #f8f7f7;
}
.gz-xj-tb table tr td {
    border: 1px solid #dcdcdc;
    height: 44px;
    line-height: 30px;
    color: #666;
    padding: 0 10px 0 15px;
    text-align: left;
}

.vote td{
	height: 35px;line-height: 35px;text-align: center;
	
}