
/* 网页灰色*/
/*  .grey{	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	}
.grey { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); filter: gray;-webkit-filter: grayscale(1);} */

/* 隐藏 */
.hidden {
    display: none;
}

/*headline*/
.headline {
    width: 1200px;
    height: 122px;
}

.headline p {
    width: 1200px;
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    margin-top: 30px;
}

.headline p a {
    color: #3b6ea1;
}

.headline .more {
    width: 1200px;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.oldModel .headline .more {
    width: 1200px;
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
}


.headline .more a {
    color: #3b6ea1;
    margin: 0 4px;
}

/*focus-box*/
.focus-box {
    width: 100%;
    height: 386px;
    overflow: hidden;
}

/*焦点图*/
.slideBox {
    width: 700px;
    height: 386px;
    position: relative;
}

.slideBox .hd {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
}

.slideBox .hd ul li.on {
    background: #3b6ea1;
    width: 40px;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd li img {
    width: 700px;
    height: 386px;
}

.slideBox .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 692px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 10px;
    z-index: 1;
}


.oldModel .slideBox .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 692px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-indent: 10px;
    z-index: 1;
}


.slideBox-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background-image: url("../css/lunbo-bg.png");
}

.slideBox .bd p a {
    color: #fff;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -58px;
    display: none;
    width: 56px;
    height: 117px;
    background: url(../css/prev-btn.png) center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 0;
    background-image: url("../css/next.png");

}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #000;

}

/*tab*/
.slideTxtBox {
    width: 450px;
    height: 386px;
    margin-right: 15px;
}

.slideTxtBox .hd ul {
    width: 448px;
    height: 42px;
    border-top: 1px solid #3c6fa2;
    margin-bottom: 14px;
    background-color: #f5f5f5;
}

.slideTxtBox .hd ul li {
    width: 25%;
    text-align: center;
    float: left;
    line-height: 42px;
}

.slideTxtBox .hd ul li:first-child {
    border-left: none;
    width: 25%;
}

.slideTxtBox .hd ul li a {
    display: block;
    font-size: 18px;
    color: #3c6fa2;
}
.oldModel .slideTxtBox .hd ul li a {
    display: block;
    font-size: 22px;
    color: #3c6fa2;
}


.slideTxtBox .hd ul li.on a {
    color: #fff;
    background-color: #3c6fa2;
}

.slideTxtBox .bd ul li {
    font-size: 16px;
    height: 39.5px;
    line-height: 39.5px;
    /*text-indent: 10px;*/
    background: url(../css/li-bg.png) center left no-repeat;
}
.oldModel .slideTxtBox .bd ul li {
    font-size: 22px;
    height: 39.5px;
    line-height: 39.5px;
    /*text-indent: 10px;*/
    background: url(../css/li-bg.png) center left no-repeat;
}

.slideTxtBox .bd ul li > a {
    display: block;
    width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    color: #424242;
}

.slideTxtBox .bd ul li a:hover {
    color: #015293;
}

.slideTxtBox .bd li span {
    float: right;
    color: #999;
    padding-right: 0px;
    font-size: 14px;
}
.oldModel .slideTxtBox .bd li span {
    float: right;
    color: #999;
    padding-right: 0px;
    font-size: 18px;
}

.slideTxtBox .bd li span a {
    color: #999;
}

.gov-span span {
    margin-top: -42px;
}

/*河南要闻*/
.slideTxtBox .bd #hnyw_li li a {
    /*display: initial;*/
    /*width: auto;*/
}

/*tab-box*/
.tab-box {
    width: 1200px;
    margin-top: 20px;
}

.tab-box a {
    color: #6a6a6a;

}

.tab-box .tab-nav {
    height: 440px;
}

.tab-box .tab-nav ul li {
    width: 220px;
    margin: 0 15px 10px 0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    background-color: #f0f0f0;
}
.oldModel .tab-box .tab-nav ul li {
    width: 220px;
    margin: 0 15px 10px 0;
    cursor: pointer;
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    background-color: #f0f0f0;
}

.tab-box .tab-nav ul li.on {
    width: 225px;
    margin-bottom: 10px;
    margin-right: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    background: url("../css/nav-bg2.png") top center no-repeat;
    color: #fff;
}

.tab-box .tab-nav ul li a {
    width: 200px;
    height: 71px;
    line-height: 71px;
    display: block;
}

.tab-box .tab-nav ul li a:hover {
    width: 200px;
}

.tab-box .tab-nav ul .on {

}

.tab-box .tab-nav ul .on a {
    color: #fff;
    height: 71px;
    line-height: 71px;
}

/*.tab-box .tab-nav ul #nav3 a:hover{ background: none;color: #015293; }*/
/*tab-list*/
.tab-list {
    width: 490px;
    height: 402px;
   /* overflow: hidden;*/
    margin-left: 20px;
}

/* yw-box */
.yw-box {
    height: 490px;
}

.yw-slideTxtBox {
    width: 490px;
}

.border_b_eaeaea {
    border-bottom: 1px solid #eaeaea;

}

.yw-slideTxtBox .hd ul {
    width: 490px;
}

.yw-slideTxtBox .hd ul li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    *zoom:1;
    *display: inline;
}

.yw-slideTxtBox.zxhf .hd ul li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
     _zoom:1;
    _display:inline;
}

.yw-slideTxtBox .hd ul li.on {
    /*border-bottom:1px solid #3fbad5;*/
    position: relative;
    border-bottom: 1px solid #3fbad5 \9; /*IE8 */
    *border-bottom: 1px solid #3fbad5; /*IE7*/
    _border-bottom: 1px solid #3fbad5; /*IE6*/
}

.yw-slideTxtBox .hd ul li.on::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #3fbad5;
    z-index: 99;
}

.yw-slideTxtBox .hd ul li.on a {
    color: #3b6ea1;
    font-weight: bold;
}

.yw-slideTxtBox .hd ul li a {
    display: block;
    font-size: 18px;
    color: #8e8e8e;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.oldModel .yw-slideTxtBox .hd ul li a {
    display: block;
    font-size: 22px;
    color: #8e8e8e;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}


.mg-sign {
    margin: 0 !important;
}

.yw-slideTxtBox .hd ul li a.blank2 {
    width: 62px;
}

.yw-slideTxtBox .hd ul li a.blank3 {
    width: 74px;
}

.yw-slideTxtBox .hd ul li a.blank4 {
    width: 91px;
}

/*.yw-slideTxtBox .hd ul li.on a.blank4 {*/
/*display: block;*/
/*width: 91px;*/
/*color: #fff;*/
/*background: url(../css/blank4.png) top center no-repeat;*/
/*}*/

/*.yw-slideTxtBox .hd ul li.on a.blank3 {*/
/*display: block;*/
/*width: 74px;*/
/*color: #fff;*/
/*background: url(../css/blank3.png) top center no-repeat;*/
/*}*/

/*.yw-slideTxtBox .hd ul li.on a.blank2 {*/
/*display: block;*/
/*width: 62px;*/
/*color: #fff;*/
/*background: url(../css/blank2.png) top center no-repeat;*/
/*}*/

.yw-slideTxtBox .bd ul li {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    text-indent: 10px;
    background: url("../css/li-bg.png") center left no-repeat;
}
.oldModel .yw-slideTxtBox .bd ul li {
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    text-indent: 10px;
    background: url("../css/li-bg.png") center left no-repeat;
}

.yw-slideTxtBox .bd ul li > a {
    display: block;
    width: 404px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.yw-slideTxtBox .bd ul li a:hover {
    color: #015293;
}

.yw-slideTxtBox .bd li span {
    float: right;
    color: #999;
    font-size: 14px;
}
.oldModel .yw-slideTxtBox .bd li span {
    float: right;
    color: #999;
    font-size: 18px;
}

.yw-slideTxtBox .bd li span a {
    color: #999;
}

/*session*/
.session {
    width: 100%;
    height: 70px;
    position: relative;
    background: url('https://file.henan.gov.cn/4500000001/gb/img/szf.png') left top no-repeat;
}

.session > img {
    width: 100%;
    display: none;
}

.session a {
    width: 48%;
    height: 70px;
    display: inline-block;
}
/*
.session > a:nth-child(2) {
    left: 50%;
}*/

.session-bottom {
    margin-top: 32px;
}

.mt35 {
    margin-top: 35px;
}

/* zw-box */
.zw-box {
    /*margin: 20px 20px 0;*/
    display: none;
}

.open {
    /* width: 511px; */
    width: 490px;
}

.open-list {
    background-color: #f1efef;
    padding: 14px 10px;
}

.open-list2 li {
    display: inline-block;
    *zoom:1;
    *display: inline;
    width: 118px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
}

.open-list2 li img {
}

.title {
    width: 404px;
   height: 38px;
   /*  border-bottom: 1px solid #e6e6e6;*/
}
.zcjd-title{
    width: 510px;
}
.title p {
    font-size: 20px;
}
.oldModel .title p {
    font-size: 22px;
}
.title p a {
    display: inline-block;
    font-size: 18px;
    color: #3b6ea1;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    /*font-family: "Microsoft Sans Serif";*/
}

.oldModel .title p a {
    display: inline-block;
    font-size: 21px;
    color: #3b6ea1;
    height: 32px;
    line-height: 32px;
    text-align: center;
	width: 130px !important;
    font-weight: bold;
    /*font-family: "Microsoft Sans Serif";*/
}

.yg-tab{
    height: auto;
    width: 490px;
}
.yg-tab .bd ul li {
    height: 18px !important;
    line-height: 18px !important;
    background: none !important;
    font-size: 14px;
}

.oldModel .yg-tab .bd ul li {
    height: 24px !important;
    line-height: 24px !important;
    background: none !important;
    font-size: 18px;
}

.yg-tab .bd ul li > a {
    display: inline-block !important;
    width: auto !important;
    white-space: normal !important;
    overflow: auto;
    padding-left: 0 !important;
    color: #8e8e8e;
}
.yg-tab .hd ul {
    width: auto !important;
    height: auto !important;
    border-top: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
}
.yg-tab .hd ul li.on a {
    color: #3b6ea1;
    background:none!important;
}
.title p a.blank6 {
    display: inline-block;
    width: 160px;
    /* background: url(../css/zfxxgk.png) center left no-repeat; */
}

.title ul.ygxf li{
    display: inline-block;
    width: 280px;
}
.title ul.ygxf li a{
    display: inline-block;
    font-size: 18px;
    color: #666;
    height: 27px;
    line-height: 27px;
    text-align:center-left;
    font-weight: bold;
}

.oldModel .title ul.ygxf li a{
    display: inline-block;
    font-size: 21px;
    color: #666;
    height: 27px;
    line-height: 27px;
    text-align:center-left;
    font-weight: bold;
}

.title ul.ygxf li a.blank6 {
    display: inline-block;
    width: 180px;

    /* background: url(../css/zfxxgk.png) center left no-repeat; */

}
.alignright{
    text-align: right !important;
}
.titimg{
    background: url(../css/zfxxgk.png) 2px 12px no-repeat;
}

.title p a.blank4 {
    display: block;
    width: 100px;
    padding-bottom: 10px;
    position: relative;
}

.title p a.blank4.lyhe {
    padding-bottom: 16px;
}

.title p a.blank4-border {
    border-bottom: 1px solid #3fbad5 \9; /*IE8 */
    *border-bottom: 1px solid #3fbad5; /*IE7*/
    _border-bottom: 1px solid #3fbad5; /*IE6*/
}

.title p a.blank4-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #3fbad5;
    z-index: 99;
}

.title p .blank4-img {
    margin-right: 20px;
}

.list {
    /*width: 435px;*/
    color: #757575;
}

.list p {
    padding-bottom: 2px;
    font-size: 10px;
    width: 435px;
    text-indent: 2em;
   line-height: 30px;
    overflow: hidden;
}


.oldModel .list p {
    padding-bottom: 2px;
    font-size: 20px;
    width: 435px;
    text-indent: 2em;
    line-height: 30px;
    overflow: hidden;
}

.list p a {
    display: block;
    /*text-align: center;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.list ul {
    margin-top: 16px;
}

.list ul li {
    line-height: 36px;
    font-size: 16px;
    text-indent: 5px;
    background: url("../css/li-bg.png") center left no-repeat;
}

.oldModel .list ul li {
    line-height: 36px;
    font-size: 22px;
    text-indent: 5px;
    background: url("../css/li-bg.png") center left no-repeat;
}

.list ul li a {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list ul li span {
    float: right;
    color: #999;
    padding-right: 5px;
    font-size: 14px;
}

.oldModel .list ul li span {
    float: right;
    color: #999;
    padding-right: 5px;
    font-size: 20px;
}


.list ul li a:hover {
    color: #015293;
}

.open-list ul {
    overflow: hidden;
    margin-top: 10px;
}

.open-list ul li {
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    margin: 0 1px 15px 1px;
}

.oldModel .open-list ul li {
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    margin: 0 1px 15px 1px;
}

.open-list ul li a {
    white-space: nowrap;
    color: #757575;
}

.open-list ul li a:hover {
    color: #015293;
}

.jd-tab {
    width: 400px;
    margin-left: 20px;
}

.jd-tab .hd ul {
    width: 435px;
    margin-top: 3px;
}

.jd-tab .bd ul {
    margin-top: 17px;
}

/*file*/
.file {
    width: 404px;
    height: 138px;
    padding: 8px 0;
    margin-left: 20px;
    margin-top: 52px;
}

.file .p-box {
    width: 380px;
    margin: 5px auto 0;
    font-size: 18px;
}

.oldModel .file .p-box {
    width: 380px;
    margin: 5px auto 0;
    font-size: 24px;
}

.file .p-box p a {
    color: #236fac;
}

/*search*/
.search2 {
    width: 394px;
    margin-left: 4px;
    height: 40px;
    border: 1px solid #d1d1d1;
    background: #fff;
    position: relative;
    top: -10px;
}

.search2 #searchInput2 {
    border: none;
    float: left;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    font-size: 14px;
}

.oldModel .search2 #searchInput2 {
    border: none;
    float: left;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    font-size: 22px;
}

::-webkit-input-placeholder {
    color: #898888;
}

.search2 #searchBtn2 {
    border: none;
    float: right;
    width: 65px;
    height: 40px;
    background: url(../css/search-btn.png) no-repeat 2px center;
    cursor: pointer;
}

/*radio-box*/
.radio-box {
    text-align: center;
    height: 112px;
    background-image: url("../css/file-search-bg.png");
    background-size: cover;
    background-position: center 74px;
    background-repeat: repeat-y;
}

.radio-box label {
    color: #6a6a6a;
    font-size: 16px;
    display: inline-block;
    margin: 26px 5px;
    cursor: pointer;
}

.oldModel .radio-box label {
    color: #6a6a6a;
    font-size: 22px;
    display: inline-block;
    margin: 26px 5px;
    cursor: pointer;
}

.radio-box .checked {
    color: #000;
}

.radio-box input {
    vertical-align: middle;
    margin-right: 2px;
    /*opacity: 0;*/
}

/*fw-box*/
.fw-box {
    display: none;
    position: relative;
}

.fw-box a {
    color: #757575;
}

.fw-box .list-1 {
    width: 487px;
    height: auto;
    background-image: url("../css/service-border.png");
    padding: 12px;
    position: relative;
    box-sizing: border-box;
}

.fw-box .list-1 ul {
    overflow: hidden;
    background-color: white;
}

.fw-box .list-1 ul li {
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: top;
    width: 86px;
    margin: 20px 0;
    text-align: center;
}

.fw-box .list-1 ul li img {
    margin: 0 auto;
    display: block;
    height: 24px;
}

.fw-box .list-1 > img {
    position: absolute;
    top: 110px;

}

.svb01 {
    left: 113px;
}

.svb02 {
    left: 224px;

}

.svb03 {
    left: 335px;

}

.fw-box .list-1 ul li p {
    text-align: center;
    line-height: 26px;
    margin: 10px 0;
}

.fw-box .list-1 ul li a:hover {
    color: #015293;
}

.fw-box .list-2 {
    margin-top: 30px;
    text-align: left;
}

.fw-box .list-2 a {
    white-space: nowrap;
    display: inline-block;
    margin: 12px 15px;
  font-size: 16px;
}

.oldModel .fw-box .list-2 a {
    white-space: nowrap;
    display: inline-block;
    margin: 6px 15px;
  font-size: 22px;
}

.fw-box .list-2 a:hover {
    color: #015293;
}

.fw-box .list3-box {
    position: absolute;
    top: 0;
    right: -32px;
    width: 432px;
    padding-bottom: 10px;
}

.fw-box .list3-box p {

}

.fw-box .list3-box .p1 {
    width: 120px;
}

.fw-box .list3-box ul {
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 38px;
    box-sizing: border-box;
}

.fw-box .list3-box ul li {
    float: left;
    margin-right: 12px;
    line-height: 30px;
}

.fw-box .list3-box ul li a {
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    min-width: 56px;
}

.oldModel .fw-box .list3-box ul li a {
    white-space: nowrap;
    font-size: 20px;
    display: inline-block;
    min-width: 56px;
}

.fw-box .list3-box ul li a:hover {
    color: #015293;
}

.list3-box-fwbm li {
    margin-right: 21px !important;
}

/*hd-box*/
.hd-box {
    display: none;
}

.wszx-blank4 {
    width: 120px !important;
}

.zxft {
    width: 110px !important;
    text-align: left;
}

.zxft img {
    margin-right: 12px;
}

.zxft-bg {
    margin-left: 20px;
}

.wyzx {
    margin-left: 35px;
}

/*zj-tab*/
.zj-tab {
    width: 404px;
}

.zj-tab .hd ul {
    width: 404px;
}
.interview-box {
    width: 404px;
    color: #464646;
    margin-top: 5px;
}

.interview-title {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
}

.oldModel .interview-title {
    font-size: 22px;
    font-weight: bold;
    color: #464646;
}

.interview-title img {
    margin-right: 12px;
    vertical-align: 0px;
}

.interview img {
    width: 160px;
    height: 105px;
}

.matter {
    width: 220px;
    font-size: 14px;
}

.oldModel .matter {
    width: 220px;
    font-size: 20px;
}

.matter p {
    width: 210px;
    margin-bottom: 4px;
    white-space: normal;
    color: #464646;
}

.matter .viper {
    margin-top: 12px;
}

.matter span {
    width: 220px;
    line-height: 22px;
}

.matter > p {
    position: relative;
}

.matter > p > b {
    position: absolute;
}

.matter > p > span {
    padding-left: 43px;
    display: block;
    width: 170px;
    text-align: justify;
}

/*ts-box*/
.ts-box {
    display: none;
    color: #757575;
    background-image: url(../css/jchn-bg.png);
    background-position: -27px 42px;
    background-size: contain;
    background-repeat: no-repeat;
}

.gk-box {
    width: 490px;
}

.gk-box .map {
    width: 148px;
    height: 216px;
    margin-left: 20px;
}

.gk-box2 {
    width: 300px;
    margin-top: -22px;
}

.hngk {
    width: 200px !important;
    text-align: left;
}

.gk-box2 span {
    display: block;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
}

.oldModel .gk-box2 span {
    display: block;
    text-indent: 2em;
    font-size: 20px;
    line-height: 30px;
}

.gk-box2 span a {
    color: #e80101;
}

.gk-more {
    width: 490px;
    margin-top: 20px;
    border-top: 1px dashed #757575;
}

.gk-more > div {
    overflow: hidden;
    line-height: 46px;
}

.gk-more > div > span {
    display: inline-block;
    *zoom:1;
    *display: inline;
    width: 74px;
    text-align: center;
}

.gk-more > div > span:nth-child(8n) {
    width: 0px !important;
    display:none !important;
}
.gk-more > div > div {
    width: 60px;
    height: 48px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-bottom: 8px;
}

.oldModel .gk-more > div > span {
    display: inline-block;
    *zoom:1;
    *display: inline;
    width: 14px;
    text-align: center;
}
.oldModel .gk-more > div > div {
    width: 105px;
    height: 48px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-bottom: 8px;
}
.gk-more ul li a {
    display: block;
    width: 57px;
    height: 32px;
}

.gk-more ul li a:hover {
    color: #015293;
}

/*ly-box*/
.ly-box {
    width: 455px;
    margin-right: -70px;
}

.ly-box .list {
    margin-top: 22px;
}

.ly-box .circle {
    margin-top: 55px;
}

.ly-more a {
    display: block;
    float: left;
    width: 86px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    /*background: url("../css/lymore-bg.png") top center no-repeat;*/
    margin-right: 14px;
}

.oldModel .ly-more a {
    display: block;
    float: left;
    width: 86px;
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    /*background: url("../css/lymore-bg.png") top center no-repeat;*/
    margin-right: 14px;
}

/*.tz-box*/
.tz-box > p {
    font-size: 20px;
}

.oldModel .tz-box > p {
    font-size: 24px;
}


.tz-box > p a {
    color: #015293;
}

.tz-box ul {
    overflow: hidden;
}

.tz-box ul li {
    float: left;
    margin: 0 30px 0 20px;
}

.tz-box ul li p:hover a {
    color: #015293;
}

.first-a {
    margin-left: 0 !important;
}

.ywdt-tab ul li > a {
    width: 400px !important;
}

.slideBoxZt {
    width: 404px !important;
    height: 210px !important;
}

.slideBoxZt .bd li {
    width: 404px !important;
}

.slideBoxZt .hd {
    right: 35% !important;
    bottom: -15px !important;
}

.yw-box .slideBoxZt .hd li {
    background-color: #999999;
}

.slideBoxZt li img {
    width: 404px !important;
    height: 200px !important;
}

.slideBoxZt .prev, .slideBoxZt .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -58px;
    display: none;
    width: 56px;
    height: 117px;
    background: url(../css/prev-btn2.png) center no-repeat;
    filter: alpha(opacity=50);
    opacity: .5;
}

.slideBoxZt .next {
    left: auto;
    right: 0;
    background-image: url("../css/next-btn2.png");
}

.slideBoxZt .prev:hover, .slideBoxZt .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: transparent;
}

.ztzl-box {
    color: #757575;
    background-image: url("../css/jchn-bg.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.ztzl-box .special-list {
    width: 520px;
    margin-left: 20px;
    display: inline-block;
    float: left;
    vertical-align: top;
}

.ztzl-box .special-item {
    display: block;
    height: 79px;
    position: relative;
}

.ztzl-box .special-item img {
    width: 146px;
    height: 79px;
    padding: 2px;
  float: left;
    background-color: #f8f8f8;
}

.ztzl-box .special-title {
    width: 330px;
    /*display: inline-block;*/
  float: left;
    font-size: 16px;
    margin-left: 18px;
    line-height: 24px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.oldModel .ztzl-box .special-title {
    width: 330px;
    /*display: inline-block;*/
  float: left;
    font-size: 22px;
    margin-left: 18px;
    line-height: 28px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}


.ztzl-box .special-time {
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    color: #c1c1c1;
    position: absolute;
    left: 167px;
    bottom: -7px;
}

.oldModel .ztzl-box .special-time {
    font-size: 21px;
    display: inline-block;
    margin-top: 10px;
    color: #c1c1c1;
    position: absolute;
    left: 167px;
    bottom: -7px;
}

.history-special-list {

}

.history-special-list {
    width: 404px;
}

.history-special-list .hd ul {
    width: 404px;
}

.history-special-list .hd ul li {
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: top;
    padding-bottom: 15px;
}

.history-special-list .hd ul li.on {
    /*border-bottom:1px solid #3fbad5;*/
    position: relative;
    border-bottom: 1px solid #3fbad5 \9; /*IE8 */
    *border-bottom: 1px solid #3fbad5; /*IE7*/
    _border-bottom: 1px solid #3fbad5; /*IE6*/
}

.history-special-list .hd ul li.on::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #3fbad5;
    z-index: 99;
}

.history-special-list .hd ul li.on a {
    color: #3b6ea1;
    font-weight: bold;
}

.history-special-list .hd ul li a {
    display: block;
    font-size: 18px;
    color: #8e8e8e;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.oldModel .history-special-list .hd ul li a {
    display: block;
    font-size: 24px;
    color: #8e8e8e;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.history-special-list .hd ul {
    width: 404px;
}

.history-special-list .bd ul {
    margin-top: 16px;
}

.history-special-list .bd li {
    font-size: 16px;
    height: 36px;
    line-height: 37px;
    overflow: hidden;
    text-indent: 10px;
    background: url(../css/li-bg.png) center left no-repeat;
}

.history-special-list .gold-line {
    margin-top: 42px;
}

.history-years {
    margin-top: 46px;
}

.history-years a {
    display: inline-block;
    width: 66px;
    text-align: left;
    margin: 7.5px 20px 7.5px 5px;
    font-size: 15px;
}

.history-years span {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.history-years .more {
    font-size: 12px;
    margin-left: 54px;
}
#bdshare_weixin_qrcode_dialog{width: 230px!important;height: 270px!important;}
/***专题栏目****/
.whitebg{background: #ffffff;}
.content{margin: 20px auto;}
.contentBox{padding: 20px 10px 20px 0;}
.speColumn{ width: 1100px; height: 60px; float: right; overflow: hidden; }
.speColumn ul li{ float: left; margin: 0px 10px;}
.speColumn-rig{ width: 210px; height: 60px; float: right; overflow: hidden; }
.speColumn-rig ul li{ float: left; margin-left:14px;}
/***长条广告****/
.whitebg1{background: #ffffff;}
.content1{margin: 10px auto; margin-bottom:50px;}
.cz-list {
    border-left: 1px solid #d9e9f6;
    border-top: 1px solid #d9e9f6;
}
.cz-list a {
    display: block;
    float: left;
    width: 20%;
    height: 50px;
    border-right: 1px solid #d9e9f6;
    border-bottom: 1px solid #d9e9f6;
    color: #000;
    font: 16px/50px '微软雅黑';
    text-align: center;
    box-sizing: border-box;
}
.cz-list a:nth-child(5n+1){
    border-left: 1px solid #d9e9f6;
}
.cz-list a:hover{ color: #11a0fa}
