
/*list页面*/
.m-newslist .news-menu {min-height: 800px;}
.m-newslist .news-menu .menu-tit {height: 50px; font-size: 24px; color: #fff; line-height: 50px; text-align: center; background: #b10606; font-weight: bold;}
.m-newslist .news-menu .menu-list li {border-bottom: 1px solid #ddd;}
.m-newslist .news-menu .menu-list li a {display: block; height: 59px; line-height: 59px; font-size: 18px; padding-left: 75px;  background-image: url(../images/menu-toggle.png); background-repeat: no-repeat; background-color: #fff; background-position: 45px -45px;}
.m-newslist .news-menu .menu-list li a:hover,.m-newslist .news-menu .menu-list li a.hover {font-weight: bold; color: #b10606; background-position: 45px 24px;}

.m-newslist .news-container {padding:0 20px;}
.m-newslist .news-container .list-tit {
    height: 49px;
    border-bottom: 1px solid #ddd;
}
.m-newslist .news-container .list-tit h1 {
    float: left;
    height: 49px;
    line-height: 49px;
    padding: 0 15px;
    color: #b10606;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #b10606;
}
.m-newslist .list-news {padding: 10px 0;}
.m-newslist .list-news li {height: 45px; line-height: 45px; padding-left: 25px; background: url(../images/arr1.png) 10px center no-repeat; border-bottom: 1px dashed #ddd;}
.m-newslist .list-news li span {float: right; padding-right: 5px; font-size: 13px; color: #999;}

/*内容页*/
.is-contentbox {padding: 20px;}
.content-title {font-size: 24px; text-align: center; line-height: 45px; font-weight: bold;}
.content-summary {height: 40px; line-height: 40px; color: #666; font-size: 12px; text-align: center;}
.content-summary a {color: #666;}
.content-summary span {margin: 0 10px;}
.content-share {height: 30px;}
.content-share .jiathis_style {float: right;}
.content-text {line-height: 2; color: #333; font-size: 16px; padding: 10px 0; min-height: 500px;}
.content-text  table{border-collapse:collapse; border-spacing:0;} 
.content-text p {margin: 10px 0;}
.content-text img {display: block; max-width: 100%; height: auto; margin: 0 auto;}
.content-text table {width: 100%; }
.content-text  table td {border: 1px solid #ccc;}
.content-text .downlist li {line-height: 26px; color: #ff0000; font-size: 14px;}

.content-text .guide {
    text-align: center;
    margin: 0 auto;
}
.content-text .guide .txt {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #c0c0c0;
    font-size: 14px;
}


.content-index {height: 30px; line-height: 30px; margin-bottom: 20px;}
.content-index .fl {padding-left: 30px; background: url(../images/index-lt.png) left center no-repeat;}
.content-index .fr {padding-right: 30px; background: url(../images/index-gt.png) right center no-repeat;}

.content-tips {height: 30px; line-height: 30px; margin-bottom: 20px;}
.content-tips a {display: inline-block; padding-left: 20px; margin-right: 10px;}
.content-tips .tips0 {background: url(../images/tips0.png) left center no-repeat;}
.content-tips .tips1 {background: url(../images/tips1.png) left center no-repeat;}
.content-tips .tips2 {background: url(../images/tips2.png) left center no-repeat;}
.content-tips a:hover {color: #1c73bb;}


/* 图片列表页 */
.m-newslist .news-container .list-pic li{
    float:left;
    overflow:hidden;
    text-align:center;
    line-height: 24px;
    padding-right: 15px;
    padding-top: 12px;
}

.m-newslist .news-container .list-pic li img {
    display: block;
    width: 190px;
    height: 120px;
    padding: 2px;
    border: 1px solid #e8e6e6;
}

/*站点地图 on*/
.m_sitemappage ul li{padding-bottom: 10px; border-bottom: 1px dashed #ddd; margin-bottom: 10px;}
.m_sitemappage ul li h4{height: 30px; line-height: 30px; font-weight: bold; font-size: 16px;}
.m_sitemappage ul li .m_ssdpj{padding: 5px 0;}
.m_sitemappage ul li .m_ssdpj a{margin-right: 15px; line-height: 28px;}
/*站点地图 end*/


/* feedback,detail-feedback */

.is-feedbox {
    margin:0 20px;
}

.is-feedbox li {
    min-height:35px;
    height:auto !important;
    height:35px;
    padding:0 0 10px 0;
    line-height:35px;
    font-size:14px;
    font-family:"Microsoft YaHei";
    zoom:1;
    clear:both;
}
.is-feedbox li label, .is-feedbox li input, .is-feedbox li img {
    float:left;
}
.is-feedbox li img {
    margin-right:10px;
}
.is-feedbox li label {
    width:90px;

}
.is-feedbox li input {
    background: #fff;
    position: relative;
    line-height: 1.5em;
    border: 1px solid #dddddd;
    padding: 6px;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.is-feedbox li textarea {
    background: #fff;
    position: relative;
    line-height: 1.5em;
    border: 1px solid #dddddd;
    padding: 6px;
    color: #a7b2b8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: auto;
    resize: none;
}
.is-feedbox input.button {
    background: #313233;
    display: inline-block;
    position: relative;
    height: 33px;
    overflow: hidden;
    margin: 18px 2% 2px 0;
    padding: 0 15px 0 15px;
    vertical-align: top;
    line-height: 34px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor:pointer;
}
.is-feedbox input.button:hover {
    background: #b10606;
    color: #fff;
}
.is-feedbacklist {
    margin:10px 0;
}
.is-feedbacklist li {
    padding:10px 0;
    border-bottom:1px solid #ddd;
    line-height:20px;
}
.is-feedbacktitle {
    background:#f1f1f1;
    color:#333;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.is-feedbacktitle dl {
    padding:5px 10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    color:#BF0209;
    height: 21px;
}
.is-feedbacktitle .right {
    float:right;
    padding-right: 40px;
}

.is-feedbackcontent{ padding:10px;}

.is-mialhf{position:relative;background:#f4f4f4;border:1px solid #ddd;padding:15px}
.is-hftitle{height:47px;border-bottom:1px dashed #a9a9a9;line-height:47px;font-size:18px;color:#c50000;font-family:"Microsoft YaHei"}

.is-hfcontent {
    color:#555;
    line-height:24px;
    padding:16px 4px;
}


/* 搜索 */
.is-search-jl {
    height:40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}
.is-search-list {
    height:auto;
    min-height:550px;
    _height:550px;
}
.is-search-list ul li {
    height:auto;
    line-height:30px;
    list-style:none;
    color:#999999;
    padding-left:20px;
    padding-bottom:5px;
    border-bottom:1px dashed #dddddd;
    margin-bottom:5px;
}
.is-search-list ul li span {
    float:right;
    font-family:Arial, Helvetica, sans-serif;
}
.is-search-list ul li a {
    color:#333333;
    font-size:14px;
}
.is-search-list ul li p {
    line-height:20px;
}

/* 民意征集内容页 */
.is-viewbox {
    border:1px solid #ddd;
    margin:10px 0;
}

.is-con-fj {
    height:30px;
    line-height:30px;
    font-size:14px;
    padding:5px 10px;
    color:#333;
    background:#f5f5f5;
    text-align:center;
}
.is-viewbox .is-newscontnet {
    padding:10px;
    min-height:300px;
    _height:300px;
    line-height: 2;
}

.is-viewsub {
    font-size:14px;
    font-weight:bold;
    height:35px;
    line-height:35px;
}

/* 民意征集feedback页面 */
.is-feedbacklist {
	margin:10px 0;
}
.is-feedbacklist li {
	padding:10px 0;
	border-bottom:1px solid #ddd;
	line-height:20px;
}
.is-feedbacktitle {
	background:#f1f1f1;
	color:#333;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.is-feedbacktitle dl {
	padding:5px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#333;
}
.is-feedbacktitle .right {
	float:right;
}
.is-bold {
	font-weight:bold;
	color:#f60;
}
.is-feedbackcontent {
	color:#333;
	padding:5px 10px;
	line-height:20px;
}



/*领导之窗*/
.m-leader .sideMenu {padding: 5px 15px;}
.m-leader .sideMenu h3 {height: 44px; line-height: 44px; border: 1px solid #b10606; padding-left: 100px; font-size: 18px; color: #b10606; margin-bottom: 10px; background-image: url('../images/leader-menu.png'); background-repeat: no-repeat; background-color: #fff; background-position: 60px 10px; cursor: pointer;}
.m-leader .sideMenu h3.on {font-weight: bold; color: #fff; background-color: #b10606; background-position: 60px -45px;}
.m-leader .sideMenu .con {overflow: hidden;}
.m-leader .sideMenu .con .pic { display: block; margin: 20px auto 5px; width: 149px; height: 192px; padding: 3px; border: 1px solid #ddd;}
.m-leader .sideMenu .con h4 {line-height: 30px; font-size: 18px; color: #c30909; text-align: center; margin-bottom: 10px;}
.m-leader .sideMenu .con .write {display: block;width: 158px; height: 40px; line-height: 40px; background: url('../images/leader-write.png') 30px center no-repeat #b10606; font-size: 18px; color: #fff; font-weight: bold; text-indent: 60px; border-radius: 10px; margin: 0 auto;}
.m-leader .sideMenu .con .write:hover {background-color: #a60505;}
.m-leader .sideMenu .con .leader-list {padding: 20px 0;}
.m-leader .sideMenu .con .leader-list li {border-bottom: 1px dashed #ddd;}
.m-leader .sideMenu .con .leader-list li a {display: block; padding-left: 20px; height:  56px; background: url('../images/arr1-red.png') 5px center no-repeat; overflow: hidden; font-size: 16px;}
.m-laeder .sideMenu .con .leader-list li a.hover {color: #b10606;}
.m-leader .sideMenu .con .leader-list li .name {float: left; line-height: 56px;}
.m-leader .sideMenu .con .leader-list li .duty {overflow: hidden; line-height: 56px;}
.m-leader .text {font-size: 15px; line-height: 36px; text-indent: 2em; overflow: auto; padding: 10px 20px; text-align: justify; max-height: 288px;}
.m-leader .p-list {height: 224px;}

.m-leader .sideMenu .con .leader-list li span.photo{display:none;}

.wzbot{width: 100%; height: 24px; line-height: 24px; padding: 10px 0; margin-top: 30px; border-top: 1px solid #ddd;}
.wzbot ul li{float: left; margin-right: 5px;}
.wzbot ul li a{display: inline-block; border: 1px solid #ddd; padding: 0 17px; color: #666;}
.wzbot ul li a:hover{background: #b10606; color: #fff;}

.detail_downlist{margin: 10px auto; background: url(../images/detail_icon.png) 10px -277px no-repeat;}
.detail_downlist ul li{height: 30px; line-height: 30px; padding-left: 30px; font-size: 16px;}
