@charset "UTF-8";
/*

本网站通用布局
*/
/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {padding: 0;margin: 0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { vertical-align: top; border: 0; }
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
ol, ul, li { list-style: none; }
div, dl, dt, dd, ol, ul, li {zoom: 1;}
caption, th { text-align: left; }
/*h1, h2, h3, h4, h5, h6 { font-weight: normal;font-size: 100%;}*/
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
article,aside,dialog,footer,header,section,footer,nav,figure,menu,time{margin: 0;padding: 0;display:block;zoom:1;}

/* Public */
body {color: #333;font-size: 14px;line-height:1.8;font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,Tahoma,sans-serif;text-align: left;-webkit-text-size-adjust: none;}
a { color: #333; text-decoration: none; outline: none; }
a:hover {color: #E20500;text-decoration: none;}
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left; }
.fr { float: right; }
.hide { display: none; }
input[type=button], input[type=submit], input[type=file], button{ cursor: pointer; -webkit-appearance: none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }

/* frame */
html {}
body {
    text-align: center;
    min-width: 1200px;
    /*background: url(bodybg.png) left top repeat;*/
    background: #f5f5f5;
}
.wrap {
    width: 100%;
    background: #f5f5f5;
    background:url(body.jpg) #f5f5f5 top center no-repeat;
    background-size: 100% auto;
    /*min-height: 500px;*/
}
.siteWidth {
    position: relative;
    max-width: 1240px;
    _width: 1240px;
    margin: 0 auto;
    padding: 0 1%;
}

#header {height:220px; position: relative; z-index: 2; text-align: left;margin: 0 auto; /*box-shadow: #ccc 0px 0px 3px;-webkit-box-shadow: #ccc 0px 0px 3px;
-moz-box-shadow:#ccc 0px 0px 3px;*/}
#content {background: #fff;margin: 20px auto 20px auto;padding: 0px 20px 20px 20px;max-width: 1200px;width:1200px;position: relative;z-index: 0;text-align: left;overflow:hidden; }
#header .letterList .ico{width:24px}
#header .letterList .dep{display:none}
#header .letterList .date{display:none;}

.headerTop{ height:158px; position:relative; z-index:1 }
.headerTop .links{width: 213px;_width:222px;position:absolute;top: 0px;right: 1%;color:#172a88;font-size:12px;margin: 20px 0 0 0;z-index: 9;}
.headerTop .links dl{margin: 0 10px;color:#172a88;position:relative;float:left;}
.headerTop .links s{float:left; text-decoration:none;line-height:30px; width:5px; overflow:hidden; text-align:center; }
.headerTop .links dt{ float: left; height:30px;line-height:30px;display:inline-block;position:relative;z-index:11;}
.headerTop .links .site{margin: 0 0 0 5px;}
.headerTop .links dd{ clear:both; display:none; padding: 7px;background:#fff;position:absolute;right:50%;top: 34px;margin-right:-54px;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .3);box-shadow:0 0 5px rgba(0, 0, 0, .3);}
.headerTop .links dd img{width: 100px;height: 100px;}
.headerTop .links dd i{z-index: 8;position:absolute;top: -10px;left:50%; margin-left:-3px; border-width:5px;border-color:transparent;border-style:dashed;border-bottom-color:#fff;border-bottom-style:solid;display:block;font-size:0;line-height:0;width:0;}
.headerTop .links .on dd{display:block;}
.headerTop .links .site dt{padding: 0 10px 0 27px;background: url(icons.png) 10px -2407px no-repeat;}
.headerTop .links .site dd{padding: 10px;width: 380px;top: 31px;margin-right:0;right:-1px;border: 1px solid #6E99B9;
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, .15);box-shadow:2x 2px 5px rgba(0, 0, 0, .15);}
.headerTop .links .site dd i{ display:none}
.headerTop .links .site ul{overflow:hidden}
.headerTop .links .site li{float:left;width: 76px;padding: 4px 4px 4px 15px;color:#666;background: url(icons.png) 4px -2320px no-repeat;}
.headerTop .links .site li a{color:#172a88}
.headerTop .links #siteLast.on dt{ background-color:#fff; border:1px solid #6E99B9; margin:-1px; border-bottom:0; height:32px; }

/* 搜索框 */

.siteSearch {
/* width: 284px;*/
/* height: 40px;*/
/* overflow: hidden;*/
/* background: url(search.png) 0px -6px no-repeat;*/
position: absolute;
top: 55px;
right: 25px;
/*border:1px solid #ddd;*/
width: 500px;
padding: 6px;
border-radius: 5px;
background: rgba(255, 255, 255, .28);
}
.siteSearch .searchform{
height: 50px;
background: #FFFFFF;
border-radius: 4px;
font-size: 18px;
font-weight: bold;
color: #333333;
padding: 5px 5px 5px 11px;
box-sizing: border-box;
}
.siteSearch .keyWord {
border: none;
background: none;
height: 30px;
line-height: 30px;
font-size: 14px;
float: left;
*display: inline;
padding: 5px 0px 5px 10px;
width: 230px;
color: #838383;
outline: none;
}
.siteSearch .searchBtn {
float: right;
width: 92px;
height: 40px;
background: #172a88;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
cursor: pointer;
border: none;
}
.siteSearch:hover .searchBtn {
opacity: 0.9;
}
.siteSearch .searchBtn img {
width: 20px;
height: 20px;
margin-right: 5px;
margin-top: 3px;
}
.siteSearch .searchBtn .btn{
background: none;
border:none;
}


.siteSearchBar{width: 392px;z-index: 2;height:43px;position:absolute;right: 1%;top:70px;}
.s-form{vertical-align: top;height: 40px;line-height: 40px; background: url(searchbg.png) 0px 0px no-repeat;}
.s-form .input-box{float:left}
.s-form .input-box input{width: 310px;vertical-align: top; *margin:-1px 0; height: 38px;font-size:16px;padding:0 5px;line-height: 38px;border:1px solid #ccc;border-right:0;outline:none; text-indent:5px;}
.s-form .btn-box{float:left;}
.s-form .btn-box input{height: 40px;line-height: 100px;overflow:hidden;border: none;background: url(icons.png) center 8px no-repeat #0078d3;width: 70px;outline:none;}
.s-form .btn-box input:active{background-color: #c00;}
.s-form .link-box{text-align:center; font-size:14px;}
.s-form .select-box{float: left;width: 100px;height: 38px;border: none;background: #fff;border: 1px solid #ccc;border-right: none; position: relative;}
.s-form .select-box ul{position: absolute;background: #f7f7f7;border-top: 0;line-height: 1.8;display: none;left: -1px;top: 39px;border:1px solid #ccc;border-top:0;width: 301px;padding: 5px 10px;}
.s-form .select-box ul li{cursor: pointer;padding: 4px 5px;font-size: 14px;float: left;width: 90px;text-align: left;}
.s-form .select-box ul li:hover{color: #E20500;background: #f1f1f1;}
.s-form .select-box .s-option{display: inline-block;position: absolute;top: 0;height: 38px;line-height: 38px;width: 80px;text-align: center;}
.s-form .select-box a:hover{text-decoration: none;}
.s-form .select-box .arrow-dn{display: inline-block;top: 16px;height: 0;width: 0;font-size: 0;overflow: hidden;border: 5px solid transparent;border-color: #666 transparent transparent;position: absolute;right: 10px;top: 18px;-webkit-transition: -webkit-transform .1s ease-in-out;-webkit-transform: translate3d(0, 0, 999px);-webkit-backface-visibility: visible;-moz-transition: -moz-transform .2s ease-in-out;-moz-transform: translate3d(0, 0, 999px);-moz-backface-visibility: visible;}
.s-form .select-box .arrow-hover{border-color:transparent transparent #666 transparent;top: 11px;}

/* logo */
#logo{float:left;margin-top: 35px;}
#logo img{max-width: 100%;}

/* 主导航 */
.topNav{position: relative;background: #172a88; background-image: -webkit-linear-gradient(top,#6596e3,#172a88); }
.topNav-fixed{ position:fixed; top:0; left:0; width:100%; -webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, .3); -moz-box-shadow:0px 2px 5px rgba(0, 0, 0, .3); box-shadow:0px 2px 5px rgba(0, 0, 0, .3); background: #172a88; background-image: -webkit-linear-gradient(top,#6596e3,#172a88); }
.mainNav { position: relative; background: #172a88; background-image: -webkit-linear-gradient(top,#6596e3,#172a88); height:62px;}
.mainNav .item {width: 170px; _width: 170px; float: left; }
 .mainNav .itemName span{display: block;color: #fff;text-align:center;font-size: 20px;height: 62px;line-height:62px;cursor:pointer; }
.mainNav .itemName a:hover, .mainNav .itemName span:hover { text-decoration: none; color:#fff;cursor:pointer; }
/*.mainNav .currentItem .itemName a, .mainNav .currentItem .itemName span, .mainNav .itemName:hover{background: #fff; color:#053798}*/
.mainNav .currentItem .itemName{background: #e62318; color:#053798}
.mainNav .itemName a , .mainNav .itemName span{display: block;color: #fff;text-align:center;font-size: 20px;height: 52px;line-height:52px;cursor:pointer; padding:5px 0; }
.mainNav .itemName a p.title{display: block;color: #fff;text-align:center;font-size: 20px;height: 30px;line-height:30px;cursor:pointer; }
.mainNav .itemName a p.ftitle{display: block;color: #fff;text-align:center;font-size: 14px;height: 22px;line-height:22px;cursor:pointer; }
/*.mainNav .currentItem .itemName a{ color:#fff}*/
.mainNav .itemSub{width:170px;/*padding: 25px 10px 25px 10px;/*border:2px solid #172a88;border-top:0;*/overflow:hidden;display:none;position:absolute;top: 62px;background:#fff;-webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, .3);-moz-box-shadow:0px 2px 5px rgba(0, 0, 0, .3);box-shadow:0px 2px 5px rgba(0, 0, 0, .3);}
.mainNav #subID1{ padding:20px 20px 30px 20px }
.navBox .hd{padding-bottom: 2px;height:38px;line-height:38px;border-bottom:1px solid #E4E4E4;overflow:hidden;}
.navBox .hd .more{font-size: 14px;float:right;color: #666;}
.navBox .hd .more a, .navBox .hd .more span{ color:#666 }
.navBox .hd i{float: left;width:4px;height: 14px;background:#172a88;margin: 12px 10px 12px 0;}
.navBox .hd h3{font-size: 18px;}
.navBox .hd h3 a, .navBox .hd h3 span{color:#172a88}
.navBox .hd ul{overflow:hidden; }
.navBox .hd li{float:left;font-size: 18px;margin-right:20px;}
.navBox .hd .on a, .navBox .hd .on span{color:#172a88;/* font-weight:bold */}
.navBox .bd{overflow:hidden;padding: 12px 0;}

/* 导航-走进县市 */
.mainNav #sub-zjxs{ padding:20px 20px 30px 20px }
.mainNav #sub-zjxs .subMain{overflow:hidden;}
.mainNav #sub-zjxs #navXsgk{float:left; width:55%; margin-right:25px;}
.mainNav .xsgkIntro{overflow:hidden;padding: 10px 0;}
.mainNav .xsgkIntro .pic{float:left; width:30%; margin-right:15px;}
.mainNav .xsgkIntro .pic img{height: auto;width:100%;}
.mainNav .xsgkIntro .intro{text-indent: 2em;line-height: 30px;height: 150px;overflow:hidden;}
.mainNav .navZjxsList{ overflow:hidden; }
.mainNav .navZjxsList li{font-size: 14px;float:left;width: 10.22%;margin: 0 1% 0 0;text-align:center;}
.mainNav .navZjxsList .last{margin-right:0; float:right;}
.mainNav .navZjxsList li a{background:#E6E6E6; height:36px; line-height:36px; display:block; }
.mainNav .navZjxsList li a:hover{text-decoration:none; background:#D2ECFF; color:#172a88}

/* 导航-新闻中心 */
.mainNav #sub-xwzx.subSide{ width:12% }
.mainNav .sideList1 li{vertical-align:top;/*margin-bottom: 6px;*/ background: #2379ce;}
.mainNav .sideList1 span{display:block;/*border:1px solid #2379ce;*/height: 48px;line-height: 48px;background:#2379ce;text-align:center; cursor:pointer; color:#fff;}
.mainNav .sideList1 a{display:block;height: 38px;line-height: 38px;background:#2379ce; padding:5px 0;text-align:center; cursor:pointer; color:#fff;}
.mainNav .sideList1 a p.title{display:block;height: 23px;line-height: 23px;}
.mainNav .sideList1 a p.ftitle{display:block;height: 15px;line-height: 15px; font-size:14px;}
.mainNav .sideList1 a:hover, .mainNav .sideList1 span:hover{ background:#e62318; color:#fff; text-decoration:none; /*border-color:#A5CFEE*/ }
.mainNav #navXwdt{width: 62%;float:left;margin-right:25px;}
.mainNav #navTzgg{overflow:hidden; zoom:1;}
.mainNav .tpList {overflow:hidden;}
.mainNav .tpList .t{width:275px; height:205px; float:left;margin-right: 15px; position:relative;}
.mainNav .tpList .t img{width:100%; height:205px;}
.mainNav .tpList .t .title,.mainNav .tpList .t .titleBg{ width:100%; height:32px; line-height:32px; position:absolute; bottom:0; left:0; z-index:1; overflow:hidden }
.mainNav .tpList .t .title a, .mainNav .tpList .t .title span{color:#fff; padding:0 10px;cursor:pointer; }
.mainNav .tpList .t .titleBg{ background:#000; filter:alpha(opacity=60);opacity:0.6; z-index:0; }
.mainNav .tpList .n{height: 34px;line-height: 34px;overflow:hidden;}
.mainNav .tpList .n .date{float:right; color:#999; margin-left:15px;}
.mainNav .tpList .n a, .mainNav .tpList .n span{ padding-left:10px;background: url(icons.png) -2px -388px no-repeat; cursor:pointer; }

/* 导航-下拉导航 */
#item-zwgk .sideList{ height:260px; overflow:hidden; }
#item-zwgk .sideList li{margin-bottom: 3px;}
.mainNav .subSide{width: 100%;float:left;/*margin-right:25px;*/}
.mainNav .subMain{ overflow:hidden; zoom:1; }
.mainNav #navZxgk{ width:64%; float:left; margin-right:25px; }
.mainNav #navXxgkml{ overflow:hidden; zoom:1; }
.mainNav .sideList li{vertical-align:top; margin-bottom: 10px; }
.mainNav .sideList a, .mainNav .sideList span{display:block;height: 35px;line-height: 35px;padding-left: 35px;background: url(icons.png) 12px -1970px no-repeat #EBEBEB;}
.mainNav .sideList a:hover, .mainNav .sideList span:hover{text-decoration:none;background: url(icons.png) 12px -2035px no-repeat #DD0000;color:#fff;}


.mainNav .mlList{overflow:hidden;padding-bottom: 12px;}
.mainNav .mlList li{font-size: 14px;width:25%;float:left;text-align:center;height: 30px;line-height: 30px;images;overflow:hidden;}
.mainNav .navZdxx{overflow:hidden; background:#EDEDED; }
.mainNav .navZdxx dt{line-height: 16px;float:left;width:15px;padding:8px;background:#E74343;}
.mainNav .navZdxx dt a{color:#fff;line-height:1.1;font-size: 14px;}
.mainNav .navZdxx dd{overflow:hidden; zoom:1; padding:5px 0;}
.mainNav .navZdxx dd li{font-size: 14px;float:left;width:33.3%;text-align:center;line-height:30px;}

/* 导航-办事服务 */
.mainNav #navGrbs,.mainNav #navMslyfw{width:55%;float:left;margin-right:25px;}
.mainNav .grList{overflow:hidden; }
.mainNav .grList li{font-size: 14px;float:left;width:14.6%;margin-right:2%;height: 30px;line-height: 30px;overflow:hidden;}
.mainNav .grList li a{ padding-left:10px;background: url(icons.png) -2px -388px no-repeat;}
.mainNav #navGrbs .grList{width: 100%;height:90px;}

/* 导航-政民互动 */
.mainNav #navSjxx{ width:55%; float:left; margin-right:25px; }
.mainNav .letterList th{ border-bottom:0 }
.mainNav .letterList thead{ border:0; background:#F5F5F5; }

/* 导航-招商引资 */
.mainNav #sub-zsyz .subSide{ width:12% }
.mainNav #navZsdt{width: 62%;float:left;margin-right:25px;}
.mainNav #navTzzn{overflow:hidden; zoom:1;}

/* 导航-文化旅游 */
.mainNav #sub-whly .subSide{width: 32%;}
.mainNav #sub-whly .sideList1{overflow:hidden;margin: 0 -2% 5px 0;}
.mainNav #sub-whly .sideList1 li{font-size: 14px;width:23%;float:left;margin:0 2% 2% 0;}
.mainNav #navLyjd .list{overflow:hidden; margin-right:-2%}
.mainNav #navLyjd .list li{width:31.3%; float:left; margin-right:2%; position:relative;}
.mainNav #navLyjd .list img{width:100%; height:86px;}
.mainNav #navLyjd .title,.mainNav #navLyjd .titleBg{font-size: 14px;width:100%;height:30px;line-height:30px;position:absolute;bottom:0;left:0;z-index:1;overflow:hidden;}
.mainNav #navLyjd .title a{color:#fff; padding:0 10px; }
.mainNav #navLyjd .titleBg{ background:#000; filter:alpha(opacity=60);opacity:0.6; z-index:0; }


/* 主栏 和 侧栏 */
.mainContent {_width: 73.5%;overflow: hidden;zoom: 1;}
.side {font-size: 14px;width: 24.5%;overflow: hidden;float: left;margin-right: 20px;}

/* 位置导航 */
.path {color: #666;line-height: 20px;padding:15px 0;text-align:left;margin: 0 auto;font-size: 14px; display:block}
.path a, .path span { padding: 0 3px; color: #666; }
.path em {background: url(icons.png) no-repeat 0 -1642px;padding-left: 26px;}

/*footer*/
#footer { color: #fff; background: #172a88; position: relative; text-align:center;padding: 20px 0;}
#footer .footNav {padding-bottom: 10px;}
#footer .footNav a { margin: 0 10px; display:inline-block; }
#footer a { color: #fff; }
#footer a:hover{ color:#fff }
#footer .copyRight { }
#footer .copyRight a { text-decoration: underline; }

/* 侧栏固定菜单 */
.sideFixed{z-index: 9;position:fixed;top: 250px;right:0;width:70px;background:#fff;font-size:12px; _position:absolute;}
.sideFixed li{border:1px solid #ddd; margin-top:-1px; position:relative;}
.sideFixed li a{height:30px;line-height:30px;padding:34px 0 3px 0;display:block;background: url(icons1.png) center 8px no-repeat;}
.sideFixed li a:hover{text-decoration:none}
.sideFixed .wx a{background-position: center -137px;}
.sideFixed .gt{display:none}
.sideFixed .gt a{background-position: center -284px;}
.sideFixed .qr a{background-position: center -2051px;}
.sideFixed .pic{display:none; -webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 5px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .3); }
.sideFixed .pic img{width: 150px;height: 150px;}
.sideFixed .on .pic{display:block;position:absolute;left: -168px;top: -45px;padding:4px;background:#fff;}
.sideFixed .on .pic i{z-index: 8;position:absolute;right: -10px;top:50%; margin-top:-3px; border-width:5px;border-color:transparent;border-style:dashed;border-left-color:#fff;border-left-style:solid;display:block;font-size:0;line-height:0;width:0;}

/* goTop */
#goTop{position:fixed; display:none; _display:none !important; width:50px;height:50px;bottom:60px;right:5px;z-index: 99;cursor:pointer;margin:5px;width:40px;height:40px;border-radius:2px;-webkit-box-shadow:0 0 5px #9c9c9c;opacity:.9;background:rgba(0,0,0,.5); }
#goTop::after{ display:block; position:absolute; left:50%; top:50%; margin-left:-10px; margin-top:-15px; content:""; border-width:10px; border-color:transparent; border-bottom-color:#fff; border-bottom-style:solid; border-style:dashed; display:block; font-size:0; line-height:0; width:0; }
/* winMark */
#winMark{ z-index: 1;width: 100%;display:none; height:100%; position:fixed; background:rgba(0,0,0,.8) ;left: 0;top: 0;}

/* 侧栏-栏目菜单 */
/*#sideMenu li{font-size: 16px;text-align:center;margin-bottom:8px;vertical-align:top;}*/
/*#sideMenu li a{*/
/*display:block;padding: 5px;background: url(icons.png) 16px -1817px no-repeat #F3F3F3;border:1px solid #E7E7E7;-webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms;*/
/* border-left: 3px solid #f5f5f5;*/
/* position: relative;*/
/* line-height: 24px;*/
/* border-bottom: 1px solid #ececec;*/
/* border-right: 1px solid #ddd; */
/* display: block;*/
/* padding: 18px 15% 18px 20%;*/
/* font-size: 18px;*/
/* transition: 0.3s;*/

/*}*/
/*#sideMenu li a:hover{ letter-spacing:2px; text-decoration:none; border-color:#ccc }*/
/*#sideMenu .current a,#sideMenu .current a:hover{background-color: #172a88;background-position: 16px -1890px;color: #fff;border-color:#172a88;}*/


#sideMenu{padding:0;border: none;background: #f5f5f5;}


#sideMenu .menuList li a {border-left: 3px solid #f5f5f5;position: relative;line-height: 24px;border-bottom: 1px solid #ececec;/* border-right: 1px solid #ddd; */display: block;padding: 18px 15% 18px 20%;font-size: 18px;transition: 0.3s;}
#sideMenu .menuList li.current a, #sideMenu .menuList li.on1 a, #sideMenu .menuList li:hover a {background: #fdfdfd;border-left: 3px solid #0f4fa6;}
#sideMenu .menuList li a:after { display: block; content: " "; position: absolute; right: 7%; top: 50%; width: 6px; height: 11px; margin-top: -5px; background: url(subnav-icon.png) no-repeat; }
#sideMenu .menuList li.current a, #sideMenu .menuList li.on1 a {background: #fdfdfd;color: #0f4fa6;}



/* box */
.box{margin-bottom: 15px;}
.box .hd{margin-bottom: 5px;height: 38px;line-height: 38px;position:relative;border-bottom: 1px solid #ddd;font-size: 18px;}
.box .hd .more{ position:absolute; right:0; color:#999; font-size:14px; }
.box .hd .more a{color:#999}
.box .hd h3{border-bottom: 2px solid #172a88;line-height: 33px;position:absolute;color: #172a88;padding: 2px 12px 2px 12px; background:#172a88; min-width:80px;}
.box .hd h3 a{ color: #fff; }
.box .hd h3 a:hover{ text-decoration:none; }
.box .hd ul{position:absolute;height: 39px;line-height: 33px;overflow:hidden;}
.box .hd li{float:left;padding: 0 12px 4px 12px;position:relative;}
.box .hd li a:hover{ text-decoration:none;}
.box .hd .on{ border-bottom: 2px solid #172a88; }
.box .hd .on a{ color: #172a88;}
.box .bd{padding: 5px 0px; overflow:hidden;}


/* boxA */
.boxA{margin-bottom: 15px; width:435px; min-height:390px;}
.boxA:nth-child(odd){margin-bottom: 15px; float:left;}
.boxA:nth-child(even){margin-bottom: 15px; float:right;}
.boxA .hd{height: 39px;line-height: 39px;position:relative;border-bottom:1px solid #E1E1E1;background:#F9F9F9;}
.boxA .hd .more{font-size: 14px;position:absolute;right:10px;color:#999;}
.boxA .hd h3{border-bottom: 2px solid #172a88;line-height: 33px;position:absolute;color: #172a88;padding: 2px 12px 2px 12px; background:#172a88; min-width:80px; text-align:center}
.boxA .hd h3 a{ color: #fff; }
.boxA .hd h3 a:hover{ text-decoration:none; }
.boxA .hd ul{position:absolute;height: 40px;overflow:hidden;}
.boxA .hd li{float:left;font-size: 16px;height: 39px;line-height: 39px;background:#F9F9F9;}
.boxA .hd li a{display:block;float:left;padding: 0 20px;}
.boxA .hd li a:hover{text-decoration:none}
.boxA .hd .on{border:1px solid #E1E1E1;border-top: 3px solid #2aae67;border-bottom:0;}
.boxA .bd{ padding:5px; overflow:hidden; }

/* boxB */
.boxB{ background:#fff; }
.boxB .hd{ height: 39px;line-height: 39px;position:relative; border:1px solid #E1E1E1; }
.boxB .hd .more{font-size: 14px;position:absolute;right:10px;color: #666;}
.boxB .hd h3{padding: 0 20px;font-size: 18px;color:#fff; background: #172a88; position:absolute; height:41px; line-height:41px; left:-1px; top:-1px;}
.boxB .hd h3 a{ color:#fff }
.boxB .bd{overflow:hidden; padding:10px; border: 1px solid #E9E9E9; border-top:0;}

/* boxC */
.boxC{ margin-bottom:15px; overflow:hidden; }
.boxC:nth-child(even){float:left;}
.boxC:nth-child(odd){float:right;}
.boxC .hd{height: 34px;line-height: 34px;background:#FAFAFA;border-bottom:1px solid #E9E9E9;position:relative;}
.boxC .hd .more{ position:absolute; right:10px; top:0; font-size:14px;}
.boxC .hd .more a{color:#666}
.boxC .hd ul{ overflow:hidden;}
.boxC .hd ul li{float:left; }
.boxC .hd ul a{ display:block; float:left; line-height:16px;padding:0 20px; margin:9px 0; border-right:1px solid #ccc;}
.boxC .hd ul a:hover{text-decoration:none}
.boxC .hd ul li:last-child a{border-right:0}
.boxC .hd .on a{color:#172a88; }
.boxC .bd{overflow:hidden; padding:8px 5px }

/* boxD */
.boxD{margin-bottom:20px;}
.boxD .hd{height: 40px;line-height: 40px;background:#172a88;}
.boxD .hd h3{font-size: 18px;color:#fff;}
.boxD .hd h3 a{color:#fff}
.boxD .hd h3 i{display:block;float:left;width:42px;height: 40px;background: url(icons-zwgk.png) #00599D 10px 10px no-repeat;margin-right:10px;}
.boxD .bd{background:#fff;overflow:hidden; border: 1px solid #E9E9E9; border-top:0;}

/* boxE */
.boxE{margin-bottom:15px;}
.boxE .hd{height: 40px;line-height: 40px;overflow:hidden;border-bottom:2px solid #172a88;}
.boxE .hd h3{float:left;padding: 0 20px;background:#172a88;color:#fff;font-size: 18px;}
.boxE .hd h3 a{color:#fff; display:block; float:left; }
.boxE .hd .more{float:right;}
.boxE .bd{padding:10px;overflow:hidden;}

/* 侧栏盒子模型 */
.sideBox { margin-bottom: 20px; border:1px solid #ECECEC; background: #fff; }
.sideBox .hd { overflow: hidden; height:60px; line-height:60px; text-align:center; color:#fff; background: right bottom no-repeat #172a88; background-image: url(lm_titbg.png) !important; }
.sideBox .hd .more { float: right; }
.sideBox .hd h3 {font-size: 20px;color: #fff;}
.sideBox .hd h3 a { color: #fff; }
.sideBox .hd h3 a:hover { text-decoration: none; }

/* infoListA */
.infoListA li{padding: 0 0 10px 12px;margin-bottom:10px;border-bottom: 1px solid #eee;line-height:1.5;background: url(icons.png) 0 -387px no-repeat;position:relative;}
.infoListA .date{ color:#999; float:right;}
.infoListA .last{border-bottom:0}


/* 信件列表 */
.letterList{width: 100%;}
.letterList th,
.letterList td{text-align: center;font-size: 16px; vertical-align:middle; line-height:28px; padding: 6px 5px}
.letterList th,
.letterList .even{background: #f5f5f5;}
.letterList th{color: #172a88; height:40px; padding: 0px;}
.letterList th.title{text-align: left; padding-left: 38px;}
.letterList .num{display: none;}
.letterList td.title{text-align: left; padding-left: 5px; }
.letterList .ico{width:30px; text-align:center; vertical-align:middle; padding: 0px}
.letterList .ico img{ vertical-align:middle;}
.letterList .dep{width: 90px;}
.letterList .state{width: 90px;}
.letterList .state .s0 { color: #333; }
.letterList .state .s1 { color: #f70; }
.letterList .state .s2 { color: #f00; }
.letterList .state .s3 { color: #390; }
.letterList .state .s4 { color: #333; text-decoration: line-through; }
.letterList .date{border-right:none; width: 90px; }

/* mainBox */
.mainBox .mHd{position: relative;border-bottom: 1px solid #E1E1E1;background:#F9F9F9;line-height: 45px;height: 48px;margin-bottom:20px;}
.mainBox .mHd .list{ overflow:hidden; }
.mainBox .mHd .list li{float:left; padding: 0 4%; }
.mainBox .mHd .list a{font-size:20px;color: #888;}
.mainBox .mHd .list a:hover{ text-decoration:none}
.mainBox .mHd .list .on a{ color:#172a88 }
.mainBox .mHd h3,.mainBox .mHd .list .on{position: relative;font-weight: bold;border:1px solid #E1E1E1;display:inline-block; *display:inline;zoom:1;padding: 0 20px;height: 47px;border-top:2px solid #172a88;color:#172a88;border-bottom:0;font-size: 20px;background:#F9F9F9;bottom: -1px;}
.mainBox .mHd h3 a{color:#172a88}
.mainBox .mBd{overflow:hidden}

.column{margin-bottom:20px; overflow:hidden; }

/* 热点专题 */
.indRdzt {
overflow: hidden;
zoom: 1;
}
.indRdzt ul {
margin-right: -20px;
overflow: hidden;
}
.indRdzt li {
float: left;
margin-right: 15px;
width: 130px;
}
.indRdzt li a {
display: block;
}
.indRdzt li img {
width: 100%;
height: 90px;
}
.indRdzt .tit {
display: block;
font-size: 14px;
text-align: center;
height: 25px;
overflow: hidden;
}


/* 友情链接 */
.friendLinks{ background:#fff; padding: 20px 20px 20px 20px;max-width: 1200px; _width: 1200px; margin: 0 auto 0px auto;}
.friendLinks h3{float:left;font-size:16px;color:#172a88;padding-left: 31px;background: url(icons.png) 0 -813px no-repeat;}
.friendLinks .con{overflow:hidden;}
.friendLinks select{padding: 6px;float:left;width: 31.4%; _width: 31.2%; _display:inline; margin-left: 1.6%; border:1px solid #ccc;}

.indexbot{ padding: 20px 20px 20px 20px;max-width: 1200px; _width: 1200px; margin: 0 auto 10px auto; text-align:center; font-family:verdana; background-color: White; border-top: 2px solid #038961;}
.copyright{width:970px; margin:0px auto; text-align:center; font-family:verdana;}
.foot{font-family: Microsoft YaHei; font-size: 13px; background:#5093d5; height:34px; line-height:34px;color:White;}
.foot a{color:White;text-decoration:none;line-height:24px;}
#copyright{line-height:24px;margin-top:8px;}
#font14 { height: 130px; margin: 0px auto; text-align: left; }
#font14 #foocont {font-family: Microsoft YaHei; font-size: 12px; height: 115px; color: #4c4a4a;}
#font14 #foocont td {vertical-align: top; padding-left: 22px; padding-right: 22px; border-right: 1px solid #878788;}
#font14 #foocont td .ftit {font-size: 1.3em; margin-bottom: 8px; text-align: left;}
#font14 #foocont td a {text-decoration: none; color: #4c4a4a;}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li{padding:0 0 10px 0; overflow:hidden;}
#sideSearch .nodes,#sideSearch input,#sideSearch button{ height:32px; line-height:32px; width:100%; border:1px solid #ddd; font-size:14px; font-family:"microsoft yahei"; outline:none }
#sideSearch .keyword{ width:60%; padding:0 5px; }
#sideSearch button{line-height: 28px;width:32%;float:right;background: #172a88; border-color:#172a88; color: #fff;}


/*认证道馆表格*/
.detail-pro-table{width:100%; margin-bottom:20px;}
.detail-pro-table td{font-size: 14px; color: #666666; line-height: 24px; padding: 12px 0; text-align: center; border: 1px solid #E6E6E6;}
.detail-pro-table td input[type="text"]{
width: 80%;
border: #ccc solid 1px;
height: 20px;
overflow: hidden;
padding: 5px 0px 5px 5px;
}
.detail-pro-table td textarea {
width: 80%;
border: #ccc solid 1px;
height: 100px;
overflow: hidden;
padding: 5px 0px 5px 5px;
}
.detail-pro-table td select {
width: 80%;
border: #ccc solid 1px;
height: 32px;
overflow: hidden;
padding: 5px 0px 5px 5px;
}
.detail-pro-table td.name-left{padding:20px;}
.detail-pro-table td.name-right{ text-align:left; padding:20px;}
.detail-pro-table td.singular{background: #fafafa; padding:20px; width: 100px;}

.inputbutton {
background: #172a88;
vertical-align: middle;
margin-right: 20px;
cursor: pointer;
border: none;
width: 100px;
height: 32px;
line-height:32px;
font-size: 14px;
text-align: center;
font-weight: bold;
color: #fff;
}
.inputbutton:hover{
background: #038961;
vertical-align: middle;
margin-right: 20px;
cursor: pointer;
border: none;
width: 100px;
height: 32px;
font-size: 14px;
text-align: center;
font-weight: bold;
color: #fff;
}
/*顶部-topbar*/
#top{background:#fff; height:50px; line-height:50px;}
#top .inner{ width: 1240px; margin: 0 auto; text-align:left;}
#top span{ margin-left: 2em;color: #f00;}


.top { width: 100%; height: 50px; background: url(topbg.png);}
.top-main { position: relative; width: 1200px; margin: 0 auto; height: 50px; }
.top-left { float: left; }
.top-right { line-height: 50px; float: right; color: #888; text-align: right; }
.top-right a { color: #888; margin: 0px 10px; }
.top-right a:hover { color: #ffffff; }
.top-right a.uname { display: inline-block; vertical-align: middle; max-width: 70px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.top-right2 { line-height: 50px; float: right; color: #888; text-align: right; }
.top-right2 a { color: #888; margin: 0px 10px; }
.top-right2 a:hover { color: #444; }
.top-right2 a.uname { display: inline-block; vertical-align: middle; max-width: 70px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

[role="contentinfo"]{
position:relative;
padding:48px;
background:#0f2d76;
background:-webkit-linear-gradient(top,#6596e3,#172a88);
color:rgba(255,255,255,0.75);
overflow:hidden}
[role="contentinfo"] .contentinfo__inner {
position: relative;
margin-left: auto;
margin-right: auto;
width: 1240px;
}
[role="contentinfo"] a.self {
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%);
}
[role="contentinfo"] ul, [role="contentinfo"] small {
padding-left: 0;
text-align: left;
list-style-type: none;
margin: 0 0 16px 0;
padding: 0;
}
[role="contentinfo"] li {
display: inline-block;
margin-right: 4px;
padding-left: 0;
border-bottom-width: 0;
}
[role="contentinfo"] li>a {
padding-right: 8px;
border-right: 1px solid rgba(255, 255, 255, 0.25);
color: #fff;
font-size: 16px;
}
[role="contentinfo"] li:last-child>a {
padding-right: 0;
border-right-width: 0;
}
.about-blue .mbd{
    /*position: relative;*/
    /*z-index: 1;*/
    /*padding: 0 20px ;*/
}
.about-blue .tab-about{
    float: right;
    margin-right: 20px;
    width: 680px;
}
.about-blue .node-pic{
    /*position: absolute;*/
    /*z-index: 1;*/
    /*right: 20px;*/
    /*top: 30px;*/
    float: right;
    width: 500px;
}
.about-blue .node-pic a{
    float: left;
    margin-right: 20px;
}
.about-blue .node-pic a:last-child{
    margin-right: 0px;
}
.about-blue .node-pic img{
    width: 240px;
    height: 270px;
    border-radius: 4px;
}
.about-blue .node-pic .title{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding: 5px 0;
    background: rgba(143, 169, 220, 1);
    border-radius: 0 0 10px 10px;
}
.about-blue .node-pic .title a {
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    font-size: 16px;
}
.tab-about .bd{
    /*padding: 10px 475px 0 0px;*/
    overflow: hidden;
}
.tab-about .bd .info{
    height: 270px;
    overflow: hidden;
    /*overflow-y: auto;*/
}
.tab-about .bd .intro{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    /*margin-bottom: 15px;*/
}
.tab-about .bd .more{
    clear: both;
    display: inline-block;
    padding: 0 28px;
    height: 48px;
    line-height: 48px;
    color: #999;
    border: 1px solid #ccc;
}
/*--
颜色代码
#172a88 深蓝色标题
#ddd 淡蓝色边框
--*/