﻿@charset "utf-8";
/* common */
body {
    margin: 0px;
    padding: 0px;
    background: #F8F8F8;
    font-family: Arial,Helvetica,sans-senif,"Microsoft YaHei" !important;
}

div, form, img, ul, ol, li, dl, dt, dd, p, input {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

table, td, tr, th {
    font-size: 12px;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/* link */
a {
    text-decoration: none;
    color: #3f3b3b;
    cursor: pointer;
}

    a:hover {
        color: #007bcd;
        text-decoration: none;
    }

.c {
    clear: both;
}

.common {
    width: 1170px;
    margin: 0 auto;
}

.topHeader {
    background: #ffffff;
    height: 90px;
    border-bottom: 1px solid rgba(235,235,235,1);
}

.headLeft {
    float: left;
    width: 118px;
}

.headRight {
    float: right;
    width: 1000px;
}


.headLeft span a {
    display: block;
    width: 118px;
    height: 51px;
    margin-top: 19px;
}

    .headLeft span a img {
        display: block;
        width: 100%;
    }

.headerIcon {
    margin-top: 20px;
}

    .headerIcon ul li {
        float: right;
        margin-left: 16px;
        position: relative;
    }

        .headerIcon ul li a {
            display: block;
            width: 18px;
            height: 18px;
        }

            .headerIcon ul li a img {
                display: block;
                width: 100%;
            }

        .headerIcon ul li p {
            display: block;
            background: #ffffff;
            width: 110px;
            height: 110px;
            padding: 5px;
            position: absolute;
            right: 0px;
            top: 23px;
            -moz-box-shadow: 1px 1px 13px #ebebeb;
            -webkit-box-shadow: 1px 1px 13px #ebebeb;
            box-shadow: 1px 1px 13px #ebebeb;
        }

            .headerIcon ul li p img {
                display: block;
                width: 100%;
            }

    .headerIcon:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.headerNav {
    width: 1000px;
    margin-top: 11px;
}

    .headerNav:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .headerNav ul {
        float: left;
        width: 818px; /*text-align:right;*/
    }

        .headerNav ul:after {
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }

    .headerNav .search {
        float: right;
        width: 180px;
    }

    .headerNav ul li {
        display: inline-block;
        padding: 0 15px;
        position: relative;
        z-index: 999;
    }

        .headerNav ul li a {
            font: 15px/30px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #999999;
        }

            .headerNav ul li a:hover, .headerNav ul li a.navCur {
                color: #007CCD;
            }

.search {
    position: relative;
}

    .search a.searchIcon {
        width: 16px;
        height: 16px;
        display: block;
        top: 7px;
        right: 0;
        position: absolute;
        z-index: 5;
    }

        .search a.searchIcon img {
            display: block;
            width: 100%;
        }

    .search .seaInput {
        background: #F8F8F8;
        border: 1px solid #EBEBEB;
        width: 154px;
        height: 28px;
        border-radius: 28px;
        padding: 0 12px;
        position: absolute;
        right: 0;
        z-index: 10;
    }

        .search .seaInput a {
            float: left;
            width: 16px;
            height: 16px;
            display: block;
            margin-top: 6px;
            margin-right: 5px;
        }

            .search .seaInput a img {
                display: block;
                width: 100%;
            }

        .search .seaInput input {
            float: left;
            width: 133px;
            height: 16px;
            background: #F8F8F8;
            font: 13px/16px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #999999;
            margin-top: 6px;
            outline: 0;
        }


.hoverTop {
    -moz-box-shadow: 1px 1px 13px #ebebeb;
    -webkit-box-shadow: 1px 1px 13px #ebebeb;
    box-shadow: 1px 1px 13px #ebebeb;
    background: #ffffff;
    height: 54px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .hoverTop:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.hoverLogo {
    float: left;
    width: 84px;
    height: 32px;
    margin-top: 12px;
}

    .hoverLogo a img {
        display: block;
        width: 100%;
    }

.hoverNav {
    float: left;
    width: 820px; /*text-align:right;*/
    margin: 13px 0 0 85px;
    display: block;
}

    .hoverNav ul {
    }

        .hoverNav ul li {
            display: inline-block;
            padding: 0 15px;
            position: relative;
        }

            .hoverNav ul li a {
                font: 15px/30px Arial,Helvetica,sans-senif,"Microsoft YaHei";
                color: #999999;
            }

                .hoverNav ul li a:hover, .hoverNav ul li a.navCur {
                    color: #007CCD;
                }

.navcList {
    background: #ffffff;
    width: 190px;
    -moz-box-shadow: 1px 1px 13px #ebebeb;
    -webkit-box-shadow: 1px 1px 13px #ebebeb;
    box-shadow: 1px 1px 13px #ebebeb;
    position: absolute;
    padding-top: 10px;
}

.headerNav ul li .navcList p a, .hoverNav ul li .navcList p a {
    display: block;
    font: 12px/30px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #333;
    padding: 0px 10px;
    text-align: left;
    padding-bottom: 6px;
}

.hoversearch {
    float: right;
    width: 180px;
    position: relative;
}

    .hoversearch a.searchIcon {
        width: 16px;
        height: 16px;
        display: block;
        top: 19px;
        right: 0;
        position: absolute;
        z-index: 5;
    }

        .hoversearch a.searchIcon img {
            display: block;
            width: 100%;
        }

    .hoversearch .seaInput {
        background: #F8F8F8;
        border: 1px solid #EBEBEB;
        width: 254px;
        height: 28px;
        border-radius: 28px;
        padding: 0 12px;
        position: absolute;
        right: -2px;
        top: 13px;
        z-index: 10;
    }

        .hoversearch .seaInput a {
            float: left;
            width: 16px;
            height: 16px;
            display: block;
            margin-top: 6px;
            margin-right: 5px;
        }

            .hoversearch .seaInput a img {
                display: block;
                width: 100%;
            }

        .hoversearch .seaInput input {
            float: left;
            width: 233px;
            height: 16px;
            background: #F8F8F8;
            font: 13px/16px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #999999;
            margin-top: 6px;
            outline: 0;
        }

.main {
    margin-top: 24px;
}

    .main:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.mainLeft {
    float: left;
    width: 860px;
    margin-right: 30px;
    min-height: 720px;
}

.mainRight {
    float: left;
    width: 280px;
}

/*轮播框架*/
.ImgFocus {
    width: 860px;
}

    .ImgFocus:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.focusLeft {
    float: left;
    width: 574px;
    margin-right: 14px;
}

.focusRight {
    float: left;
    width: 272px;
}

/*左轮播*/
.infoImg .backImg {
    width: 574px !important;
    height: 324px !important;
}

.slideBox {
    position: relative;
    width: 574px;
    height: 324px;
    overflow: hidden;
}

    .slideBox .tips {
        position: absolute;
        bottom: 0px;
        height: 60px;
        width: 100%;
    }

.title { /*position:absolute;left:0px;bottom: -3px; width:350px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal; /*color:#ffffff;*/
    z-index: 10;
}

    .title a {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        padding: 0px 13px;
        font: bold 16px/40px "Arial";
    }

div.slideBox li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 20%,0 100%,from(rgba(0,0,0,0)),to(#282828));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515)background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    div.slideBox ul.items li {
        float: left;
        background: none;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
        /*div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none;position:absolute;}*/
        div.slideBox ul.items li a img {
            margin: 0px !important;
            padding: 0px !important;
            display: block;
            border: none /*For IE.ADD.JENA.201206300844*/;
            width: 574px !important;
            height: 324px !important;
        }

div.slideBox div.tips div.nums {
    position: absolute;
    right: 11px;
    bottom: 12px;
    z-index: 10;
}

    div.slideBox div.tips div.nums a {
        display: inline-block;
        float: left;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: white;
        text-indent: -99999px;
        margin: 15px 6px 0px 0px;
    }

        div.slideBox div.tips div.nums a.active {
            background-color: #cc0000;
        }

/*右轮播*/
.back2Img {
    width: 272px;
}

    .back2Img .indexTop, .back2Img .indexBottom {
        position: relative;
        cursor: pointer;
    }

    .back2Img:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .back2Img .indexTop {
        width: 272px;
        height: 155px;
        margin-bottom: 14px;
        overflow: hidden;
    }

        .back2Img .indexTop img {
            width: 272px !important;
            height: 155px !important;
            display: block;
        }

    .back2Img .indexBottom {
        float: left;
        width: 272px;
        height: 155px;
        overflow: hidden;
    }

        .back2Img .indexBottom img {
            width: 272px !important;
            height: 155px !important;
            display: block;
        }

.picword a:before, .picword a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 1;
    opacity: 0.75;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 20%,0 100%,from(rgba(0,0,0,0)),to(#282828));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515)background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}

.back2Img .indexTop a .titleh1, .back2Img .indexBottom a .titleh1 {
    position: absolute;
    font: 13px/22px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    margin: 0 10px;
    bottom: 5px;
    width: auto;
    color: #fff;
    z-index: 10;
    text-overflow: ellipsis;
    overflow: hidden; /* white-space: nowrap; */
    word-wrap: normal;
    line-height: 16px;
}


/*新闻列表*/
.newList {
    background: #ffffff;
    margin-top: 24px;
    padding: 20px 30px 0;
}

.newTitle {
    border-bottom: 1px solid #eb98a2;
    padding-bottom: 12px;
}

    .newTitle b {
        display: block;
        font: bold 20px/24px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #333;
    }

    .newTitle a {
        float: right;
        font: 14px/24px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #999999;
    }

.newList ul {
}

    .newList ul li {
        margin-top: 24px;
        border-bottom: 1px solid #EBEBEB;
        padding-bottom: 24px;
    }

        .newList ul li.lastNews {
            border-bottom: 0;
        }

        .newList ul li a {
            display: block;
        }

        .newList ul li dl {
        }

            .newList ul li dl:after {
                content: ".";
                display: block;
                height: 0;
                visibility: hidden;
                clear: both;
            }

            .newList ul li dl dt {
                float: left;
                width: 220px;
                height: 150px;
                margin-right: 20px;
            }

                .newList ul li dl dt img {
                    display: block;
                    width: 100%;
                }

            .newList ul li dl dd {
                float: left;
                width: 560px;
            }

                .newList ul li dl dd b {
                    display: block;
                    font: bold 17px/24px Arial,Helvetica,sans-senif,"Microsoft YaHei";
                    color: #333;
                }

        .newList ul li.noPic dl dt {
            width: 0;
            margin-right: 0;
            height: 0;
        }

        .newList ul li.noPic dl dd {
            width: 800px;
            float: none;
        }

        .newList ul li a:hover dl dd b {
            color: #007CCD;
        }

        .newList ul li dl dd p {
            display: block;
            font: 13px/20px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #666;
            margin-top: 8px;
            max-height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .newList ul li dl dd span p {
            display: block;
            font: 13px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #999;
            margin-top: 8px;
        }

        .newList ul li dl dt {
            float: left;
            width: 220px;
            height: 150px;
            margin-right: 20px;
            position: relative;
        }

            .newList ul li dl dt span {
                position: absolute;
                z-index: 3;
                bottom: 7px;
                right: 8px;
                font-size: 12px;
                line-height: 16px;
                font-weight: 500;
                text-shadow: .5px 1px 2px rgba(0,0,0,.15);
                color: #ffffff;
                font-style: normal;
                background: rgba(0, 0, 0, 0.4);
                display: block;
                height: 18px;
                padding: 0 8px;
                line-height: 18px;
                border-radius: 18px;
            }

.sec {
    margin-top: 56px;
}

    .sec ul li dl dd p {
        display: block;
        font: 13px/20px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #666;
        margin-top: 8px;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

/*右侧广告位*/
.topImg {
    margin-bottom: 20px;
}

    .topImg a {
        width: 280px;
        height: 142px;
        display: block;
        overflow: hidden;
    }

        .topImg a img {
            display: block;
            width: 100%;
        }

.dateList {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px 20px 0;
}

.dateTitle {
    font: bold 13px/16px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #005082;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
}

.dateList dl {
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 18px;
    padding-top: 18px;
}

    .dateList dl:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .dateList dl dt {
        float: left;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-top: 4px;
        font: 12px/14px "Arial";
        color: #ffffff;
        text-align: center;
    }

    .dateList dl dd {
        float: left;
        width: 216px;
    }

        .dateList dl dd a {
            display: block;
            font: 14px/22px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #333333;
        }

    .dateList dl.num01 dt {
        background: #F64546;
    }

    .dateList dl.num02 dt {
        background: #FF8547;
    }

    .dateList dl.num03 dt {
        background: #FFAC39;
    }

    .dateList dl.num04 dt {
        background: #BBBBBB;
    }

    .dateList dl.num05 dt {
        background: #BBBBBB;
    }

    .dateList dl.num05 {
        border-bottom: 0;
    }


.botImg a {
    width: 280px;
    height: 150px;
    display: block;
    overflow: hidden;
}

    .botImg a img {
        display: block;
        width: 100%;
    }

.dateTitle {
    font: bold 13px/16px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #005082;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
    padding-top: 10px;
}

    .dateTitle ul:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .dateTitle ul li {
        display: block;
        height: 14px;
        float: left;
    }

        .dateTitle ul li.first {
            border-right: 1px solid #DEDEDE;
            margin-right: 12px;
            padding-right: 12px;
        }

        .dateTitle ul li a {
            font: 13px/14px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #999999;
        }

            .dateTitle ul li.titCur a, .dateTitle ul li a:hover {
                font-weight: bold;
                color: #005082;
            }

/*右侧页面移动浮动*/
.fixed {
    position: fixed;
    top: 54px;
}


/*底部*/
.footer {
    background: #ffffff;
    border-top: 1px solid #EBEBEB;
    margin-top: 40px;
    padding: 28px 0;
}

    .footer p {
        height: 15px;
        font: bold 14px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        display: block;
        overflow: hidden;
        text-align: center;
    }

        .footer p a {
            text-decoration: underline;
            padding: 0 3px;
            text-decoration: none;
        }

    .footer span {
        display: block;
        font: 13px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #666;
        text-align: center;
        margin-top: 20px;
    }

        .footer span a {
            padding: 0 3px;
            color: #666;
        }

            .footer span a:hover {
                color: #007CCD;
            }

.copy {
    text-align: center;
    display: block;
    font: 13px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #666;
    margin-top: 30px;
}



/*列表页*/
.newsListShow {
    background: #ffffff;
    padding: 6px 30px 0;
}

    .newsListShow ul {
    }

        .newsListShow ul li {
            margin-top: 24px;
            border-bottom: 1px solid #EBEBEB;
            padding-bottom: 24px;
        }

            .newsListShow ul li.lastnoborder {
                border-bottom: 0;
            }

            .newsListShow ul li a {
                display: block;
            }

            .newsListShow ul li dl {
            }

                .newsListShow ul li dl:after {
                    content: ".";
                    display: block;
                    height: 0;
                    visibility: hidden;
                    clear: both;
                }

                .newsListShow ul li dl dt {
                    float: left;
                    width: 220px;
                    height: 150px;
                    margin-right: 20px;
                }

                    .newsListShow ul li dl dt img {
                        display: block;
                        width: 100%;
                    }

                .newsListShow ul li dl dd {
                    float: left;
                    width: 560px;
                }

            .newsListShow ul li.noPic dl dt {
                width: 0;
                margin-right: 0;
                height: 0;
            }

            .newsListShow ul li.noPic dl dd {
                width: 800px;
                float: none;
            }

            .newsListShow ul li dl dd b {
                display: block;
                font: bold 17px/24px Arial,Helvetica,sans-senif,"Microsoft YaHei";
                color: #333;
            }

            .newsListShow ul li a:hover dl dd b {
                color: #007CCD;
            }

            .newsListShow ul li dl dd p {
                display: block;
                font: 13px/20px Arial,Helvetica,sans-senif,"Microsoft YaHei";
                color: #666;
                margin-top: 8px;
                max-height: 40px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .newsListShow ul li dl dd span p {
                display: block;
                font: 13px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei";
                color: #999;
            }

            .newsListShow ul li dl dt {
                float: left;
                width: 220px;
                height: 150px;
                margin-right: 20px;
                position: relative;
            }

                .newsListShow ul li dl dt span {
                    position: absolute;
                    z-index: 3;
                    bottom: 7px;
                    right: 8px;
                    font-size: 12px;
                    line-height: 16px;
                    font-weight: 500;
                    text-shadow: .5px 1px 2px rgba(0,0,0,.15);
                    color: #ffffff;
                    font-style: normal;
                    background: rgba(0, 0, 0, 0.4);
                    display: block;
                    height: 18px;
                    padding: 0 8px;
                    line-height: 18px;
                    border-radius: 18px;
                }


/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}

    .page ul {
    }

        .page ul li {
            display: inline-block;
            border: 1px solid #EBEBEB;
            background: #ffffff;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font: 14px/40px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #999999;
            margin: 0 8px;
        }

            .page ul li a {
                color: #999;
                display: inline-block;
                background: #ffffff;
                width: 40px;
                height: 40px;
            }

                .page ul li a:hover {
                    background: #007CCD;
                    color: #ffffff;
                }

    .page a.pageleft em {
        background: url(../images/2020/leftarrow.png) no-repeat top center;
        width: 8px;
        height: 13px;
        display: inline-block;
    }

    .page a.pageright em {
        background: url(../images/2020/rightarrow.png) no-repeat top center;
        width: 8px;
        height: 13px;
        display: inline-block;
    }

    .page a.pageleft:hover em {
        background: #007CCD url(../images/2020/leftarrowcur.png) no-repeat;
    }

    .page a.pageright:hover em {
        background: #007CCD url(../images/2020/rightarrowcur.png) no-repeat;
    }

    .page a.pageCur {
        background: #007CCD;
        color: #ffffff;
    }

/*文章详细页*/
.artDetail {
    background: #ffffff;
    padding: 26px 40px;
}

.crumb {
    font: 12px/17px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #333;
}

    .crumb a {
        color: #666;
    }

        .crumb a:hover {
            color: #007CCD;
        }

.artTitle {
    font: bold 36px/50px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #333333;
    margin-top: 21px;
}

/*详情页副标题样式*/
.subheading {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    line-height: 35px;
}

.contentDetailed {
    width: 820px;
    overflow: hidden;
}

    .contentDetailed img {
        max-width: 820px;
    }

.baseInfo {
    margin-top: 25px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 38px;
}

    .baseInfo dl:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .baseInfo dl dt {
        float: left;
        font: 14px/28px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #999999;
    }

        .baseInfo dl dt em {
            padding: 0 5px;
        }

    .baseInfo dl dd {
        float: right;
        width: 312px;
    }

        .baseInfo dl dd ul:after {
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }

        .baseInfo dl dd ul li {
            float: left; /* width:32px;*/
            position: relative;
            padding-left: 12px;
        }

            .baseInfo dl dd ul li a {
                display: block;
                width: 51px;
                padding-left: 15px;
                height: 28px;
                border-radius: 2px;
                font-family: AlibabaPuHuiTi_2_65_Medium;
                color: #FFFFFF;
                text-align: center;
                line-height: 28px;
                font-size: 12px;
                text-transform: uppercase;
            }

                .baseInfo dl dd ul li a.dicon1 {
                    background: url(../images/2020/facebook@2x.png) #3B5997 no-repeat 8px center;
                    background-size: 9px;
                }

                    .baseInfo dl dd ul li a.dicon1:hover {
                        background: url(../images/2020/facebook@2x.png) #3B5997 no-repeat 8px center;
                        background-size: 9px;
                    }

                .baseInfo dl dd ul li a.dicon2 {
                    background: url(../images/2020/twitter@2x.png) #1EACED no-repeat 6px center;
                    background-size: 13px;
                }

                    .baseInfo dl dd ul li a.dicon2:hover {
                        background: url(../images/2020/twitter@2x.png) #1EACED no-repeat 6px center;
                        background-size: 13px;
                    }

                .baseInfo dl dd ul li a.dicon3 {
                    background: url(../images/2020/ins@2x.png) #0F78B3 no-repeat 6px center;
                    background-size: 13px;
                }

                    .baseInfo dl dd ul li a.dicon3:hover {
                        background: url(../images/2020/ins@2x.png) #0F78B3 no-repeat 6px center;
                        background-size: 13px;
                    }

                .baseInfo dl dd ul li a.dicon4 {
                    background: url(../images/2020/iphone@2x.png) #959595 no-repeat 6px center;
                    background-size: 13px;
                }

                    .baseInfo dl dd ul li a.dicon4:hover {
                        background: url(../images/2020/iphone@2x.png) #959595 no-repeat 6px center;
                        background-size: 13px;
                    }

            .baseInfo dl dd ul li p {
                position: absolute;
                right: 0;
                border: 1px solid #EBEBEB;
                top: 42px;
            }

                .baseInfo dl dd ul li p img {
                    width: 100%;
                }

.newsMedia {
    padding-top: 30px;
}

.articleShow {
    padding-top: 30px;
}

    .articleShow p {
        font: 18px/36px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #333333;
        margin-bottom: 36px;
    }

        .articleShow p img {
            text-align: center;
            max-width: 780px !important;
            margin: 0 auto;
            display: block;
        }

.sendEmail {
    background: #F8F8F8;
    padding: 20px;
    background: #ECEEF2;
    border: 1px solid #E1E4EA;
}

    .sendEmail p {
        font: 14px/28px Arial,Helvetica,sans-senif,"Microsoft YaHei";
        color: #333333;
    }

    .sendEmail a {
        color: #007CCD;
    }

.detailcop {
    margin-top: 10px;
    font: 14px/28px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #666666;
}

    .detailcop a {
        color: #007CCD;
    }

.mainActive {
    background: #ffffff;
    height: 366px;
    overflow: hidden;
}

    .mainActive dl:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .mainActive dl dt {
        float: left;
        width: 680px;
        margin-right: 30px;
        height: 366px;
        overflow: hidden;
    }

        .mainActive dl dt img {
            display: block;
            width: 100%;
        }

    .mainActive dl dd {
        float: left;
        width: 430px;
        padding-top: 30px;
    }

        .mainActive dl dd b a {
            display: block;
            font: bold 22px/26px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #333333;
        }

        .mainActive dl dd p {
            font: 14px/28px Arial,Helvetica,sans-senif,"Microsoft YaHei";
            color: #333;
            margin-top: 14px;
        }

.dot {
    width: 430px;
    margin-left: 710px;
    text-align: center;
    position: relative;
}

    .dot p {
        position: relative;
        bottom: 25px;
    }

        .dot p a {
            display: inline-block;
            background: #DDDDDD;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            overflow: hidden;
            margin: 0 5px;
        }

            .dot p a.dotCur {
                background: #BA1C22;
            }

.activeList {
    margin-top: 10px;
    width: 1170px;
    overflow: hidden;
}

    .activeList ul:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .activeList ul {
        width: 1200px;
    }

        .activeList ul li {
            float: left;
            width: 270px;
            margin-right: 30px;
            background: #ffffff;
            margin-top: 30px;
        }

            .activeList ul li a p {
                display: block;
                width: 270px;
                height: 210px;
                overflow: hidden;
            }

                .activeList ul li a p img {
                    display: block;
                    width: 100%;
                }

            .activeList ul li a span {
                display: block;
                padding: 14px;
                font: 14px/20px Arial,Helvetica,sans-senif,"Microsoft YaHei";
                color: #333;
                height: 40px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                word-wrap: normal;
            }

.Noresult {
    color: #999999;
    text-align: center;
    padding: 100px 0px;
    font-size: 16px;
    height: 527px;
}
/*RSS*/
.contentFrame {
    width: 1110PX;
    margin: 0 auto;
    background: #FFF;
    padding: 30PX;
    margin-top: 24PX;
}

    .contentFrame .RSStitle {
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
    }

.rssICON {
    overflow: hidden;
    padding-left: 3PX;
    font-size: 14PX;
}

    .rssICON li {
        float: left;
        background: url(../images/2020/rss.png) no-repeat;
        padding-right: 80px;
        padding-left: 26px;
        height: 20px;
    }

        .rssICON li a {
            color: #999;
            line-height: 20px;
        }

            .rssICON li a:hover {
                color: #007CCD;
            }
/*Subscription*/
.hometitle {
    font-size: 12px;
    color: #666;
    padding-left: 18px;
}

.sub {
    font-size: 18px;
    color: #333;
    padding: 30px 0px 13px 18px;
    font-weight: bold;
}

.words {
    font-size: 14px;
    color: #333;
    padding-left: 18px;
    padding-bottom: 23px;
    line-height: 20px;
}

.accounts {
    width: 300px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 79px;
}

    .accounts input {
        width: 284px;
        height: 40px;
        background: rgba(248,248,248,1);
        border: 1px solid rgba(235,235,235,1);
        margin-bottom: 20px;
        padding-left: 14px;
        outline: 0;
        line-height: 40px;
    }

        .accounts input::-webkit-input-placeholder {
            color: #ccc;
        }

        .accounts input.but {
            display: block;
            width: 300px;
            height: 40px;
            background: rgba(0,124,205,1);
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            border: none;
        }
/*Buzzwords*/
.buzzTitle {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 17px;
    margin-bottom: 33px;
}

.popular {
    overflow: hidden;
    margin-bottom: 20px;
    width: 1128px;
}

    .popular .popularbut {
        margin-bottom: 13px;
        overflow: hidden;
    }

        .popular .popularbut a {
            width: auto;
            height: 32px;
            background: rgba(248,248,248,1);
            border-radius: 2px;
            float: left;
            font-size: 14px;
            text-align: center;
            line-height: 32px;
            margin-right: 21px;
            color: #333;
            margin-bottom: 20px;
            padding: 0px 25px;
        }

            .popular .popularbut a:hover {
                background: #007CCD;
                color: #fff;
            }

.letter {
    font-size: 15px;
    color: #333;
    padding-bottom: 17px;
}
/*搜索结果页*/
.result {
    font-size: 18px;
    color: #999;
    padding-top: 18px;
    border-bottom: 1px solid #F64546;
    padding-bottom: 19px;
}

    .result span {
        color: #333;
    }

.newsListShow ul li dl dd b.blue {
    color: #005082;
}
/*sitemap*/
.map {
    width: 1170px;
    margin: 0 auto;
}

.mapNan {
    width: 230px;
    padding: 27px 0px;
    padding-top: 10px;
    background: #FFF;
    float: left;
    margin-right: 20PX;
    font-size: 15px;
    height: 575PX;
}

    .mapNan a {
        color: #999;
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
    }

        .mapNan a.selection {
            border-left: 4px solid #007CCD;
            color: #007CCD;
            padding-left: 26px;
        }

        .mapNan a:hover {
            color: #007CCD;
        }

.mapContent {
    background: #FFF;
    padding: 27PX;
    padding-bottom: 60PX;
    width: 860PX;
    float: left;
}

.titleMap {
    color: #007CCD;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/2020/rss.png) no-repeat right;
    background-position: right 0PX;
}

.titleMapA {
    color: #333;
    font-size: 15px;
    padding-bottom: 15PX;
    border-bottom: 1PX solid #EBEBEB;
    padding-top: 40PX;
    font-weight: bold;
    background: url(../images/2020/rss.png) no-repeat right;
    background-position: right 40PX;
}

.titleMapB {
    color: #333;
    font-size: 15px;
    padding-bottom: 15PX;
    border-bottom: 1PX solid #EBEBEB;
    padding-top: 40PX;
    font-weight: bold;
    background-position: right 40PX;
}

.article {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    padding-top: 14PX;
}

.dateTitleA {
    color: #005082;
    font: 13px/14px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
}

    .dateTitleA a {
        color: #005082;
    }

.relate {
    padding: 16px 0px;
    padding-bottom: 29px;
    overflow: hidden;
}

    .relate span a {
        background: rgba(248,248,248,1);
        padding: 8px 12px;
        border-radius: 2px;
        overflow: hidden;
        display: inline-block;
        font-size: 12px;
        color: #333;
        margin-bottom: 5px;
        margin-right: 3px;
    }

        .relate span a:hover {
            background: rgba(0,124,205,1);
            border-radius: 2px;
            display: inline-block;
            color: #fff;
        }

.back {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 300px;
}

    .back a {
        color: #007CCD;
        line-height: 30px;
    }

.words a {
    color: #007CCD;
}

.newTitle a:hover {
    color: #017DCD;
}

.newList ul li:nth-last-child(1) {
    border-bottom: 0;
}

.dateList dl:nth-last-child(1) {
    border-bottom: 0;
}

.headerNav ul li .navcList p a:hover {
    color: #017DCD;
}

.newTitle b a {
    display: block;
    font: bold 20px/24px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #333;
    float: none;
}

.dateList dl dd a:hover {
    color: #017DCD;
}
/*20201015*/
.autoTag {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 28px;
}

    .autoTag a {
        display: inline-block;
        padding: 0 14px;
        height: 26px;
        font-size: 12px;
        background: #F8F8F8;
        line-height: 26px;
        margin-right: 16px;
        font-style: italic;
    }

        .autoTag a:hover {
            color: #007CCD;
        }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*20210802*/
.recommended {
    overflow: hidden;
    margin-bottom: 40px;
}

    .recommended .titleA {
        font-size: 14px;
        font-weight: 600;
        color: #005082;
        line-height: 14px;
        margin-bottom: 20PX;
    }

    .recommended UL LI {
        float: left;
        margin-right: 30px;
        width: 240px;
    }

        .recommended UL LI:nth-last-child(1) {
            margin-right: 0px;
        }

        .recommended UL LI div.titleB {
            font-size: 14px;
            font-weight: 400;
            color: #333333;
            line-height: 20px;
        }

.dateListA {
    margin-bottom: 20px;
    background: #ffffff;
}

.dataBase {
    font-size: 14px;
    font-weight: 600;
    color: #005082;
    line-height: 14px;
    padding: 20px 20px 0;
}

    .dataBase span {
        float: right;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        font-weight: normal;
    }

        .dataBase span a {
            color: #999999;
        }

.tags {
    padding: 20px 20px 0;
}

    .tags a {
        height: 32px;
        background: #F8F8F8;
        border-radius: 2px;
        color: #333333;
        font-size: 12px;
        display: inline-block;
        margin-right: 10px;
        line-height: 32px;
        padding: 0px 12px;
        margin-bottom: 10px;
    }


/*20210729轮播图*/
.backImg .items {
    position: relative;
}

    .backImg .items img {
        vertical-align: top;
    }

.backImg .tips {
    position: absolute;
    bottom: 0PX;
    z-index: 99;
    width: 100%;
}

    .backImg .tips .title {
        font-size: 18px;
        color: #fff;
        /*line-height: 25px;
        padding: 0px 16px;
        padding-bottom: 15px;*/
        font-size: 18px;
        line-height: 25px;
        padding: 0px 16px;
        padding-bottom: 15px;
    }

    .backImg .tips .nums {
        position: absolute;
        z-index: 10;
        bottom: 9px !important;
        text-align: center !important;
        width: 100%;
        display: block;
        font-size: 0;
        padding: 0;
        margin: 0;
        right: auto !important;
    }

        .backImg .tips .nums a {
            display: inline-block;
            background: rgba(255, 255, 255, 0.3);
            text-indent: -99999px;
            padding: 0;
            margin: 0 3px;
            border-radius: 2px;
            float: none !important;
            border-radius: 4px;
            width: 30px;
            height: 2px;
        }

            .backImg .tips .nums a.active {
                width: 30px;
                display: inline-block;
                background: rgba(255, 255, 255, 1);
            }

.backImg .tips {
    /*margin: 0px 7.5px;*/
    position: absolute;
    bottom: 0PX;
    z-index: 99;
    width: 100%;
}

.backImg .items li {
    position: relative;
}

    .backImg .items li img {
        width: 100%;
    }

.backImg ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 20%,0 100%,from(rgba(0,0,0,0)),to(#282828));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}

.newList ul li dl dd p {
    display: block;
    font: 13px/20px Arial,Helvetica,sans-senif,"Microsoft YaHei";
    color: #666;
    margin-top: 14px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
