@charset "utf-8";
/* CSS Document */
/*
* @description: 网站内页样式
* @author: ishang_pan
* @update: ishang_pan (2017-09-22 13:30)
*/

.is-main{margin: 10px auto; padding: 20px; width: 1160px; background: #fff;}

/*面包屑导航 on*/
.m-location{width: 100%; height: 36px; line-height: 36px; text-indent: 18px; background: url(../images/page/page_icon.png) left 9px no-repeat;}
/*面包屑导航 end*/

/*列表页 on*/
.list-left{width: 257px; min-height: 885px; background: #f5f5f5;}
.list-left h1{width: 100%; height: 50px; line-height: 50px; text-indent: 15px; font-size: 18px; color: #fff; font-weight: bold; background: url(../images/page/list_icon.png) #0039aa 222px 18px no-repeat;}
.listleft-box{width: 255px; min-height: 834px; border: 1px solid #ddd; border-top: none;}
.listleft-box ul li{width: 100%; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.listleft-box ul li a{display: block; text-indent: 43px; background: url(../images/page/list_icon.png) 190px -90px no-repeat; font-size: 16px;}
.listleft-box ul li.list-active a,.listleft-box ul li a:hover{background: url(../images/page/list_icon.png) #fff 187px -151px no-repeat; border-left: 3px solid #0039aa; text-indent: 40px; color: #0039aa;}
.list-right{width: 893px;}
.listright-title{width: 100%; height: 47px; line-height: 46px; border-bottom: 1px solid #ddd; margin-top: 2px;}
.listright-title span{display: inline-block; padding: 0 18px; border-bottom: 2px solid #0039aa; color: #0039aa; font-size: 18px; float: left;}
.listright-box{width: 903px; min-height: 782px; margin: 0 auto;}
.listright-box ul li{width: 100%; line-height: 30px; text-indent: 15px; background: url(../images/page/list_icon.png) left -53px no-repeat;}
.listright-box ul li span{float: right; color: #999; font-size: 13px;}
/*列表页 end*/

/*分页 on*/
#page-list{line-height: 20px; text-align: right; padding: 10px; font-size: 14px; font-family:'Arial';}
#page-list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
#page-list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page-list a{text-decoration: none;}
#page-list a:hover{color: #0000FF;}
#page-list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none;margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
/*分页 end*/

/*内容页 on*/
.detail-box{padding: 57px 20px 30px; border: 1px solid #ddd;}
.detail-ltitle{width: 100%; line-height: 58px; text-align: center; font-size: 32px; color: #c50e1b;}
.detail-stitle{width: 100%; height: 40px; line-height: 40px; font-size: 22px; text-align: center;}
.detail-info{width: 100%; height: 41px; line-height: 41px; border-bottom: 1px solid #ddd; margin-top: 13px;}
.detailinfo-left{width: 776px; height: 41px; line-height: 41px;}
.detailinfo-left span{font-size: 12px; color: #999; margin-right: 16px;}
.detailinfo-font{width: 100px; height: 41px; line-height: 41px;}
.detailinfo-font span,.detailinfo-font a{font-size: 12px;}
.bdsharebuttonbox{margin: 7px 34px 0 0;}
.newscontnet{font-size: 16px; margin-top: 20px; line-height: 188%; font-family: 宋体; min-height: 164px; padding: 20px 0px 40px;}
.newscontnet table{border-collapse: collapse;}
.newscontnet table td,.detail-content table th{border: 1px solid #333;}
.newscontnet img{max-width: 100%;}
.wzewm{text-align:center; margin:0 auto;}
.wzewm span{display:block;}
.wzewm span.txt-color{font-size: 12px; color: #c0c0c0;}
.wzewm img{margin: 0 auto; display: block; width: 150px; height: 150px;}
#qrcode img{margin: 0 auto; display: block; width: 120px; height: 120px;}
.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: #0039aa; color: #fff;}
.detail-zy{width: 100%; height: 31px; line-height: 31px; margin-top: 5px;}
.detail-zy div{background-image: url(../images/page/detail_icon.png); background-repeat: no-repeat; font-size: 16px; color: #444;}
.detail-zy div.detail-prev{background-position: 0 3px; padding-left: 33px;}
.detail-zy div.detail-next{background-position: right -72px; padding-right: 33px;}
.detail-downlist{margin: 10px auto; background: url(../images/page/detail_icon.png) 10px -277px no-repeat;}
.detail-downlist ul li{height: 30px; line-height: 30px; padding-left: 30px; font-size: 16px;}
.detail-zzsm{width: 100%; height: 30px; line-height: 30px; color: #f00; font: 18px/30px 宋体;}
/*内容页 end*/

/*搜索页 on*/
.search-box{padding: 10px; border: 1px solid #ddd;}
.is-search-title {height:40px; line-height: 40px; font-size: 14px; font-weight: bold;}
.search-list{height:auto; min-height:550px;}
.search-list ul li{height:auto; line-height:30px; list-style:none; color:#999; background: url(../images/page/search_icon.png) 10px 13px no-repeat; padding-left:21px; padding-bottom:5px; border-bottom:1px dashed #ddd; margin-bottom:5px;}
.search-list ul li span{float:right; font-family:Arial, Helvetica, sans-serif;}
.search-list ul li p{line-height:20px;}
/*搜索页 end*/

/*list-one on*/
.listdetail-box{padding: 10px;}
.listdetail-box img{max-width: 100%;}
.listdetail-box p{line-height:22px;}
.downlist ul li{padding-left:10px;height:26px;line-height:26px;}
/*list-one end*/

/*list-picture on*/
.list_box_listpicture{width:923px; overflow: hidden;}
.list_box_listpicture ul{width: 938px; padding: 9px 0;}
.list_box_listpicture ul li{width: 208px; height: 182px; margin: 0 8px 16px 8px; text-align: center; float: left;}
.list_box_listpicture ul li a img{width: 186px; height: 130px; padding: 10px; background: #a8d5fc;}
.list_box_listpicture ul li a p{width: 100%; height: 32px; line-height: 32px;}
.list_box_listpicture ul li a:hover img{background: #a5d4fc;}
/*list-picture end*/

/*detail-picture on*/
.gv_galleryWrap{margin: 0 auto;}
/*detail-picture end*/

/*feedback on*/
table.is-feedback td{vertical-align:middle;font-size:14px;font-family:"Microsoft YaHei";background-color:#fff;padding:4px 10px}
table.is-feedback{border-spacing:1px;border-collapse:separate}
.is-feedback,.is-feedbox{margin-bottom:15px}
.is-feedback li{height:36px;line-height:36px;font-size:14px;font-family:"Microsoft YaHei"}
.is-feedbox li{min-height:35px;height:auto;height:35px;padding:0 0 10px 0;line-height:35px;font-size:14px;font-family:"Microsoft YaHei";zoom:1;clear:both}
.is-feedbox li img,.is-feedbox li input,.is-feedbox li label{float:left}
.is-feedbox li img{margin-right:10px}
.is-feedbox li label{width:122px}
li.is-bdnr{height:auto;line-height:22px;padding-bottom:8px}
.is-feedbox li input{background:#fff;position:relative;line-height:1.5em;border:1px solid #ddd;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 #ddd;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:#00b2d7;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:#333;height:21px}
.is-feedbacktitle .right{float:right}
.is-bold{font-weight:700;color:#f60}
.is-feedbackcontent{color:#333;padding:5px 10px;line-height:20px}
.list-right .is-feedbox ul li,.list-right ul.is-feedbacklist li{background:0 0}
.list-right ul.is-feedbacklist li{line-height:26px}
/*feedback end*/

/*专题内页 on*/
.spacial-box{}
.spacial-desc{padding: 10px; border: 1px solid #ddd; margin-bottom: 10px;}
.spacial-desc-img{width: 268px; height: 200px; display: block;}
.spacial-desc-img img{width: 270px; height: 200px;}
.spacial-desc-jc{width: 895px; height: 200px;}
.spacial-desc-jc h1{width: 100%; height: 40px; line-height: 40px; margin: 15px 0 10px; font-size: 26px;}
.spacial-desc-jc h1 a{color: #3582c4;}
.spacial-desc-jc h1 a:hover{text-decoration: underline}
.spacial-desc-jc p{line-height: 24px; text-indent: 2em;}
.spacial-desc-jc p a{color: #3582c4; margin-left: 15px;}
.special-listb{width: 573px; height: 243px; padding: 10px; border: 1px solid #ddd; margin-bottom: 10px;}
.special-listb h1{width: 100%; height: 38px; line-height: 37px; border-bottom: 1px solid #ddd;}
.special-listb h1 a{display: inline-block; padding: 0 18px; border-bottom: 2px solid #3582c4; color: #3582c4; font-size: 16px; font-weight: bold; float: left;}
.special-listb ul{padding: 10px 8px 0;}
.special-listb ul li{line-height: 32px; text-indent: 14px; background: url("../images/home/home_icon.png") left -10px no-repeat;}
.special-listb ul li span{float: right; font-size: 13px; color: #999;}
/*专题内页 end*/