/*--------------
===页面通用样式设置===
---------------*/
body, p, span, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

img {
    border: none;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}

a:hover {
    color: #b00c0c;
    text-decoration: none;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}

a.com:hover {
    color: #085f9e;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #085f9e;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 14px;
}

a.appendix:hover {
    color: red;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin28 {
    margin-top: 28px;
}

.margin20 {
    margin-top: 20px !important;
}

.marginleft {
    margin-left: 20px;
}

.noMargin {
    margin-right: 0 !important;
}

.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}

.padding {
    padding: 20px 20px 0;
}

.padding-right {
    padding-right: 20px;
}

.no-padding {
    padding-top: 0 !important;
}

/*===============首页==================*/

.container {
    width: 1200px;
    margin: 0 auto;
}
/*---------顶部工具栏--------*/
.top-tool {
    height: 40px;
    line-height: 40px;
    background-color: #015293;
}

.top-tool .time {
    font-size: 14px;
    color: #fff;
}

.top-tool ul li {
    float: left;
    list-style-type: none;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
}

.top-tool ul li a {
    color: #fff;
    padding: 0 10px 0 0;
}

.top-tool ul li a img {
    vertical-align: middle;
}

.weixin {
    position: relative;
}

.weixin_ewm {
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 9;
    display: none;
}

.weixin .weixin_ewm .arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 40px;
    top: -4px;
}

.weixin:hover .weixin_ewm {
    display: block;
}

.sy-logo {
    background: url(logo_bg.png) center top no-repeat;
    text-align: center;
}

/*---------搜索----------*/
.sy-search {
    text-align: center;
}

.wjss-box {
    width: 682px;
    margin: 20px auto;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
}

.c-dropdown__list {
    margin: 0;
    background-color: #eee;
    list-style: none;
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    -webkit-transition: opacity .25s linear, top .25s linear;
    transition: opacity .25s linear, top .25s linear;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.c-dropdown__item {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    color: #015293;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

.c-dropdown__item:hover {
    background-color: #eee;
}

/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover, .c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
    padding: 10px 34px 10px 12px;
    border: 2px solid #015293;
    background-color: #fff;
    color: #015293;
    margin-right: -2px;
    line-height: 20px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.c-button--dropdown:hover {
    background-color: #fefefe;
    color: #015293;
}

.c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #666;
}

.wjss {
    width: 570px;
    position: relative;
}

.wjss input[type='text'] {
    height: 44px;
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #015293;
    outline: none;
}

.wjss img {
    position: absolute;
    top: 5px;
    right: 9px;
}

/*--------------nav--------------*/
.nav {
    width: 100%;
    height: 50px;
    background: #f7f7f7;
}

.nav li {
    width: 170px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-ransition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav li:first-child {
    background: url(sy-icon.png) no-repeat 20px 14px;
}

.nav li:first-child:hover, .nav li:first-child.on {
    background: url("sy-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(2) {
    background: url("xwzx-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(2):hover, .nav li:nth-child(2).on {
    background: url("xwzx-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(3) {
    background: url("zwgk-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(3):hover, .nav li:nth-child(3).on {
    background: url("zwgk-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(4) {
    background: url("zwfw-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(4):hover, .nav li:nth-child(4).on {
    background: url("zwfw-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(5) {
    background: url("hdjl-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(5):hover, .nav li:nth-child(5).on {
    background: url("hdjl-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(7) {
    background: url("zjcl-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(7):hover, .nav li:nth-child(7).on {
    background: url("zjcl-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(6) {
    background: url("xmt-icon.png") no-repeat 20px 14px;
}
.nav li:nth-child(6):hover, .nav li:nth-child(6).on {
    background: url("xmt-iconh.png") no-repeat 20px 14px;
}

.nav li a {
    color: #015293;
    display: block;
}

.nav li a:hover, .nav li.on a {
    color: #BB2335;
}
/*---------头条--------*/
.topnew {
    height: 152px;
    padding-top: 10px;
}

.topnew h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #015193;
    line-height: 60px;
}

.topnew p {
    color: #373737;
    line-height: 28px;
    width: 1120px;
    margin: 0 auto;
    text-indent: 2em;
}

.tpxwbox {
    width: 676px;
    height: 382px;
    overflow: hidden;
}

.xw-box {
    width: 504px;
}

.item .title {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.item .title li {
    float: left;
    width: 50%;
    text-align: center;
}

.item .title li a {
    display: block;
    padding: 10px 0;
    margin-top: -1px;
    font-size: 22px;
    color: #000;
}

.item .title .line {
    position: absolute;
    left: 50%;
    top: 18px;
    width: 1px;
    height: 20px;
    background-color: #000;
}

.item .title li a.on {
    color: #bd2133;
    border-bottom: 3px solid #bd2133;
    margin-top: -1px;
}

.info-box ul {
    margin: 15px auto;
    width: 95%;
    display: none;
}

.info-box ul li {
    line-height: 33px;
    position: relative;
    text-indent: 10px;
}

.info-box ul li::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 14px;
    width: 6px;
    height: 6px;
	border-radius: 3px;
    background-color: #0033bd;
}

.info-box ul li a {
    font-size: 16px;
}

.info-box ul li span {
    float: right;
    color: #949494;
}

.half {
    width: 590px;
}

.img-left {
    width: 50%;
}

.info-right {
    width: 50%;
    text-align: left;
}

.img-left img {
    display: block;
}

.img-left p {
    line-height: 28px;
    color: #015293;
    background: url(sxt-icon.png) 18% center no-repeat;
    text-align: left;
	text-indent: 5em;
}

.info-right p {
    line-height: 33px;
    background: url(sxt-icon.png) 18% center no-repeat;
	text-indent: 5em;
}

.zt-title {
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    color: #015293;
    background: url(zt-line.png) center no-repeat;
}
/*-----------专题图片轮转-------------*/
.img-scroll {
    position: relative;
    width: 1198px;
}

.img-list {
    position: relative;
    width: 1087px;
    height: 162px;
    margin-left: 58px;
    overflow: hidden;
}

.img-list ul {
    width: 9999px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    top: 49px;
    width: 40px;
    height: 50px;
    background: url(control.png) center no-repeat;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.img-scroll .next {
    left: 0;
    background-position: 0 -84px;
}

.img-scroll .prev {
    right: 0;
    background-position: -40px -84px;
}

.img-scroll .next:hover {
    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.img-scroll .prev:hover {
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}

.img-list li {
    float: left;
    width: 260px;
    height: 106px;
    margin: 15px 15px 15px 0;
}
/*---------首页分类--------*/
.syfl{
    background-color: #dfceb9;
    height: 60px;
}
.syfl li{
    width: 400px;
    text-align: center;
    line-height: 60px;
    float: left;
    color: #bc2234;
    font-size: 23px;
    cursor: pointer;
}
.syfl li.on{
    background-color: #bc2234;
    color: #fff;
}

/*政策解读*/
.lib_tabborder {
}

.zwgk-title {
    height: 100px;
    position: relative;
    width: 990px;
    margin: 0 auto;
}

.zwgk-title ul {
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 0;
    height: 100px;
    text-align: center;
}

.zwgk-title li {
    display: block;
    float: left;
    border-radius: 10px;
    text-align: left;
    margin: 30px 35px;
    line-height: 60px;
    font-size: 24px;
    cursor: pointer;
    width: 260px;
    background: #5797CA;
    color: #ffffff;
    font-weight: normal;
    height: 60px;
}

.zwgk-title li img {
    display: block;
    float: left;
    margin-left: 65px;
    margin-top: 10px;
    margin-right: 20px;
}

.zwgk-title li:last-child {
    border-right: none
}

.zwgk-title li.on {
    padding: 0;
    color: #ffffff;
    background: #0E5B99;
}

.fl-box {
    border-top: 1px solid #BABABA;
    margin-top: 10px;
}

.fl-box .title {
    color: #015293;
    margin-top: 20px;
    font-size: 18px;
    text-align: center
}

.wyk ul {
    margin-top: 10px;
}

.wyk li {
    line-height: 52px;
    background-color: #D9EDF7;
    height: 52px;
    width: 270px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    border: #C3EBF3 1px solid;
    margin-top: 21px;
}

.fl-box ul li a{
    color: #333;
}

.fl-box ul li:hover{
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}

.fl-box ul li:hover a{
    color: #777;
}
.wyk li:first-child a {
    background: url(cyc1.png) 67px center no-repeat;
    display: block;
    text-indent: 114px;
}
.wyk li:first-child a:hover {
    background-image: url(cyc1_1.png);
}

.wyk li:nth-child(2) a {
    background: url(cyc2.png)  48px center no-repeat;
    display: block;
    text-indent: 95px;
}

.wyk li:nth-child(2) a:hover {
    background-image: url(cyc2_1.png);
}

.wyk li:nth-child(3) a {
    background: url(cyc3.png) 77px center no-repeat;
    display: block;
    text-indent: 121px;
}

.wyk li:nth-child(3) a:hover {
    background-image: url(cyc3_1.png);
}

.wyk li:nth-child(4) a {
    background: url(cyc4.png) 68px center no-repeat;
    display: block;
    text-indent: 121px;
}

.wyk li:nth-child(4) a:hover {
    background-image: url(cyc4_1.png);
}

.wyk li:nth-child(5) a {
    background: url(cyc5.png)  52px center no-repeat;
    display: block;
    text-indent: 105px;
}

.wyk li:nth-child(5) a:hover {
    background-image: url(cyc5_1.png);
}

.wyk li:nth-child(6) a {
    background: url(cyc6.png) 30px center no-repeat;
    display: block;
    text-indent: 78px;
}

.wyk li:nth-child(6) a:hover {
    background-image: url(cyc6_1.png);
}

.wyk li:nth-child(7) a {
    background: url(cyc7.png) 67px center no-repeat ;
    display: block;
    text-indent: 122px;
}

.wyk li:nth-child(7) a:hover {
    background-image: url(cyc7_1.png);
}

.wyk li:nth-child(8) a {
    background: url(cyc8.png) 39px center no-repeat;
    display: block;
    text-indent: 88px;
}
.wyk li:nth-child(8) a:hover {
    background-image: url(cyc8_1.png);
}


.wyb li{
    line-height: 185px;
    background-color: #D9EDF7;
    height: 127px;
    width: 180px;
    float: left;
    overflow: hidden;
    margin:25px 10px;
    border:#C3EBF3 1px solid;
    text-align:center
}
.wyb li:first-child a{
    background: url(byb1.png) center 20px no-repeat;
    display: block;
}
.wyb li:first-child a:hover{
    background-image: url(byb1_1.png);
}
.wyb li:nth-child(2) a{
    background: url(byb2.png) center 20px no-repeat;
    display: block;
}
.wyb li:nth-child(2) a:hover{
    background-image: url(byb2_1.png);
}
.wyb li:nth-child(3) a{
    background: url(byb3.png) center 20px no-repeat ;
    display: block;
}
.wyb li:nth-child(3) a:hover{
    background-image: url(byb3_1.png);
}
.wyb li:nth-child(4) a{
    background: url(byb4.png) center 20px no-repeat;
    display: block;
}
.wyb li:nth-child(4) a:hover{
    background-image: url(byb4_1.png);
}
.wyb li:nth-child(5) a{
    background: url(byb5.png) center 20px no-repeat;
    display: block;
}
.wyb li:nth-child(5) a:hover{
    background-image: url(byb5_1.png);
}
.wyb li:nth-child(6) a{
    background: url(byb6.png) center 20px no-repeat;
    display: block;
}
.wyb li:nth-child(6) a:hover{
    background-image: url(byb6_1.png);

}

.wys li{
    line-height: 185px;
    background-color: #D9EDF7;
    height: 127px;
    width: 180px;
    float: left;
    margin:25px 10px;
    overflow: hidden;
    border:#C3EBF3 1px solid;
    text-align:center
}
.wys li:first-child a{
    background: url(wyw1.png) center 20px no-repeat ;
    display: block;
}
.wys li:first-child a:hover{
    background-image: url(wyw1_1.png);
}
.wys li:nth-child(2) a{
    background: url(wyw2.png) center 20px no-repeat;
    display: block;
}
.wys li:nth-child(2) a:hover{
    background-image: url(wyw2_1.png);

}
.wys li:nth-child(3) a{
    background: url(wyw3.png) center 20px no-repeat;
    display: block;
}
.wys li:nth-child(3) a:hover{
    background-image: url(wyw3_1.png);
}
.wys li:nth-child(4) a{
    background: url(wyw4.png) center 25px no-repeat;
    display: block;
}
.wys li:nth-child(4) a:hover{
    background-image: url(wyw4_1.png);
}
.wys li:nth-child(5) a{
    background: url(wyw5.png) center 20px no-repeat;
    display: block;
}
.wys li:nth-child(5) a:hover{
    background-image: url(wyw5_1.png);
}
.wys li:nth-child(6) a{
    background: url(wyw6.png)  center 20px no-repeat;
    display: block;
}
.wys li:nth-child(6) a:hover{
    background-image: url(wyw6_1.png);
}


/*----底部工具栏-----*/
.bot-tool{
    background-color: #dedede;
}
/*底部按钮*/
.bot-tool{
    background: #DEDEDE;
    height: 150px;
    width: 100%;
}
.bot-tool li a{
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.bot-tool li{
    float: left;
    width: 240px;
    height: 150px;
    border-left: 1px solid #EEEEEE;
    cursor: pointer;
}
.bot-tool li span{
    display: block;
    margin-top: 100px;
    text-align: center;
}
.bot-tool li a{
    color: #666;
}
.bot-tool li:hover a{
    color: #015293;
}
.bot-tool li{
    width: 299px;
    border-right: 1px solid #EEEEEE;
}
.bot-tool li:first-child{
    background: url("new_khd.png")no-repeat 120px 25px ;
}
.bot-tool li:first-child:hover{
    background: url("new_khd_hover.png")no-repeat 120px 25px #EEEEEE;
}
.bot-tool li:nth-child(2){
    background: url("new_wxjh.png")no-repeat 120px 25px ;
}
.bot-tool li:nth-child(2):hover{
    background: url("new_wxjh_hover.png")no-repeat 120px 25px #EEEEEE;
}
.bot-tool li:nth-child(3){
    background: url("new_wza.png")no-repeat 120px 25px ;
}
.bot-tool li:nth-child(3):hover{
    background: url("new_wza_hover.png")no-repeat 120px 25px #EEEEEE;
}
.bot-tool li:nth-child(4){
    background: url("new_jqr.png")no-repeat 120px 25px ;
}
.bot-tool li:nth-child(4):hover{
    background: url("new_jqr_hover.png")no-repeat 120px 25px #EEEEEE;
}
.bot-tool li:last-child{
    background: url("new_zq.png")no-repeat 120px 25px ;
}
.bot-tool li:last-child:hover{
    background: url("new_zq_hover.png")no-repeat 120px 25px #EEEEEE;
}

/*--------通用底---------*/
.footer{
    background-color: #868686;
    padding: 15px 0;
}
.btn-link{
    width: 1250px;
    padding-top: 20px;
}
.btn-link li{
    float: left;
    margin-right: 25px;
    width: 219px;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    text-indent: 2em;
    background-color: #fff;
}
.btn-link li a{
    display: block;
	color:#666;
}
.btn-link li img{
    width: 25px;
    padding-right: 5px;
    vertical-align: middle;
}
.btn-link li select{
    width: 100%;
    height: 100%;
    border: none;
}
.footer-info{
    padding: 25px 0 0;
}
.bz-left{
    width: 30%;
    text-align: right;
}
.footer-info-right{
    width: 70%;
    padding-left: 5px;
    text-align: left;
}
.footer-info-right p{
    color: #fff;
    line-height: 25px;
}
.footer-info a{
    color: #fff;
}

/*----------新闻中心-------------*/
.pt-header{
    height: 150px;
    background-color: #f7f7f7;
}
.pt-logo{
    padding-top: 26px;
}
.js{
    padding-top: 25px;
}
.pt-tool{
    background-color: #f7f7f7;
    color: #C6C6C6;
}
.pt-tool ul li{
    color: #C6C6C6;
}
.pt-tool a:link,.pt-tool a:visited,.pt-tool a:active{
    color: #C6C6C6;
}
.pt-tool a:hover{
    color: #015293;
}
.pt-tool .wza a{
    display: block;
    height: 40px;
    width: 25px;
    background: url(wza-1.png) center no-repeat;
}
.pt-tool .wza a:hover{
    background: url(wza1.png) center no-repeat;
}
.pt-tool .xx a{
    display: block;
    height: 40px;
    width: 25px;
    background: url(gldxx.png) center no-repeat;
}
.pt-tool .xx a:hover{
    background: url(gldxx1.png) center no-repeat;
}
.pt-tool .jqr a{
    display: block;
    height: 40px;
    width: 25px;
    background: url(zhzw-1.png) center no-repeat;
}
.pt-tool .jqr a:hover{
    background: url(zhzw1.png) center no-repeat;
}
.pt-nav{
    height: 57px;
    background: url(pt-nav-bg.png) bottom repeat-x #fff;
}
.pt-topnew{
    height: 114px;
}
.pt-topnew p{
    color: #015193;
}
.pt-tpxwbox{
    width: 1100px;
    margin: 0 auto;
    height: 646px;
}
.pt-main-left{
    width: 780px;
    padding-right: 25px;
    border-right: 1px solid #888;
}
.pt-main-left .title li{
    width: 33.333%;
}
.pt-main-left .line1{
     position: absolute;
     left: 33.333%;
     top: 18px;
     width: 1px;
     height: 20px;
     background-color: #000;
}
.pt-main-left .line2{
    position: absolute;
    left: 66.666%;
    top: 18px;
    width: 1px;
    height: 20px;
    background-color: #000;
}

.pt-main-right{
    width: 395px;
    margin-left: 25px;
}
.news{
    padding: 5px 0 10px;
    border-bottom: 1px dashed #888;
}
.news h3{
    font-size: 18px;
    color: #015193;
    padding: 15px 0 10px;
}
.news h3 a:link,.news h3 a:visited,.news h3 a:active{
	color: #015193;
} 
.news p{
    line-height: 30px;
    color: #888;
}
.news .news-info span{
    color: #888;
    padding-right: 15px;
    line-height: 30px;
}
.pt-two{
    width: 100%;
    margin: 10px 0;
}
.pt-two p {
    background: url(sxt-icon.png) 2% center no-repeat;
    float: left;
    width: 50%;
	text-indent: 2em;
}
/*-----------list------------*/

.item .list-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.item .list-title li {
    float: left;
    text-align: center;
}

.item .list-title li a {
    display: block;
    padding: 10px;
    margin-top: -1px;
    font-size: 22px;
    color: #000;
}

.item .list-title li a.on{
    color: #bd2133;
    border-bottom: 3px solid #bd2133;
    margin-top: -1px;
}

/*-------art---------*/
.pos {
    height: 54px;
    line-height: 54px;
    background-color: #f7f7f7;
    color: #666;
    text-indent: 1em;
    font-size: 16px;
    margin-bottom: 20px;
}
/*-------art--------*/
.art-box h3{
    font-size: 26px;
    color: #296b9b;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 15px;
    border-bottom: 3px solid #296b9b;
}
.info-bar{
    padding: 5px 0 15px;
    margin-top: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    color: #666;
}

.info-con, .TRS_Editor p, .TRS_Editor span, .TRS_Editor div, .TRS_Editor {
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.sub-tool{
    text-align: center;
    line-height: 35px;
    margin-bottom: 28px;
}




