@charset "utf-8";
.content {
    max-width: 1020px;
    *max-width: 1000px;
    margin: 25px auto 0;
}


/*con-left start */

.hb-con {
    padding: 35px 0 30px;
}

.hb-con .hb-con-sub {
    display: block;
}

.hb-con .hb-con-sub .sub-text {
    border: 1px solid #e9e9e9;
    border-top: none;
    color: #767e7e;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}

.hb-con .hb-con-sub .sub-text p {
    width: 66px;
    margin: 0 auto;
}

.hb-con .hb-con-sub .sub-text img.icon {
    display: block;
    float: left;
    width: 18px;
    height: 28px;
}

.hb-con .hb-con-sub .sub-text span {
    display: block;
    float: left;
    margin-left: 8px;
}


/*轮播图样式*/

a.carousel-control span {
    position: absolute;
    top: 36%;
    font-size: 55px;
}

.carousel-control.left span {
    left: 15%;
}

.carousel-control.right span {
    right: 15%;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    height: 45px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background: url(/static/images/back.png) repeat-x center;
}

.carousel-caption h4 {
    font-size: 26px;
    line-height: 45px;
    color: #fefefe;
    text-align: left;
    padding-left: 20px;
}

.carousel-indicators {
    display: none;
}

.title {
    width: 100%;
    height: 46px;
    overflow: hidden;
    margin-bottom: 35px;
    line-height: 44px;
    border-top: 1px solid #f8f8fb;
    border-bottom: 1px solid #f8f8fb;
    background: #f1f2f7;
    box-shadow: 0 4px 5px rgba(210, 210, 210, 0.4);
    -webkit-box-shadow: 0 4px 5px rgba(210, 210, 210, 0.4);
    -moz-box-shadow: 0 4px 5px rgba(210, 210, 210, 0.4);
}

.title span {
    font-size: 16px;
    color: #616269;
}

.title .tit-img {
    margin: 0 16px 0 19px;
}

/*标签部分开始*/

.sign-wrap {
    margin-bottom: 20px;
}

.sign-wrap ul {
    padding: 10px;
    background: #f5f5f5;
}

.sign-wrap ul li {
    display: inline-block;
    margin: 5px 2px;
}

.sign-wrap ul li a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    display: block;
    padding: 3px 10px;
    background: #fff;
    color: #626262;
    border-radius: 3px;
    font-size: 13px;
}

.sign-wrap ul li a:hover {
    color: #fff;
    background: #2980d7;
}


/*标签部分结束*/


.conart .nopic dt {
    display: none;
}

.conart .nopic dd p.list-dec {
    display: none
}

.conart .nopic dd {
    padding-left: 10px;
    width: 100%;
}

.conart dl {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.conart dl:hover {
    background: #e4f4f8;
}

.conart dl:hover dd h2 a {
    color: #2367b7;
}

.conart dl dt {
    display: inline-block;
    overflow: hidden;
    width: 30.6%;
    *width: 30.3%;
    height: auto;
    max-height: 132px;
    margin-right: 3.5%;
    border: 1px solid #ebebeb;
}

.conart dl dt img {
    width: 100%;
}

.conart dl dd {
    float: right;
    width: 65.9%;
}

.conart dl dd h2 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.conart dl dd h2 a {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    color: #020202;
}

.conart dl dd h2 a:link,
.conart dl dd p a:link {
    text-decoration: none;
}

.conart dl dd p.list-dec {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.conart dl dd p.list-dec a {
    color: #696b70;
}

.conart dl dd p.dl-sign {
    font-size: 12px;
    line-height: 30px;
    color: #696b70;
}

.conart dl dd p.dl-sign a {
    color: #007fcb;
    margin: 0 5px;
}

.conart dl dd span.date {
    display: block;
    float: right;
    line-height: 25px;
    color: #4d5059;
    text-align: right;
    margin-right: 10px;
}

.conart ul {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
}

.conart ul li {
    position: relative;
    padding: 5px 0;
    color: #2980d7;
    font-size: 12px;
}

.conart ul li a {
    font-size: 17px;
    color: #444;
    line-height: 26px;
    display: inline-block;
    width: 80%;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.conart ul li span {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 13px;
    color: #c0c0c0;
    line-height: 26px;
}
.conart .more-rank{
    text-align: right;
}
.conart .more-rank a{
    font-size: 15px;
    color: #757575;
}


/*page*/

.page {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.page a {
    display: inline-block;
    font-size: 15px;
    color: #2980d7;
    padding: 0 5px;
    margin: 0 2px;
}

.page a.active {
    color: #9e9e9e;
}

.page .pastyle {
    padding: 2px 16px;
    margin: 0 5px;
    font-size: 14px;
    border: 1px solid #2980d7;
    border-radius: 13px;
}

.page .pastyle:hover {
    background: #2980d7;
    color: #fff;
}

.page .pagrey {
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    cursor: default;
}

.page .pagrey:hover {
    background: #9e9e9e;
    color: #fff;
}

.page span.pamar {
    display: inline-block;
    width: 15%;
    height: 1px;
}

.pagemobile .pastyle {
    display: none\9;
    ;
    padding: 4px 32px;
    margin: 0;
    border-radius: 17px;
    border-width: 2px;
    font-weight: bold;
    font-size: 16px;
}

.pagemobile a.pastyle:first-child {
    margin-right: 6%;
}

.pagemobile a.pastyle:last-child {
    margin-left: 6%;
}


/*con-left end*/


/*con-right start */

.con-right {
    position: relative;
}

.con-right .img img {
    display: block;
    width: 100%;
    height: auto;
}

.con-right .tuiguang {
    background: #f5f5f5;
    border: 1px solid #f9cc8d;
    padding: 30px 18px 6px 12px;
}

.con-right .tuiguang:before {
    content: "";
    display: block;
    width: 58px;
    height: 24px;
    background: url(/static/images/tuiguang.png) no-repeat left top;
    position: absolute;
    top: -2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.con-right .tuiguang li {
    padding: 8px 0 7px 12px;
    background: url(../images/dotted.png) no-repeat left 17px;
    border-bottom: 1px dashed #d5dade;
}

.con-right .tuiguang li a {
    color: #18252a;
    line-height: 25px;
    font-size: 14px;
}

.con-right dl.hot-topics {
    margin-top: 35px;
}

.con-right dl.hot-topics dt {
    margin-bottom: 20px;
    height: 38px;
    border-bottom: 1px solid #d5dade;
    background: url(../images/hot-topics.jpg) no-repeat 0 5px;
}

.con-right dl.hot-topics dt span {
    display: block;
    float: left;
    font-size: 17px;
    color: #1c1b1b;
    font-weight: bold;
}

.con-right dl.hot-topics dt a.more {
    display: block;
    float: right;
    width: 53px;
    height: 20px;
    text-align: right;
    font-size: 12px;
    color: #2980d7;
    font-weight: 500;
    border: 1px solid #b1d0f0;
    padding: 1px 7px 2px;
    border-radius: 3px;
    margin: 3px 0 2px;
}

.con-right dl.hot-topics dd img.hot-img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.con-right dl.hot-topics dd ul {
    padding: 18px 15px 22px 12px;
    background: #f5f5f5;
}

.con-right dl.hot-topics dd ul li {
    padding: 12px 0px;
    margin-left: 12px;
    line-height: 25px;
    font-size: 12px;
    list-style: outside disc;
    border-bottom: 1px dashed #d5dade;
    color: #596062;
}

.con-right dl.hot-topics dd ul li a {
    color: #18252a;
    font-size: 14px;
}

.con-right dl.hot-topics dd ul li.firstli {
    color: #222;
}

.con-right dl.hot-topics dd ul li.firstli a {
    color: #222;
}

.con-right dl.hot-top dt {
    background-image: url(../images/hot-top.jpg);
    background-position: 77px 5px;
    margin-bottom: 0px;
}

.con-right dl.hot-top dd {
    padding: 5px 12px 0;
}

.con-right dl.hot-top dd ul.hot-top-ul {
    background: #fff;
    height: 47px;
    padding: 0;
    border-bottom: 1px dashed #d5dade;
}

.con-right dl.hot-top dd ul.hot-top-ul li {
    float: left;
}

.con-right dl.hot-top dd ul.hot-top-ul li {
    list-style: none;
    color: #464b4d;
    line-height: 47px;
    text-align: center;
}

.con-right dl.hot-top dd ul.firstul li {
    color: #000;
}

.con-right dl.hot-top dd ul.hot-top-ul li.ranking {
    width: 28px;
}

.con-right dl.hot-top dd ul.hot-top-ul li.firstli {
    font-size: 18px;
    color: #2980d7;
    font-style: italic;
}

.con-right dl.hot-top dd ul.hot-top-ul li.brand {
    width: 85px;
    margin-left: 12px;
}

.con-right dl.hot-top dd ul.hot-top-ul li.index {
    width: 60px;
    margin: 0 15px 0 16px;
}

.con-right dl.hot-top dd ul.hot-top-ul li.last-month {
    width: 60px;
    text-align: right;
}

.foo-nav {
    background: #fff;
}


/*con-right end */

@media (max-width: 998px) {
    .conart dl dt img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .sign-wrap {
        display: none;
    }
    .conart dl dt {
        width: 26%;
        margin-right: 3%;
    }
    .conart dl dd {
        width: 71%;
    }
    .conart dl dd h2 {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 24px;
    }
    .conart dl dd p span {
        display: inline-block;
        font-size: 14px;
        line-height: 21px;
        max-height: 42px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: initial;
    }
    .conart dl dd span.date {
        margin-right: 5px;
        color: #2368cc;
        line-height: 14px;
    }
    .con-right dl.hot-topics dd ul li a {
        font-size: 16px;
    }
    .conart dl dt.news-dt span.capital {
        font-size: 90px;
        line-height: 80px;
    }
    .conart dl dt.news-dt span.lowercase {
        font-size: 55px;
        line-height: 60px;
        margin-top: 22px;
    }
    .conart ul li a {
        font-size: 16px;
    }
    .conart .list-dec {
        display: none;
    }
}

@media(max-width:550px) {
    .title {
        margin-bottom: 15px;
        height: 40px;
        line-height: 38px;
    }
    .title .tit-img {
        width: auto;
        height: 40%;
        margin: -2px 12px 0 15px;
    }
    .title span {
        font-size: 15px;
    }
    .conart dl dt.news-dt {
        padding: 15px 5px 10px 10px;
    }
    .conart dl dt.news-dt span.capital {
        font-size: 70px;
        line-height: 70px;
    }
    .conart dl dt.news-dt span.lowercase {
        font-size: 45px;
        line-height: 45px;
        margin-top: 22px;
    }
}

@media (max-width: 500px) {
    /* 轮播图代码 start */
    .carousel-caption {
        height: 35px;
    }
    .carousel-caption h4 {
        font-size: 18px;
        line-height: 35px;
        padding-left: 12px;
    }
    .carousel-control span {
        top: 25%;
        font-size: 55px;
    }
    /* 轮播图代码 end */
    dl.toppic dd {
        height: 35px;
        margin-top: -35px;
    }
    dl.toppic dd span {
        display: block;
        height: 35px;
        background: #000;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    dl.toppic dd p {
        margin: -35px 0 0 15px;
        color: #fff;
        line-height: 35px;
        font-size: 18px;
        filter: alpha(opacity=99);
        -moz-opacity: 0.99;
        -khtml-opacity: 0.99;
        opacity: 0.99;
    }
    dl.toppic dd p a {
        color: #fff;
    }
    .conart {
        margin-top: 5px
    }
    .conart dl {
        padding: 25px 0 20px;
    }
    .conart dl dt.news-dt {
        padding: 12px 5px 8px 10px;
    }
    .conart dl dt.news-dt span.capital {
        font-size: 45px;
        line-height: 45px;
    }
    .conart dl dt.news-dt span.lowercase {
        font-size: 30px;
        line-height: 30px;
        margin-top: 14px;
    }
    .conart dl dt img {
        height: 65px;
    }
}

@media (max-width: 410px) {
    .conart dl dd h2 {
        margin-bottom: 5px;
        max-height: 50px;
        overflow: hidden;
    }
    .conart dl dd p span {
        line-height: 19px;
        max-height: 38px;
    }
    .conart dl dt img {
        height: 55px;
    }
}

@media (max-width:338px) {
    .page span.pamar {
        width: 2%;
    }
}

@media (max-width:299px) {
    .page span.pamar {
        width: 0;
    }
    .pagemobile .pastyle {
        margin: 5px 0;
    }
}


/*ceoclub style*/

dl.ceotop dt {
    padding: 15px 12px 12px;
    background: #e3e4e3;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

dl.ceotop dt.firstdt {
    margin-top: 0;
}
