.p20 {
    padding: 0 10px;
}
.main {
    padding-bottom: 35px;
}
.m-book{
    background-color: #ebf2f9;
    overflow: hidden;
    margin-bottom: 20px;
    padding:0 6px;
}
.ul-book {
    padding: 10px 0 20px;
}
.ul-book li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.ul-book li a {
    display: block;
    margin: 0 14px;
}
.ul-book li a:hover span {
    color: #01509b;
}
.ul-book .pic{
    position: relative;
    padding-top: 150%;
    overflow: hidden;
}
.ul-book .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ul-book .txt{
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.ul-book .txt span{
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-author{
    overflow: hidden;
}
.m-author .imgtxt{
    display: block;
    overflow: hidden;
    padding: 0 30px;
}
.m-author .imgtxt a:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}
.m-author .imgtxt a:hover .txt {
    color: #01509b;
}
.m-author .imgtxt .img{
    float: left;
    width: 98px;
    height: 98px;
}
.m-author .imgtxt .img img{
    display: block;
    width: 100%;
}
.m-author .imgtxt .txt{
    margin-left: 110px;
    color: #666;
}
.m-author .imgtxt .txt h4{
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.ul-author{
    overflow: hidden;
    padding: 14px 30px;
}
.ul-author li{
    float: left;
    width: 25%;
    text-align: center;
}
.ul-author li a{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding-left: 6px;
    background: url(../images/list-type-bg.jpg) no-repeat left center;
}
.ul-author li a:hover {
    text-decoration: underline;
}
/* 02创新驱动发展-资讯列表页 */

.ul-list-lb li {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ul-list-lb li a{
    font-size: 14px;
    color: #333;
    padding-left: 22px;
    line-height: 30px;
    background:url(../images/list-lb-1.png) no-repeat 5px center;
    transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
}
.ul-list-lb li a:hover{
    color: #5c99e5;
}
/* 页码 */
.page_change{
    line-height: 27px;
    margin-top: 50px;
    text-align: center;
}
.page_change .current,
.page_change .fc_hui2,
.page_change .fc_ch1 {
    /*float: left;*/
    height: 27px;
    line-height: 27px;
}
.page_change .z_num,
.page_change .fc_ch1 {
    float: left;
    display: block;
    font-size: 14px;
    width: 23px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #dedede;
    color: #333;
    margin:0 4px;
}
.page_change .fc_ch1 {
    width: auto;
    padding: 0 5px;
}
.page_change .current,.page_change .current{
    color: #00c888;
    background-color: #fff;
    font-size: 14px;
    width: 23px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #333;
    margin:0 4px;
}
.page_change .z_num[type=text] {
    float: none;
    display: inline-block;
    width: 30px;
    /*height: 20px;*/
    outline: none;
    border: 1px solid #7a7a7a;
    background-color: #fff;
}
.page_change li button{
    width: 40px;
    height: 27px;
    background-color: #3c8edb;
    color: #fff;
    font-size: 14px;
    border:none;
    outline: none;
}
.page_change li.prev a,.page_change li.next a{
    width: 52px;
}
.page_change li.hover a,.page_change li a:hover{
    background-color: #fff;
}

/* 03创新驱动发展-资源列表页 */
.resource-list{
    margin-bottom: 60px;
}
.resource-list li{
    padding: 0px 15px 15px;
    border-bottom: 1px solid #d1d1d1;
}
.resource-list li h3 {
    margin: 32px 0 6px;
}
.resource-list li h3 a{
    display: block;
    font-size: 16px;
    transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
 .resource-list li h3 a:hover{
    color: #3d67a0;
}
.resource-list .txt span{
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.resource-list .txt p{
    font-size: 14px;
    color: #666;
    margin:0 0  4px;
}
.resource-list .txt p a{
    color: #225798;
    margin-right: 15px;
    font-style: normal;
}
.resource-list .txt p a:hover {
    text-decoration: underline;
}
/* 04创新驱动发展-图表详细页 */
.m-artical .chart h3{
    text-align: center;
    font-size: 17px;
    color: #333;
    margin: 28px 0 45px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.m-artical .chart img{
    margin-bottom: 55px;
}
.m-artical .chart p{
    font-size: 14px;
    color: #333;
    line-height: 1em;
}
.m-artical .chart p a {
    margin: 0 3px;
    color: #333;
}
.m-artical .chart p a:hover {
    text-decoration: underline;
}
.m-artical .tit{
    font-size: 16px;
    color: #225798;
    border-bottom: 1px solid #225798;
    padding:20px 0 10px;
}
.m-artical .con{
    font-size: 16px;
    line-height: 1.875em;
    color: #333;
    text-indent:2em;
    margin-top: 15px;
    margin-bottom: 65px;
}
/* 创新驱动发展-资讯详细页 */
.m-artical2 .tit{text-align: center;}
.m-artical2 .tit h1{
    font-size: 20px;
    color: #333;
    padding: 28px 0 20px;
    margin:0 0 12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-bottom: 1px solid #d1d1d1;
}
.m-artical2 .tit span{
    font-size: 12px;
    color: #888;
}
.m-artical2 .tit a {
    color: #888;
}
.m-artical2 .tit a:hover {
    text-decoration: underline;
}
.m-artical2 .con{
    font-size: 16px;
    color: #333;
    margin-top: 40px;
    line-height: 2.25em;
    /*text-indent: 2em;*/
}
.m-artical2{
    margin-bottom: 100px;
}

.tit-ind {
    width: 100%;
    height: 78px;
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-bottom: 0;
}
.tit-ind a {
    display: block;
    height: 100%;
}
.slider-super .hd {
    position: relative;
}

.slider-nav,
.slider-super .hd ul {
    padding: 0 25px;
    margin-bottom: 0;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #cbcbcb;
    overflow: hidden;
}

.slider-box {
    display: none;
}

.slider-nav .item {
    float: left;
}

.slider-nav .slick-current h3 {
    background-color: #eaeaea;
}

.slider-nav h3,
.slider-super .hd a {
    display: block;
    font-weight: normal;
    line-height: 36px;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.slider-super .hd li a:hover,
.slider-super .hd li.on a {
    background-color: #eaeaea;
}

.slider-super .hd li {
    float: left;
    width: 16.66667%;
}

.slider-box .slick-arrow,
.slider-super .hd .prev,
.slider-super .hd .next {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 36px;
    border: none;
    padding: 0;
    font-size: 0;
    background: url(../images/slide-arrow-p.png) no-repeat center;
}

.slider-box .slick-next,
.slider-super .hd .next {
    left: auto;
    right: 0;
    background-image: url(../images/slide-arrow-n.png);
}

.slider-nav .item {
    width: 25%;
}

.bd-slide {
    padding: 20px 0;
    overflow: hidden;
}

.bd-slide img {
    display: block;
    border: 1px solid #cbcbcb;
}

.bd-slide .dec {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    border-bottom: 1px solid #cbcbcb;
}

.bd-slide .dec p {
    max-height: 72px;
    _height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ul-list-lb.hot {
    overflow: hidden;
}

.ul-list-lb.hot a {
    background-image: none;
    padding-left: 10px;
}

.ul-list-lb.hot li {
    float: left;
    width: 48%;
}

.tit-ind.center {
    height: 52px;
    background-position: center;
}
.dl-list dt {
    margin-bottom: 10px;
}
.dl-list dt a {
    font-size: 16px;
    color: #3a6bba;
    font-weight: normal;
}
.ul-list-lb.hot li a {
    line-height: 32px;
}
.ul-book-ind {
    overflow: hidden;
}
.ul-book-ind li {
    float: left;
    width: 25%;
    text-align: center;
}
.ul-book-ind li a {
    display: block;
    margin: 0 18px;
}
.ul-book-ind .pic {
    position: relative;
    padding-top: 150%;
    overflow: hidden;
}
.ul-book-ind .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-pic img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.img-pic p {
    font-size: 14px;
    color: #0d1931;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-slider1 {
    padding-top: 10px;
    margin-bottom: 28px;
}
.m-slider1 .imgtxt .img {
    width: 90px;
    height: 90px;
}
.m-slider1 .imgtxt p {
    color: #3a6bba;
    height: 36px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-slider1 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -11px;
    width: 14px;
    height: 23px;
    border: none;
    font-size: 0;
    background: url(../images/arrow-p_2.png) no-repeat center;
    cursor: pointer;
    z-index: 10;
}
.m-slider1 .slick-next {
    left: auto;
    right: 7px;
    background-image: url(../images/arrow-n_2.png);
}
.m-slider1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.m-slider1 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.m-slider1 .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: none;
    outline: none;
    background-color: #1daced;
}
.m-slider1 .slick-dots .slick-active button {
    background-color: #004281;
}
.ul-author.ind li a {
    line-height: 24px;
}

.bd-slide a:hover img,
.img-pic a:hover img,
.ul-book-ind a:hover {
    opacity: .7;
    filter: alph(opacity=70);
}
.img-pic a:hover p {
    color: #5c99e5;
}

@media screen and (max-width: 1100px) {
    .banner {
        height: 320px;
    }
    .nav {
        margin: -130px 0 55px;
        text-align: center;
    }
    .nav .ul-1 > li {
        float: none;
        display: inline-block;
        margin: 0;
    }
}
@media screen and (max-width: 992px) {
    .ul-book li {
        width: 25%;
    }

    .bd-slide img {
        margin: 0 auto;
    }
    .page_change {
        margin: 15px 0;
        text-align: center;
    }
    .page_change .noBorder {
        display: inline-block;
    }
}
@media screen and (max-width: 969px) {
    .bd-slide .pic {
        margin-bottom: 15px;
    }
    .nav {
        height: 50px;
        line-height: 50px;
    }
    .nav .ul-1 > li > a {
        font-size: 16px;
        line-height: 50px;
        margin: 0 18px;
    }
    .nav dl {
        top: 47px;
    }
    .nav dd a {
        font-size: 14px;
        line-height: 38px;
    }
    .right-top {
        display: none;
    }
    .link-top {
        float: none;
    }
    .link-top .link {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    .banner {
        height: 195px;
    }
    .main {
        margin-top: -16px;
    }
    .top-hd {
        display: none;
    }
    .banner .logo,.nav {display: none;}
    .m-header,.menuBtn {display: block;}
    .m-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #fff;
        z-index: 900;
    }
    .m-header .logo {
        float: left;
        margin: 0 0 0 10px;
    }
    .m-header .logo img {
        height: 35px;
        display: inline-block;
        vertical-align: middle;
    }
    .head-nav {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        border-top: 1px solid #1567cc;
        background-color: rgba(255,255,255,.9);
    }
    .head-nav a {
        display: block;
        font-size: 14px;
        color: #1567cc;
        line-height: 35px;
    }
    .head-nav .ul-1 > li {
        border-bottom: 1px solid #1567cc;
    }
    .head-nav .ul-1 > li.on > a {
        color: #fff;
        background-color: rgba(21, 103, 204, .9);
    }
    .head-nav .ul-1 > li.on dl {
        display: block;
    }
    .head-nav dl {
        display: none;
        margin: 5px 0;
    }
    .head-nav dd ul a {
        line-height: 30px;
        font-size: 12px;
    }
    .slider-super {
        display: none !important;
    }
    .slider-box {
        display: block !important;
    }
    .ul-list-lb.hot li {
        float: none;
        width: 100%;
    }

    .ul-book-ind li {
        margin-bottom: 10px;
    }
    .ul-book li a,
    .ul-book-ind li a {
        margin: 0 8px;
    }

    .page_change {margin: 5px 0;}
    .page_change .noBorder a.z_num,
    .page_change .noBorder .current,
    .page_change .noBorder .bar {
        display: none;
    }
    .page_change .noBorder tbody,
    .page_change .noBorder tr,
    .page_change .noBorder td {
        width: 100%;
        display: block;
    }
    .page_change .noBorder .fc_hui2,
    .page_change .noBorder .fc_w {
        display: block;
        width: 100%;
    }
    .page_change .fc_hui2,
    .page_change .fc_ch1 {
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 479px) {
    .banner {
        height: 130px;
    }
    .ul-book li,
    .ul-book-ind li {
        width: 50%;
    }
    .footer {
        font-size: 12px;
        line-height: 18px;
    }
    .footer em {
        display: none;
    }
}

.cxtitle{
    font-size: 16px;
    color: #3a6bba;
    font-weight: normal;
}
.txt{padding-top:10px}
.fc_hui2{font-size:14px}
