﻿﻿﻿﻿@charset "utf-8";
/*整体 重置*/
body {
    background-color: #fff;
}

#body {
    /* margin-top: -132px; */
}

#header {
    height: 100px;
}

    #header .l-width {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

#logo {
    line-height: 65px;
    margin-top: 28px;
    padding: 0;
}

#top-nav {
    width: 900px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 144px;
    left: 300px;
    margin: 0;
    border-radius: 0 5px 0 0;
}

    #top-nav li a {
        color: #333;
    }

/*整体 重置 end*/

/*--搜索区域 重置--*/
#searcher {
    position: absolute;
    top: 150px !important;
    width: 100%;
    height: 390px;
    background-position: center top;
    z-index: 10;
    padding: 0;
    border-radius: 5px;
    background: none;
}

.search-box {
    width: 100%;
    height: 390px;
    /* overflow: hidden; */
    background: rgba(0, 0, 0, .5);
}

.search-sel {
    width: 300px;
    height: 390px;
    float: left;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    overflow: hidden;
}

.ss-tit {
    width: 300px;
    height: 60px;
    background: #BD3D3A;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding-left: 70px;
    position: relative;
    border-radius: 5px 0 0 0;
}

    .ss-tit::before {
        content: '';
        position: absolute;
        top: 21px;
        left: 30px;
        width: 20px;
        height: 20px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAfJJREFUOE+t1E2oz2kYxvHPVYoQFgxTyoqSsrKxGJPFWE0ZYTFeioVJxjSjpGZDmeMlS7Iwo1BMFoiN5KWsqJGiZjVNRlPTWBA2jIVuPcfvr/85c3Sck3v53L/f97nul+eKjxwZzquqKViL9ViCGXiB33Aal5I8fp+OIcCq+gonMQnX8Tv+xEwsxeeYji04keT1cPA7YFXtwgGcw9YkT0dSUVVH8Q1+wr7h0EFgVa3BWexJsm+0tlbVJhzDt0mO93+fqpqMf1uJSVaPBuvlq+oItmNekr975w24oyt1TpJnHwrsKmtCTib5sR94E8+TrBwLrAP+ihWYlaTaWVPYmn8gyaFxAJuIi20LkjzpARt5Q5Iz4wAuxn3MT9LWa1Dhy26641H4Ba7i0ySPesDbeJCkvYwxRVUdxHeY2t/D3diZZNqYaG/392FTmKQt+mC0kmejJX5O8v2HQqtqG9ouLkzyxztgN/6d2I+vk5wfDVpVn+EaBpIMDHkpHXBCd9tmHErS2jBiVNVG/IKJuIEvk/w3RGEftG38XrQSLuMK/sEnWIb2NBfhcDfdZiS3+qEj+eF8/IB1nRf2Lm+eeKqztzttqlW1HBdwByuTvPwfsPd3VbXcXDTDfZXkr5F6UFVtuVvpd7HqvcDRBtOfr6oFnSHfewNtu73KJ0sPUAAAAABJRU5ErkJggg==);
    }

    .ss-tit::after {
        content: '';
        position: absolute;
        top: 28px;
        right: 26px;
        width: 15px;
        height: 9px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAAXNSR0IArs4c6QAAANZJREFUKFOl0aEvLlAYBvDfM5sp7j9A0ZgkIWjqNxRB1DQajUYTBTpTzHRBYKZoRNvdbhbk14597MPnFqed9zy/Z2d74xcn/WxVtfkqDtFJctEv9w134TKOe8B0ktuvBf1wB+co/MUoWm48yWNvwSdcVQs46wY2k+xV1TVmurOJJA/vBR+4qpZwigFsJ9lpoapq90vM4QWTSZ7a2xuuqkWcYBC7SbZ6v1dVbX6DKfzDbCtIVa3gCEPYT7LxwwaGcY8x3GG+4Wf8wUGStf+tvaoavMII1l8B7l1EguGWwM8AAAAASUVORK5CYII=);
    }

.search-sel > ul {
    overflow: hidden;
    margin: 0;
}

    .search-sel > ul > li {
        display: block;
        width: 100%;
        height: 47px;
        line-height: 47px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0;
        padding: 0 30px 0 70px;
        margin: 0;
        text-align: left;
        font-size: 14px;
    }

        .search-sel > ul > li:hover {
            opacity: .8;
        }

        .search-sel > ul > li.current {
            background: #9B211E;
            font-size: 14px;
            font-weight: 500;
            line-height: 50px;
        }

.search-input {
    width: 900px;
    height: 390px;
    float: left;
    box-shadow: none;
    margin: 0;
}

    .search-input input[type="text"] {
        position: absolute;
        top: 145px;
        left: 60px;
        width: 650px !important;
        height: 54px;
        background: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
    }

#searchBtn {
    position: absolute;
    top: 145px;
    left: 730px;
    width: 113px !important;
    height: 54px;
    background: #9B211E;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #FFFFFF;
    font-size: 15px;
}

#selField {
    position: absolute;
    top: 147px;
    left: 60px;
    z-index: 10;
}

.search-input .search-adv {
    display: none !important;
}
/* .search-input .sel{
    top: 150px;
} */
.search-input .class-view {
    top: 150px;
    z-index: 15;
}

.web-guid {
    position: absolute;
    top: 220px;
    left: 360px;
    width: 780px;
    margin: 0;
}

    .web-guid .guid-box {
        text-align: left;
    }

        .web-guid .guid-box > ul > li {
            font-size: 15px;
        }

            .web-guid .guid-box > ul > li > a {
                font-size: 15px;
                text-decoration: none;
            }

                .web-guid .guid-box > ul > li > a:hover {
                    text-decoration: underline;
                }

.data-box {
    position: absolute;
    top: 280px;
    left: 360px;
    width: 780px;
    /* border-top: rgba(255, 255, 255, 0.5); */
    padding: 20px 0 0;
}

    .data-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
    }

    .data-box ul {
        overflow: hidden;
    }

    .data-box li {
        float: left;
        width: 25%;
        margin-bottom: 10px;
    }

        .data-box li a {
            display: inline-block;
            width: 100%;
            color: #fff;
            font-size: 14px;
            padding-left: 15px;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .data-box li a::after {
                content: '';
                position: absolute;
                top: 6px;
                left: 0;
                width: 8px;
                height: 8px;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAH1JREFUKFONz6ENAlEQhOFvEgpAQA3QCSWAxFEB6gRBoBBYJPJaoBRqAEEBJI+8y0NewrrN/LM7EyilLLHDu+5t+iSPNHGNU5JPM0zQoa/AoYpY4dbcW9xxHoAkx1LKE7MGvJLMB+0f4IL9yIuuXlhgMxqypf5Bv4pTXGvNL+T5Q1FcjcPYAAAAAElFTkSuQmCC);
            }

            .data-box li a:hover {
                text-decoration: underline;
            }

.search-tip {
    position: absolute;
    left: 360px;
    top: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

/*--搜索区域 重置 end--*/
/*--首页结构--*/
.row {
    margin: 0 -10px 10px;
}

#top-nav .login {
    position: absolute;
    top: -110px;
    right: 0;
    color: #000;
}

    #top-nav .login a {
        font-size: 14px;
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 16px !important;
    }

    #top-nav .login > span {
        padding: 0 15px;
        border-right: 1px solid rgba(51,51,51,0.2);
        height: 16px;
        line-height: 16px !important;
        display: inline-block;
        color: #333;
    }

        #top-nav .login > span:last-child {
            border: none;
        }

.ic-dl {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAW5JREFUKFN9kiFPA0EQhd9cj6ampkEgECeQ5NLtCpqUhCMhQYJEIqjAIZEIBBJXUUQljhocogSaFLHZpr/gUDShFU1Nk6M7ZC+9sD3Bqtmd+WbnzQzBOUKIA8/zrgDUAWwBmAB4N8bca61fs1CyRhRF/nw+bwG4cJPk7Ael1CWAnxSSUrYzgJljZj7XWvfDMJS+7z8SUbBKYMEmrUrqZVmTJKmPRqOP7J73G2MiklI+ATjNgpRSG7YEpzRfSpk4966FvgFsZo82kytaSrkHYOBAYwuxK9hqIqKzcrmsZrNZg4g6jqY01EJfq/b+07g11ySvacHMd8zc0Vp/1mq1HSI6AXALoGRRZu663Vssl8uj4XDYz39ZrVYbhULhxYJp92yAEKLted7udDo9jON4kYeCIChVKpU3Zh5qrZspBMAXQrSI6IiIbgA8K6UmYRhuF4vFY2a+Nsb0tNZ/G+EOkojs7u0TkR3DmJkHzLy2e7+mcZ7bKZsvfAAAAABJRU5ErkJggg==);
    margin-right: 4px;
}

.ic-tc {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAAAXNSR0IArs4c6QAAAUFJREFUKFOdkjFLA1EQhGeSEFLYCAFrQbCIhPMOrlEwgoX+An+FIhZiIajYxUIbSys78QcoWNjYeetBkkoQEUG0U5tw8Bw5yYUzoBBf93bn2+XNPOIfh7VarVypVDYlrZCspjMkrQO4I+l1u91mp9NJ8rMZBMEegK18UdIuySUAoaQjM1sF8JlpUugZQNU514jj+DprBEFwC8Drbd4ws/08JEkPZjYOoBCG4WjadM5dAZjKhJKWzew0vaeb+pDv+2skD37zRtKimV0MQtskd/4ylOT80BCAj6EhSedDQZJuSM79gOr1+mSpVGoCKAOYJTmSe18MoBFF0VsGvZrZWN6AgZwekyQJ2+32y7flvu9HJH0AZ5Ke0mKhUDiWdNIL9z1JkulWq3XfD9fzvJlisXgJoJIL8hDABMkF59xC/qekmi/57r9mDex8jQAAAABJRU5ErkJggg==);
    margin-right: 4px;
}

.site-search {
    padding-right: 0 !important;
}

    .site-search > input {
        width: 120px;
        height: 22px;
        border-radius: 11px;
        padding-right: 30px;
    }

#newssearch {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: transparent;
    font-size: 12px;
    color: #9B211E;
    border: none;
    position: absolute;
    right: 15px;
    top: 2px;
}
/*.row:before, .row:after {*/
/*	display: table;*/
/*	content: " ";*/
/*}*/
.row:after {
    clear: both;
}

.col-left {
    float: left;
    width: 950px;
}

    .col-left h2,
    .col-right h2 {
        position: relative;
    }

        .col-left h2 .more,
        .col-right h2 .more {
            position: absolute;
            right: 10px;
            bottom: 5px;
            ;
            font-size: 14px;
        }

            .col-left h2 .more img {
                vertical-align: middle;
                margin-right: 3px;
            }

        .col-right h2 .more {
            bottom: 4px;
            right: 10px;
        }

            .col-left h2 a,
            .col-left h2 .more a,
            .col-right h2 .more a {
                padding: 0;
                color: #999;
            }

                .col-left h2 .more a i,
                .col-right h2 .more a i {
                    margin-right: 3px;
                }

.col-right {
    margin-left: 960px;
}

    .col-right .loading {
        min-height: 100px;
    }

/*--首页结构end--*/

.index-top {
    height: 41px;
    /* margin-bottom: 15px; */
    /* padding-top: 5px; */
    background: #e9e9e9;
    border-bottom: 2px solid #265a96;
}

/*--导航切换标签 (固定)--*/
.web-guid .guid-name {
    float: left;
    position: relative;
    width: 100px;
    height: 52px;
    font-size: 15px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    background: #25548a;
    /* border-bottom: 3px solid #7a1616; */
}

    .web-guid .guid-name:after {
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -6px;
        border-width: 6px 0 6px 6px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #fff;
        content: "";
    }

    .web-guid .guid-name a {
        color: #fff;
    }

.web-guid .journal-class-list {
    float: left;
    width: 838px;
    height: 50px;
}

    .web-guid .journal-class-list ul {
        display: inline-block;
        padding: 0 20px;
        white-space: nowrap;
        vertical-align: middle;
    }

    .web-guid .journal-class-list li {
        display: inline-block;
        line-height: 52px;
        color: #cccccc;
    }

        .web-guid .journal-class-list li:after {
            display: inline-block;
            margin: 0 8px 0 8px;
            content: "|";
            color: #a7a7a7;
        }

        .web-guid .journal-class-list li:last-child:after {
            display: none;
        }

        .web-guid .journal-class-list li a {
            color: #333333;
            font-size: 14px;
        }

.web-guid .guid-more {
    /* float: left; */
}

.web-guid .guid-more {
    float: left;
    position: relative;
    width: 130px;
    height: 52px;
    margin-left: 1px;
    font-size: 15px;
    line-height: 52px;
    color: #000;
    text-align: center;
    background: rgba(42, 125, 221, 0.2);
    /* border-bottom: 3px solid #999999; */
    padding-left: 20px;
}

    .web-guid .guid-more:after {
        position: absolute;
        top: 50%;
        left: 24px;
        margin-top: -6px;
        border-width: 7px 7px 7px 0;
        border-style: dashed solid dashed dashed;
        border-color: transparent #265a96 transparent transparent;
        content: "";
    }

    .web-guid .guid-more a {
        color: #000;
    }

/*--导航切换标签 end--*/
.part1 {
    margin: 0 0 10px;
}

/*--图片新闻切换 (固定)--*/
.pic-show {
    float: left;
    position: relative;
    width: 610px;
    background: #dedede;
}

.pic-move {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 340px;
}

/*    .pic-move ul {
        position: relative;
        width: 1000%;
    }*/

    .pic-move li {
        float: left;
        width: 610px;
        height: 340px;
    }

        .pic-move li a {
            position: relative;
            float: left;
        }

        .pic-move li img {
            width: 610px;
            height: 340px;
        }

        .pic-move li a span {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            padding: 0 10px;
            font-size: 15px;
            color: #fff;
            text-align: left;
            line-height: 50px;
            background: rgba(0, 0, 0, 0.5);
        }

.pic-show .pic-sel {
    position: absolute;
    bottom: 37px;
    left: 0;
    height: 45px;
}

    .pic-show .pic-sel > span {
        position: relative;
        float: left;
        width: 55px;
        height: 45px;
        margin-right: 1px;
        padding: 3px 0;
        text-align: center;
        color: #fff;
        cursor: pointer;
        background: rgba(215, 60, 60, .7);
    }

        .pic-show .pic-sel > span span {
            display: block;
            font-size: 14px;
            line-height: 20px;
        }

        .pic-show .pic-sel > span.current {
            position: relative;
            color: #df4141;
            background-color: #fff;
        }

            .pic-show .pic-sel > span.current span {
                font-weight: bold;
            }

/*--图片新闻切换 end--*/
/*--新闻 (固定)--*/
.news {
    height: 340px;
    /* margin-left: 580px; */
    padding-left: 25px;
    width: 590px;
    float: right;
}

    .news .title {
        position: relative;
        height: 36px;
        color: #333333;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: lighter;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 24px;
        border-bottom: 1px solid #d9d8d4;
    }

        .news .title a {
            float: left;
            position: relative;
            height: 35px;
            top: -2px;
            padding: 0px;
            line-height: 30px;
            text-align: center;
            color: #000;
            margin-right: 24px;
        }

        .news .title .current:after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -3px;
            border-bottom: 3px solid #060606;
            content: "";
        }

        .news .title .more {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 12px;
            font-weight: lighter;
        }

            .news .title .more a {
                color: #999;
                line-height: 37px;
                margin-right: 0;
            }

.news-list {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 0 0;
    background-color: #f7f4ee;
    margin-top: 6px;
    padding: 8px;
}

    .news-list li {
        position: relative;
        overflow: hidden;
        height: 40px;
        padding-left: 38px;
        padding-right: 120px;
        /* text-overflow: ellipsis; */
        font-size: 15px;
        line-height: 34px;
        /* background: url(../../images/site/news-list-icon.png) no-repeat 2px 12px; */
        overflow: hidden;
        width: 550px;
    }

        .news-list li a {
            display: inline-block;
            color: #333;
            white-space: nowrap;
            width: 414px;
            overflow: hidden;
            /* border: 1px #f00 solid; */
        }

            .news-list li a:hover {
                color: #a21e1e;
                /* text-decoration: underline; */
            }

        .news-list li .time {
            position: absolute;
            top: 1px;
            right: 24px;
            color: #bbb;
            font-size: 13px;
            line-height: 30px;
        }

/*--新闻 end--*/
/*内容框*/
.m-box {
    /* float: left; */
    width: 100%;
    /* margin: 0 10px 10px; */
}

.m-box-title {
    position: relative;
    height: 150px;
    /* line-height: 190px; */
}

    .m-box-title h2,
    .m-box-title .h-sel,
    .m-box-title h2,
    .m-box-title .m-sel {
        font-size: 24px;
        font-weight: normal;
        line-height: 150px;
        color: #2c3032;
        position: relative;
        height: 150px;
    }

        .m-box-title h2:before {
            position: absolute;
            left: 0;
            /* right: 0; */
            /* bottom: 0; */
            /* border-bottom: 4px solid #a21e1e; */
            /* content: ""; */
            background: url("../../images/site/h-pic.png");
            width: 12px;
            height: 30px;
            top: 12px;
        }

        .m-box-title .h-sel a,
        .m-box-title .m-sel a {
            display: inline-block;
            position: relative;
            padding: 0 4px;
            color: inherit;
        }

        .m-box-title .h-sel .current:after,
        .m-box-title .m-sel .current:before {
            position: absolute;
            left: 0;
            /* right: 0; */
            /* bottom: 0; */
            /* border-bottom: 4px solid #a21e1e; */
            content: "";
            background: url("../../images/site/h-pic.png");
            width: 12px;
            height: 30px;
            top: 12px;
            /* margin-right: 0px; */
        }

    .m-box-title .h-intro {
        margin-left: 20px;
        color: #999;
        font-size: 14px;
    }

        .m-box-title .h-intro a {
            margin-left: 5px;
            font-size: 16px;
            text-decoration: underline;
        }

            .m-box-title .h-intro a i {
                margin-right: 3px;
                text-decoration: none;
            }

    .m-box-title .more {
        position: absolute;
        right: 54px;
        top: 0;
        font-size: 12px;
        line-height: 55px;
    }

        .m-box-title .more a {
            color: #999;
        }

            .m-box-title .more a i {
                margin-right: 4px;
            }

    .m-box-title .m-sel + .more a {
        display: none;
    }

        .m-box-title .m-sel + .more a.current {
            display: block;
        }

.m-box-content {
    /* padding: 10px; */
    /* border: 1px solid #f00; */
    clear: both;
    width: 100%;
    /* height: 394px; */
    /* overflow: hidden; */
    /* float: right; */
    /* margin-top: 82px; */
    z-index: 999;
    /* position: relative; */
}

/*两栏左侧*/
.box-l {
    width: 761px;
}

/*三栏左侧*/
.box-s {
    width: 390px;
}

/*--学院数字图书馆 (固定)--*/
.school-list {
    margin: -5px;
}

    .school-list:before,
    .school-list:after {
        display: table;
        content: "";
        clear: both;
    }

    .school-list dl {
        float: left;
        width: 420px;
        height: 101px;
        margin: 5px;
        padding: 14px 0 5px 10px;
        background: #fbfbfb;
    }

        .school-list dl.s1 {
            width: 347px;
        }

    .school-list dt,
    .school-list dd {
        display: inline-block;
        margin-bottom: 4px;
        font-size: 15px;
        font-weight: bold;
    }

        .school-list dt i {
            display: inline-block;
            position: relative;
            top: -1px;
            width: 20px;
            height: 20px;
            background: url(../../images/site/icon-school.png) no-repeat;
            vertical-align: middle;
        }

        .school-list dt .icon-s2 {
            background-position: -20px 0;
        }

        .school-list dt .icon-s3 {
            background-position: -40px 0;
        }

        .school-list dt .icon-s4 {
            background-position: 0 -20px;
        }

        .school-list dt .icon-s5 {
            background-position: -40px -20px;
        }

        .school-list dt .icon-s6 {
            background-position: -20px -20px;
        }

    .school-list dd {
        display: inline-block;
        font-size: 14px;
        font-weight: lighter;
    }

        .school-list dd:after {
            display: inline-block;
            position: relative;
            top: -1px;
            margin-left: 3px;
            color: #e3e2e2;
            content: "|";
        }

        .school-list dd a {
            color: #666666;
        }

/*--学院数字图书馆end--*/
/*--数据库资源 （固定）--*/
.data-list {
    margin: -3px;
    color: #5f5f5f;
    background: #fff;
}

    .data-list h3 {
        margin-top: 5px;
        padding: 0 3px;
        font-weight: lighter;
    }

    .data-list ul + h3 {
        margin-top: 10px;
    }

    .data-list ul {
        overflow: hidden;
    }

    .data-list li {
        float: left;
        width: 82%;
        height: 28px;
        /* margin: 3px; */
        line-height: 26px;
        /* border:#DADADA solid 1px; */
    }

        .data-list li.d-try,
        .data-list li.d-new {
            position: relative;
        }

            .data-list li.d-try a,
            .data-list li.d-new a {
                padding-right: 20px;
            }

            .data-list li.d-try:after,
            .data-list li.d-new:after {
                position: absolute;
                right: -2px;
                top: -2px;
                width: 16px;
                height: 30px;
                padding: 0;
                font-size: 12px;
                white-space: normal;
                line-height: 14px;
                text-align: center;
                color: #fff;
                background: url(../../images/site/data-type.png) -16px 0;
                content: "";
            }

            .data-list li.d-new:after {
                background: url(../../images/site/data-type.png) 0px 0;
            }

        .data-list li a {
            display: inline-block;
            width: 100%;
            padding: 0 5px;
            color: #5f5f5f;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .data-list li a:hover {
                /* color: #fff; */
                /* background: #da4039; */
                /* opacity: 1; */
                filter: alpha(opacity=100);
            }

/*--数据库资源 end--*/
/*--猜你喜欢 文章列表（固定）--*/
.article-list {
    /* margin-bottom: -11px; */
    border: 1px #cfcfcf solid;
    padding: 10px;
    margin-top: 4px;
}

    .article-list dl {
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 1px dashed #cfcfcf;
    }

        .article-list dl:last-child {
            margin-bottom: 0;
            border-bottom: 0;
        }

    .article-list dt {
        overflow: hidden;
        height: 24px;
        text-overflow: ellipsis;
        font-size: 15px;
        line-height: 23px;
    }

        .article-list dt a {
            color: #000;
        }

    .article-list dd {
        display: inline-block;
        height: 22px;
        margin: 0;
        line-height: 22px;
        color: #666666;
    }

        .article-list dd:empty {
            height: auto;
        }

/*--猜你喜欢 文章列表 end--*/
/*--最新资源 热门阅读 封面列表 （固定）--*/

.cover-list {
    height: 450px;
    /* border: 1px #f00 solid; */
    overflow: hidden;
}

    .cover-list ul:before,
    .cover-list ul:after {
        display: table;
        content: "";
        clear: both;
    }

    .cover-list li {
        display: inline;
    }

        .cover-list li a {
            position: relative;
            float: left;
            width: 20%;
            height: 224px;
            padding: 10px 0;
        }

        .cover-list li:nth-child(6n) a {
            border-right: 0
        }

        .cover-list li img,
        .cover-list li span.default-cover {
            width: 108px;
            height: 150px;
            margin-bottom: 4px;
            border: 1px solid #ccc;
            /* margin: 0 auto; */
        }

        .cover-list li span {
            overflow: hidden;
            display: block;
            padding: 0 3px;
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            white-space: nowrap;
            color: #000;
            text-align: left;
            text-overflow: ellipsis;
        }

        .cover-list li .default-cover span {
            color: #fff;
        }

/*--最新资源 热门阅读 封面列表  end--*/

/*--服务系统（固定）--*/
.service-more {
    right: 10px !important;
}

    .service-more a {
        font-size: 18px;
        line-height: 50px;
        color: #333 !important;
    }

.service-list {
    /* margin: -10px; */
}

    .service-list ul {
        margin: 0 -4px;
    }

        .service-list ul:before,
        .service-list ul:after {
            display: table;
            content: "";
            clear: both;
        }

    .service-list li {
        float: left;
        width: 136px;
        height: 126px;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        background: #ffffff;
        /* border: 1px #10994f solid; */
        margin: 5px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    }

        .service-list li:nth-child(2n) {
            /* background: #f5f5f5; */
            /* border: 1px #10994f solid; */
        }

        .service-list li:nth-child(9) {
            /* background: transparent; */
            /* border: 1px #b9ce96 solid !important; */
        }

        .service-list li:nth-child(2n+5) {
            /* background: transparent; */
            /* border: 1px #e5b00d solid; */
        }

        .service-list li:nth-child(n+13) {
            background: transparent;
        }

        .service-list li:nth-child(2n+14) {
            background: transparent;
        }

        .service-list li:nth-child(n+19) {
            background: transparent;
        }

        .service-list li:nth-child(2n+19) {
            background: transparent;
        }

    .service-list a {
        position: relative;
        display: block;
        height: 100%;
        padding: 20px 0;
        color: #777;
        text-align: center;
        border: 0px solid transparent;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .service-list a:hover {
            border: 5px solid rgba(0, 0, 0, .1);
            opacity: 1;
        }

    .service-list img {
        width: 53px;
        height: 53px;
        margin-bottom: 0;
    }

    .service-list span {
        display: block;
        line-height: 16px;
        text-align: center;
        font-size: 13px;
    }

.service-list2 {
    height: 260px;
    margin: 30px 30px 30px 430px;
    border: 1px solid #e6e6e6;
}

    .service-list2 h3 {
        display: inline-block;
        position: relative;
        top: -17px;
        margin-left: 13px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: lighter;
        line-height: 30px;
        background: #fff;
    }

    .service-list2 ul {
        overflow: hidden;
        padding: 0 35px;
        zoom: 1;
    }

    .service-list2 li {
        float: left;
        width: 120px;
        margin-bottom: 25px;
        font-size: 14px;
    }

        .service-list2 li a {
            color: #8f8f8f;
        }

/*--服务系统 end--*/
/*图书捐赠*/
.book-list li {
    line-height: 41px;
    border-bottom: 1px solid #f1f1f1;
}

    .book-list li:before {
        display: inline-block;
        position: relative;
        top: -1px;
        width: 16px;
        height: 16px;
        margin: 0 5px 0 2px;
        background: url(../../images/site/icon-book.png) no-repeat;
        content: "";
        vertical-align: middle;
    }

    .book-list li a {
        color: #666;
    }

/*--馆员推荐	课程文献中心	科研专题（固定）--*/
.lib-list {
    position: relative;
    overflow: hidden;
    margin: 0 -8px -5px;
}

.box-s .lib-list {
    margin: 0 -3px -5px;
}

.lib-list .title {
    display: none;
}

.lib-list dl,
.lib-list .title,
.lib-list .tab {
    overflow: hidden;
    float: left;
    width: 177px;
    margin: 0 5px;
}


.lib-list .pic {
    position: relative;
}

    .lib-list .pic img {
        width: 177px;
        height: 112px;
    }

    .lib-list .pic .name {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 0;
        padding: 0 5px;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        font-weight: bold;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        text-overflow: ellipsis;
    }

.lib-list .list {
    padding: 10px 0;
}

.lib-list li {
    overflow: hidden;
    position: relative;
    height: 24px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
}

    .lib-list li:before {
        position: absolute;
        left: 5px;
        top: -1px;
        content: "\2022 ";
    }

    .lib-list li a {
        font-size: 14px;
        color: #444444;
    }

.lib-list .l2 {
    width: 464px;
}

/*--馆员推荐	课程文献中心	科研专题 end--*/
/*--统计（固定）--*/

.stat {
    position: relative;
    margin: 0 10px;
    padding: 28px 0 15px;
    background: #fff;
    clear: both;
}

    .stat:before,
    .stat:after {
        display: table;
        content: "";
        clear: both;
    }

    .stat .col {
        position: relative;
        float: left;
        width: 160px;
        height: 115px;
        margin-right: -1px;
        padding: 0 20px;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

        .stat .col h5 {
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: lighter;
            color: #666666;
        }

    .stat .c-t {
        position: relative;
        padding: 0 10px;
    }

        .stat .c-t i {
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-right: 3px;
            vertical-align: middle;
            background: url(../../images/site/icon-stats.png) no-repeat;
            background: url(../../images/site/icon-stats-sm.png) no-repeat \9;
            background-size: cover;
            /*-ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/site/icon-stats.png',sizingMethod='scale');*/
            /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/site/icon-stats.png', sizingMethod='scale');*/
            /*background-repeat: no-repeat;*/
        }

            .stat .c-t i.icon-s2 {
                background-position: -30px 0;
                background-position: -28x 0 \9;
            }

            .stat .c-t i.icon-s3 {
                background-position: -60px 0;
            }

        .stat .c-t .count {
            position: relative;
            margin-bottom: 5px;
            font-size: 20px;
            font-family: "Microsoft Yahei";
            font-weight: bold;
            line-height: 60px;
            text-align: center;
        }

        .stat .c-t .more {
            position: absolute;
            left: 50%;
            bottom: 15px;
            width: 100%;
            margin-left: -50%;
            text-align: center;
            color: #999999;
        }

            .stat .c-t .more b {
                margin: 0 2px;
                font-weight: bold;
            }

    .stat .c-g {
        width: 347px;
        padding: 0 10px;
    }

    .stat .c-b {
        width: 190px;
    }

    .stat .c-g .graph {
        overflow: hidden;
        height: 97px;
    }

    .stat .c-r b {
        color: #a21e1e;
    }

    .stat .c-b b {
        color: #329ebf;
    }

    .stat .c-g.c-b .graph {
        position: absolute;
        top: 0px;
        left: 20%;
        height: 90px;
        width: 130px;
        margin-left: -25px;
    }

    .stat .c-d {
        width: 257px;
    }

        .stat .c-d .graph {
            overflow: hidden;
            height: 70px;
        }

/*--统计（固定）--*/
/*--首页尾部  专题 快熟链接 二维码--*/
.index-tail {
    /* background: url("../../images/site/footer-bg.jpg") top center no-repeat; */
    height: 84px;
    background: rgba(0, 0, 0, 0);
}

.index-tail-content {
    /* padding: 32px 516px 15px 0; */
}

    .index-tail-content h2 {
        font-size: 24px;
        font-weight: normal;
        color: #424242;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index-tail-content ul {
        /* margin-bottom: 32px; */
    }

    .index-tail-content li {
        display: inline-block;
        line-height: 24px;
        color: #525252;
        /* width: 90px; */
        /* text-align: left; */
    }

        .index-tail-content li:after {
            display: inline-block;
            padding: 0 10px;
        }

        .index-tail-content li:last-child:after {
            display: none;
        }

        .index-tail-content li a {
            color: inherit;
            font-size: 14px;
            /* border: 1px #f00 solid; */
            padding-right: 16px;
            color: #333;
        }

/*--首页尾部  专题 快熟链接 二维码 end--*/

#top {
    height: 36px;
    background-color: #053768;
    display: none;
}


li.wlc {
    float: left;
}

li.r-login {
    float: right !important;
}

#top-nav > ul {
    display: flex;
    justify-content: space-between;
    height: 60px;
    overflow: hidden;
}

#top-nav li {
    position: relative;
    float: left;
    padding: 0 10px !important;
    font-size: 16px;
    line-height: 60px !important;
    text-align: center;
    flex: 1;
    height: 60px;
}

    #top-nav li::before {
        position: absolute;
        right: -1px;
        top: 20px;
        content: '';
        width: 1px;
        height: 20px;
        background: #D5D5D5;
    }

    #top-nav li:nth-child(-2)::before {
        display: none;
    }

    #top-nav li:last-child::before {
        display: none;
    }

    #top-nav li a {
        color: #333;
        padding: 5px 10px;
        border-radius: 4px;
        /* font-weight: bold; */
        font-size: 16px;
        line-height: 60px;
    }

    #top-nav li.current a {
        /* border-radius: 4px; */
        /* background-color: #b72b40; */
    }

    #top-nav li a:hover {
        /* border-radius: 4px; */
        /* background-color: #b72b40; */
    }

#top-nav .hs-sub {
    position: relative;
}

    #top-nav .hs-sub > a {
        background: url(../../images/site/class-guid-arrow-w.png) no-repeat right center;
    }

        #top-nav .hs-sub > a:hover,
        #top-nav .hs-sub:hover > a {
            background-image: url(../../images/site/class-guid-arrow-w.png);
        }

    #top-nav .hs-sub:hover .sub1 {
        display: block;
        min-width: 100%;
        -webkit-animation: sub-up .3s;
        animation: sub-up .3s;
    }

    #top-nav .hs-sub ul li {
        height: 30px;
    }

        #top-nav .hs-sub ul li a {
            display: block;
            height: 30px;
            padding: 0 22px;
            font-size: 14px;
            line-height: 30px;
            white-space: nowrap;
        }

    #top-nav .hs-sub .sub1 {
        position: absolute;
        display: none;
        z-index: 10002;
        top: 60px;
        background: #fff;
        border-top: 3px solid #1279c4;
    }

        #top-nav .hs-sub .sub1 > li {
            position: relative;
            float: none;
            margin: 0;
        }

            #top-nav .hs-sub .sub1 > li:hover {
                background: #d4e5f8;
            }

                #top-nav .hs-sub .sub1 > li:hover .sub2 {
                    display: block;
                    -webkit-animation: sub-left .3s;
                    animation: sub-left .3s;
                }

    #top-nav .hs-sub .hs-sub > a {
        background: url(../../images/site/top-nav-sub-arrow.png) no-repeat right 10px !important;
    }

    #top-nav .hs-sub .sub2 {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 115px;
        background: #f0e0c9;
    }

#top-nav li.current:after {
    /* content: ""; */
    display: block;
    width: 30px;
    height: 4px;
    background-color: #1279c4;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -15px;
}

.top-pic {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    margin-top: -129px;
    height: 100vh;
    z-index: 1;
/*    background-image: url(../../images/site/upload/search-bg2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;*/
}

    .top-pic .pic-move {
        overflow: hidden;
        position: relative;
        width:100%;
        height: 100vh;
    }

        .top-pic .pic-move ul {
            position: relative;
            width: 300%;
            height: 100%;
            /*       display: none;*/
        }

        .top-pic .pic-move li {
            overflow: hidden;
            float: left;
            width: 33.333%;
            position: relative;
            height: 100vh;
            
        }

            .top-pic .pic-move li img {
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
            }


.index-top {
    position: relative;
    clear: both;
    height: 52px;
    /* margin-bottom: 30px; */
    /* margin-top: -115px; */
    background: #fff;
    z-index: 8;
}

.fast-link li {
    /* float: left; */
    width: 10%;
    height: 100%;
    text-align: center;
    display: inline-block;
}

    .fast-link li a {
        display: inline-block;
        height: 100%;
        /* padding-top: 18px; */
        vertical-align: bottom;
        cursor: pointer;
    }

    .fast-link li img {
        width: 42px;
        height: 42px;
        margin-bottom: 5px;
    }

    .fast-link li .name {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

    .fast-link li a:hover {
        /* -webkit-filter: hue-rotate(90deg); */
        /* filter: hue-rotate(180deg); */
        opacity: 1;
        margin-top: -8px;
        transition: 0.3s;
    }

        .fast-link li a:hover span {
            text-decoration: underline;
        }


.part2 .m-box {
    float: right;
    width: 858px;
    height: 396px;
    /* border: 1px #f00 solid; */
}

.part2 .common-data .m-box-title .more {
    /* left: 195px; */
}

.other-datalink {
    position: absolute;
    right: 0px;
    top: 5px;
}

.data-link {
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    z-index: 10;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 6px;
}

    .data-link:hover {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    }

    .data-link .red {
        color: #e61f19 !important;
    }

    .data-link img {
        vertical-align: text-bottom;
        padding-right: 5px;
    }

.part2 .m-box + .m-box {
    float: right;
    width: 395px;
    min-height: 510px;
}

.part2 .m-box-title .h-intro {
    float: right;
}

.data-list {
    position: relative;
    float: left;
    width: 33.33%;
    color: #5f5f5f;
    background: transparent;
    left: 18px;
}

    .data-list:nth-child(n+3) li {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .data-list:nth-child(n+3) {
        margin-bottom: 5px;
        width: 30%;
        /* margin-right: -2px; */
    }

    .data-list:nth-child(3):after {
        display: none;
    }

    .data-list:nth-child(4) {
        margin-bottom: 5px;
    }

        .data-list:nth-child(4):after {
            display: none;
        }

    .data-list:nth-child(5):after {
        display: none;
    }

    .data-list:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40px;
        border-right: 1px solid #e8e8e8;
        content: "";
    }

    .data-list h3 {
        padding: 0 3px;
        font-size: 15px;
        color: #333;
        line-height: 43px;
        font-weight: bold;
        width: 100%;
        /* border: 1px #f00 solid; */
    }

        .data-list h3 i {
            display: inline-block;
            width: 48px;
            height: 48px;
            margin-right: 5px;
            vertical-align: middle;
            margin-bottom: 5px;
        }

        .data-list h3 span {
            float: right;
            color: #999;
            font-size: 12px;
            cursor: pointer;
            margin-right: 50px;
        }

            .data-list h3 span a {
                color: #999;
            }

                .data-list h3 span a:hover {
                    text-decoration: underline;
                    color: #333;
                }

        .data-list h3 .icon-cn {
            background-image: url(../../images/site/icon-cn.png);
        }

        .data-list h3 .icon-en {
            background-image: url(../../images/site/icon-en.png);
        }

    .data-list ul {
        overflow: hidden;
    }

    .data-list li {
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }

        .data-list li:before {
            display: inline-block;
            position: relative;
            width: 4px;
            height: 4px;
            margin-right: 8px;
            background-color: #545454;
            border-radius: 100%;
            vertical-align: middle;
            content: "";
        }

        .data-list li.d-try,
        .data-list li.d-new {
            position: relative;
        }

            .data-list li.d-try a,
            .data-list li.d-new a {
                padding-right: 20px;
            }

            .data-list li.d-try:after,
            .data-list li.d-new:after {
                position: absolute;
                right: -2px;
                top: -2px;
                width: 16px;
                height: 30px;
                padding: 0;
                font-size: 12px;
                white-space: normal;
                line-height: 14px;
                text-align: center;
                color: #fff;
                background: url(../../images/site/data-type.png) -16px 0;
                content: "";
            }

            .data-list li.d-new:after {
                background: url(../../images/site/data-type.png) 0px 0;
            }

        .data-list li a {
            display: inline-block;
            max-width: 74%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #545454;
            vertical-align: middle;
        }

.navqikan ul li {
    width: 50%;
    float: left;
}

.navqikan li:before {
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    background-color: transparent;
    border-radius: 100%;
    vertical-align: middle;
    content: "";
}

.navwenxian dl dt {
    float: left;
    width: 19%;
    margin-top: 10px;
}

    .navwenxian dl dt b {
        padding-left: 4px;
    }

.navwenxian dl dd {
    float: left;
    width: 81%;
    margin-top: 10px;
}

    .navwenxian dl dd a {
        float: left;
        color: #666666;
        padding-right: 12px;
        padding-bottom: 10px;
    }


.school-list ul {
    float: left;
    width: 100%;
    padding-left: 15px;
    /* border-right: 2px solid #1394dc; */
}

    .school-list ul:last-child {
        border: 0;
    }

.school-list:before,
.school-list:after {
    display: table;
    content: "";
    clear: both;
}

.school-list li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 50px;
    background: url(../../images/site/icon-fg.png) no-repeat 0 center;
    float: left;
    width: 165px;
    border-right: 2px #1394dc solid;
}

    .school-list li a {
        display: inline-block;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        vertical-align: bottom;
    }

.search-bott {
    width: 100%;
    height: 190px;
    /* background: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.fast-link {
    display: flex;
    justify-content: space-between;
}

    .fast-link > ul {
        flex: 1;
        width: 1070px;
    }

.sb-tit {
    display: flex;
    flex-direction: column;
}

    .sb-tit > div {
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
        position: relative;
    }

        .sb-tit > div::after {
            position: absolute;
            top: 13px;
            right: -15px;
            width: 9px;
            height: 11px;
            content: '';
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAYAAACtWacbAAAAAXNSR0IArs4c6QAAAM9JREFUKFN90L1qAmEQheF3QoSQe1D00gKp06WxsrNJY7kJ2qUWIZ2xsLVSEEGwcJVktVk1QcWf/Y6sKKigUx6eMwxjAO+ZpA/2YLi35WzhvYThX5wfxw5oY5iBQkTVIvLPw2H7DH1kUjopzkAtM3mT+abyOh7P95suUBythbpOfFlE8RqKoSR+hb5vof0FQr1baC3REa5yDU2FGob7vPtflS9RhBhhqjm3LQR+0MyBO6IFYEIDpFKCe++p35+e/ymdqgk9Si4b+D/1uH368R3gR3BSBw/4kAAAAABJRU5ErkJggg==);
        }

    .sb-tit > a {
        width: 81px;
        height: 20px;
        background: rgba(255, 255, 255, 0.35);
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }

.school-list li a:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../../images/site/pic-school.png") no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.part2-bg {
    width: 390px;
    height: 792px;
    background: url("../../images/site/part2-left.png") left center no-repeat;
    /* position: absolute; */
    /* left: -51px; */
    /* top: 410px; */
    /* z-index: -1; */
    margin-left: -51px;
}

#part3 .m-box-content {
    padding: 0;
    /* width: 750px; */
    /* height: 450px; */
}

.k-box {
    margin-top: 76px;
}

.m-box.s-box {
    margin-top: 50px;
    height: 256px;
    overflow: hidden;
}

#part3 {
    clear: both;
    height: 610px;
    background-color: #f5f1ee;
    background-image: url(../../images/site/ty-top.png), url(../../images/site/ty-bottom.png);
    background-position: 0% 0%, 100% 100%;
    background-repeat: no-repeat;
}

    #part3 .box-r .m-box-content {
        width: 418px;
    }

#footer .bott-box ul li {
    float: left;
    border: 1px #b6b6b6 solid;
    width: 220px;
    height: 112px;
    padding: 8px 24px;
    margin-top: 6px;
    text-align: center;
}

    #footer .bott-box ul li h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 34px;
        padding-left: 10px;
        text-align: left;
    }

    #footer .bott-box ul li img {
        display: inline-block;
        vertical-align: top;
        margin-top: 4px;
        margin-right: 8px;
    }

    #footer .bott-box ul li .b-r {
        display: inline-block;
        text-align: center;
        font-size: 24px;
    }

        #footer .bott-box ul li .b-r span {
            font-size: 24px;
            /* line-height: 14px; */
            /* border: 1px #f00 solid; */
        }

        #footer .bott-box ul li .b-r em {
            font-size: 14px;
        }

        #footer .bott-box ul li .b-r div:last-child {
            font-size: 14px;
        }

        #footer .bott-box ul li .b-r div {
            height: 30px;
            width: 100%;
        }

    #footer .bott-box ul li:first-child {
        border-right: none;
    }

.bott-box a {
    float: left;
    border: 1px #b6b6b6 solid;
    width: 220px;
    height: 112px;
    padding: 11px 36px;
    margin-top: 30px;
}

    .bott-box a.wx {
        border-right: none;
    }

.bott-box {
    /* padding-top: 20px; */
}

.foot-copy {
    background-color: #b72b40;
    margin-top: 0;
}


.index-tail-content ul li {
    /* width: 170px; */
    line-height: 30px;
    font-size: 14px;
}

.index-tail-content h2 + h2 {
    /* padding-top: 20px; */
}

.index-tail-content ul:nth-of-type(1) {
    /* border: 1px #f00 solid; */
    /* border-top: 1px #d3d3d3 solid; */
    /* border-bottom: 1px #d3d3d3 solid; */
    padding: 30px 0;
}

.news .title a b {
    font-weight: normal;
}

.news .title a.current b:nth-of-type(1) {
    color: #060606;
    font-weight: bold;
}

.news .title a.current b:nth-of-type(2) {
    color: #060606;
    font-weight: bold;
}

.news .title a.current b:nth-of-type(3) {
    color: #060606;
    font-weight: bold;
}

.news .title a.current b:nth-of-type(4) {
    color: #060606;
    font-weight: bold;
}

.news-list li a span {
    display: block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list ul li:nth-of-type(1):before {
    content: "1";
    width: 20px;
    height: 20px;
    background-color: #060606;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(2):before {
    content: "2";
    width: 20px;
    height: 20px;
    background-color: #ce4c42;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(3):before {
    content: "3";
    width: 20px;
    height: 20px;
    background-color: #97bd6a;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(4):before {
    content: "4";
    width: 20px;
    height: 20px;
    background-color: #71c2c0;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(5):before {
    content: "5";
    width: 20px;
    height: 20px;
    background-color: #c68f8a;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(6):before {
    content: "6";
    width: 20px;
    height: 20px;
    background-color: #e5d08b;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list li:first-child {
    height: 82px;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 0px;
}

    .news-list li:first-child .new-d {
        font-size: 12px;
        color: #939393;
        height: 38px;
        width: 386px;
        /* border: 1px #f00 solid; */
        line-height: 18px;
        white-space: pre-line;
    }


#part3 .m-box-title .m-sel a.current b:nth-of-type(1) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(2) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(3) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(4) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .box-r .m-box-title h2 b:nth-of-type(1) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a b {
    font-weight: normal;
}


#part3 .box-r .m-box-title h2 b:nth-of-type(2) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .box-r .m-box-title h2 b:nth-of-type(3) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .box-r .m-box-title h2 b:nth-of-type(4) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a:nth-of-type(1) {
    padding-left: 18px;
}

#part3 .box-r .m-box-title h2 {
    padding-left: 18px;
    width: 200px;
    float: left;
}

#part3 .m-box-title .more a {
    font-size: 15px;
}

#part3 .box-r .m-box-title a.hyh {
    float: right;
    font-size: 15px;
    color: #999;
}

span.default-cover span {
    display: none;
}

#part1 .p-width {
    width: 100%;
    background: url("../../images/site/part1-bg.jpg") center no-repeat;
    height: 419px;
    margin-top: -10px;
    padding-top: 30px;
}

#part2 .big-box:nth-of-type(2) {
    background: url("../../images/site/part2-bg1.png") right bottom no-repeat #f0f5f1;
    width: 100%;
    height: 500px;
    /* z-index: 999; */
}


#part2 .big-box:nth-of-type(4) {
    width: 100%;
    height: 320px;
    background: url("../../images/site/part2-bg2.jpg") bottom center no-repeat;
}


.line ul li {
    height: 10px;
    float: left;
}

    .line ul li:nth-of-type(1) {
        background: #3c79c9;
        width: 10%;
    }

    .line ul li:nth-of-type(2) {
        background: #3c79c9;
        width: 10%;
    }

    .line ul li:nth-of-type(3) {
        background: #3c79c6;
        width: 7%;
    }

    .line ul li:nth-of-type(4) {
        background: #3c79c9;
        width: 13%;
    }

    .line ul li:nth-of-type(5) {
        background: #3c79c9;
        width: 10%;
    }

    .line ul li:nth-of-type(6) {
        background: #3c79c9;
        width: 50%;
    }

.p2-left {
    position: absolute;
    top: 18px;
    /* left: 30px; */
    /* z-index: 1; */
    width: 100%;
}

div#part2 {
    position: relative;
    height: 570px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(211,193,147,0) 0%, rgba(155,33,30,0) 0%, rgba(211,193,147,0) 0%, rgba(211,193,147,0.5) 100%);
}

.line {
    width: 100%;
    height: 10px;
    clear: both;
}

.school-list li:nth-of-type(5n) {
    border: none;
}

div#part1 {
    height: 616px;
    width: 100%;
    background-color: #f5f1ee;
    /* background: url("../../images/site/p1-bg.png") center no-repeat; */
    background-image: url(../../images/site/ty-top.png), url(../../images/site/ty-bottom.png);
    background-position: 0% 0%, 100% 100%;
    background-repeat: no-repeat;
}

div#part4 {
    min-height: 648px;
    width: 100%;
    /* background: url(../../images/site/p4-bg.png) top 190px center no-repeat #ffffff; */
    position: relative;
}

    div#part4 .icon-refresh {
        color: #2795eb;
        font-size: 14px;
        vertical-align: initial;
    }

.m-box-title h2 span {
    font-size: 18px;
    margin: 0 5px;
}

.m-box-title h2 em {
    font-size: 12px;
    color: #9d9d9d;
    font-weight: normal;
    text-transform: uppercase;
}

.m-box-title h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #cccccc;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.m-box-title p {
    position: absolute;
    left: 70px;
    bottom: 17px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

/* div#part3 .m-box {
    float: left;
    width: 48%;
} */

.pic-list {
    position: absolute;
    top: 495px;
    right: 0px;
    overflow: hidden;
    height: 350px;
    width: 150%;
}

    .pic-list ul li img {
        width: 380px;
        height: 190px;
        display: block;
    }

    .pic-list ul li .li-title {
        font-size: 18px;
        color: #222;
        padding: 30px;
        /* margin-bottom: 20px; */
        position: relative;
        width: 350px;
        background: #fff;
        padding-bottom: 50px;
    }

    .pic-list ul li .li-content {
        font-size: 14px;
        color: #333;
        padding: 0 0 30px 30px;
        width: 350px;
        background: #fff;
    }

    .pic-list ul li .li-title:after {
        content: "=";
        color: #b7b7b7;
        position: absolute;
        bottom: 14px;
        left: 30px;
    }

    .pic-list ul li .li-title:before {
        content: "";
        display: block;
        width: 28px;
        height: 5px;
        background: url("../../images/site/arr-r.png");
        position: absolute;
        right: -4px;
        top: 40px;
    }

    .pic-list ul li {
        background: #f3fbed;
        float: right;
    }

    .pic-list ul {
        width: 3000px;
        position: absolute;
        right: 0px;
        border-bottom: 3px #b8d8ba solid;
        top: 0;
    }

#part4 .btn-prev {
    top: 310px;
    position: absolute;
    right: 54px;
    width: 45px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 34px;
    font-weight: lighter;
    color: #555;
    display: none;
}

#part4 .btn-next {
    top: 310px;
    position: absolute;
    right: 8px;
    width: 45px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 34px;
    font-weight: lighter;
    color: #555;
    display: none;
}

.pic-list:after {
    content: "";
    display: block;
    clear: both;
}

#part4 .m-box-title h2 {
    /* line-height: 84px; */
    position: absolute;
    top: 0;
}

/* #part3 .m-box-title h2 {
    border-bottom: 2px #909292 solid;
    height: 130px;
}

#part3 .m-box-title h2:after {
    display: none;
} */

/* div#part3 .m-box:first-child {
    margin-right: 4%;
} */
div#part3 .m-box-content {
    border: 1px solid #f4f4f4;
    background-color: #fff;
    box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.1);
}

    div#part3 .m-box-content::after {
        content: '';
        display: block;
        clear: both;
    }

    div#part3 .m-box-content .m-box-title {
        height: 130px;
    }

        div#part3 .m-box-content .m-box-title h2 {
            font-size: 20px;
            color: #333;
            font-weight: 400;
            height: 135px;
            line-height: 130px;
        }

            div#part3 .m-box-content .m-box-title h2::before {
                content: '';
                width: 100%;
                height: 1px;
                bottom: 40px;
                top: auto;
                background: #eee;
            }

    div#part3 .m-box-content .content .col {
        width: 20%;
        text-align: center;
        float: left;
        background-color: #f8f5ed;
        padding: 19px 0;
        border: 5px solid rgba(0, 0, 0, 0);
    }

        div#part3 .m-box-content .content .col:hover {
            border: 5px solid rgba(0, 0, 0, .2);
            transition: all .3s;
        }

        div#part3 .m-box-content .content .col:nth-child(odd) {
            background-color: #eae9dc;
        }

        div#part3 .m-box-content .content .col img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 53px;
        }

        div#part3 .m-box-content .content .col span {
            text-align: center;
        }

div#part3 .box {
    min-height: 404px;
    width: 50%;
    float: left;
    padding: 10px 20px;
    padding-top: 0;
    padding-bottom: 40px;
}

    div#part3 .box:first-child {
        padding-left: 40px;
    }

    div#part3 .box:last-child {
        /* margin-left: 2%; */
        padding-right: 40px;
    }

.m-box-title .m-more {
    position: absolute;
    right: 10px;
    top: 62px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .m-box-title .m-more a {
        font-size: 12px;
        font-style: italic;
        color: #000;
        border-bottom: 1px solid #A7A7A7;
        padding: 6px 0;
    }

    .m-box-title .m-more i {
        color: #c14a5c;
        margin-right: 5px;
        font-size: 18px;
    }

    .m-box-title .m-more img {
        width: 17px;
        height: 18px;
        margin-right: 5px;
    }

.hd-list li {
    width: 100%;
    height: 90px;
    /* border: 1px #92b15e solid; */
    margin: 10px 0;
    color: #6f9332;
    background: #fff url("../../images/site/arrow-ri.png") center right 96px no-repeat;
}

    .hd-list li a {
        font-size: 24px;
        color: #03974c;
        line-height: 90px;
        text-align: center;
        display: block;
        /* border: 1px #10994f solid; */
        cursor: pointer;
        /* background: #fff; */
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    }

    .hd-list li:nth-of-type(2) a {
        /* color: #f48a00; */
        /* border: 1px #0b84ce solid; */
    }

    .hd-list li:nth-of-type(3) a {
        /* color: #10994f; */
        /* border: 1px #10994f solid; */
    }

    .hd-list li:nth-of-type(4) a {
        color: #0b84ce;
        /* border: 1px #0b84ce solid; */
    }

.p-content {
    margin-top: 30px;
}

.res-list {
    width: 1200px;
    height: 370px;
}

    .res-list dl dt {
        width: 110px;
        height: 370px;
        background: url("../../images/site/book1.png") top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        font-size: 18px;
        color: #333;
        /* text-align: center; */
        padding: 0 44px;
        padding-top: 140px;
        writing-mode: tb-rl;
        letter-spacing: 2px;
        cursor: pointer;
        float: left;
        margin-right: 1px;
        margin-left: 1px;
        transition: all 0.3s;
        overflow: hidden;
    }

    .res-list dl dd {
        width: 300px;
        height: 370px;
        background: #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        float: left;
        padding: 24px;
        display: none;
        margin-left: 2px;
        /* margin-right: 1px; */
        /* transition: all 0.3s cubic-bezier(.4, 0, .2, 1); */
        overflow: hidden;
    }

    .res-list .dd-title {
        border-bottom: 2px #f3f3f3 solid;
        font-size: 12px;
        color: #000;
        /* font-weight: lighter; */
        position: relative;
        padding-bottom: 16px;
    }

        .res-list .dd-title h3 {
            font-size: 24px;
            font-weight: lighter;
            font-style: italic;
        }

            .res-list .dd-title h3 em {
                font-size: 18px;
                margin: 0 5px;
            }

            .res-list .dd-title h3 span {
                font-size: 14px;
                font-weight: normal;
            }

        .res-list .dd-title .dd-more {
            position: absolute;
            right: 0;
            top: 10px;
        }

            .res-list .dd-title .dd-more a {
                color: #000;
                border-bottom: 1px #000 dotted;
                padding: 5px 3px;
                cursor: pointer;
            }

            .res-list .dd-title .dd-more i {
                margin-right: 5px;
                color: #71aaff;
            }

    .res-list .dd-content li a {
        color: #000;
        font-size: 14px;
        line-height: 52px;
    }

    .res-list .dd-content {
        padding-top: 15px;
    }

        .res-list .dd-content li a i {
            margin-right: 10px;
            display: inline-block;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-left: 8px #444444 solid;
            vertical-align: middle;
        }

    .res-list dl {
        float: left;
        transition: all 0.3s;
        width: 112px;
        height: 370px;
    }

        .res-list dl:hover {
            /* width: 302px; */
        }

            .res-list dl:hover dt {
                /* width: 0px; */
                /* padding: 0px; */
                margin-top: -50px;
            }

            .res-list dl:hover dd {
                width: 300px;
                padding: 24px;
            }

        .res-list dl:last-child dd {
            display: block;
        }

        .res-list dl:last-child dt {
            display: none;
        }

        .res-list dl:nth-of-type(2) dt {
            background: url(../../images/site/book2.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(3) dt {
            background: url(../../images/site/book3.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(4) dt {
            background: url(../../images/site/book4.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(5) dt {
            background: url(../../images/site/book5.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(6) dt {
            background: url(../../images/site/book6.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(7) dt {
            background: url(../../images/site/book7.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(8) dt {
            background: url(../../images/site/book8.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:after {
            content: "";
            display: block;
            clear: both;
        }




.newlist {
    position: absolute;
    top: 628px;
    width: 100%;
    z-index: 2;
}

.move-new {
    width: 25%;
    height: 69px;
    background: rgba(0, 0, 0, .4);
    float: left;
    /*    padding: 15px 30px;*/
    /* padding-top: 0; */
    position: absolute;
    top: 560px;
    z-index: 10;
    /* overflow: hidden; */
    /* padding-top: 20px; */
}

    .move-new li a span {
        font-size: 16px;
        font-weight: bold;
        color: #dedede;
        margin: 15px 30px;
        /* border-bottom: 5px #dddddd solid; */
        display: inline-block;
        /* padding-bottom: 12px; */
        line-height: 18px;
        /*    width: 25%;*/
        position: relative;
        /* text-align: center; */
        /* margin-bottom: 12px; */
    }

        .move-new li a span.time b {
            display: inline-block;
            letter-spacing: 2px;
        }

        .move-new li a span:before {
            content: "";
            display: inline-block;
            height: 0px;
            border: 1px solid #d6d6d6;
            width: 75px;
            transform: rotate(125deg);
            -o-transform: rotate(125deg);
            -moz-transform: rotate(125deg);
            -webkit-transform: rotate(125deg);
            position: absolute;
            right: -75px;
        }

    .move-new li a {
        color: #fff;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        /* text-decoration: underline; */
    }

        .move-new li a:hover {
            opacity: 1;
            text-decoration: underline;
        }

    .move-new li {
        float: left;
        width: 25%;
        overflow: hidden;
        padding: 0px 30px 0 15px;
    }

#part2 .btn-prev {
    bottom: 6px;
    position: absolute;
    left: 0;
    width: 42px;
    height: 43px;
    /* background: #dddddd; */
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

#part2 .btn-next {
    bottom: 6px;
    position: absolute;
    right: 0;
    width: 42px;
    height: 43px;
    /* background: #ddd; */
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

.move-sel {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: none;
    /* background: #f00; */
    width: 100%;
    left: 0;
    height: 24px;
    z-index: 0;
}

    .move-sel span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ddd;
        border-radius: 100%;
        margin: 0 8px;
    }

        .move-sel span.current {
            background: #b32036;
        }

.btn-detail {
    float: right;
    margin-top: 60px;
    display: none;
}

.newlist .lists {
    clear: both;
    padding-top: 20px;
}

.move-new ul {
    width: 400%;
}

.btn-detail a {
    display: block;
    width: 455px;
    height: 55px;
    background: url("../../images/site/arrow-ri-w.png") left 154px center no-repeat #999999;
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 55px;
    text-decoration: underline;
    padding-right: 140px;
}

.newlist .lists li {
    height: 68px;
    width: 50%;
    float: left;
}

    .newlist .lists li a {
        color: #000;
        font-size: 14px;
        padding-right: 20px;
        white-space: nowrap;
        line-height: 32px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        border-bottom: 1px #d9d9d9 solid;
        cursor: pointer;
        padding: 15px 0;
        display: block;
        height: 72px;
    }

        .newlist .lists li a span {
            font-size: 13px;
            color: #666;
            width: 70px;
            display: inline-block;
            text-align: center;
        }

        .newlist .lists li a .infor {
            display: inline-block;
            width: 70px;
            white-space: normal;
            line-height: 24px;
            vertical-align: middle;
            margin-right: 20px;
            margin-top: -8px;
        }

i.text-new {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: #458608;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-style: normal;
}

i.text-tz {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: #b72b40;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-style: normal;
}

.service-list li:nth-child(2n+6) {
    /* border: 1px #b9ce96 solid; */
}

.service-list li:nth-child(10) {
    /* border: 1px #e5b00d solid; */
}

.service-list li:nth-child(11) {
    /* border: 1px #b9ce96 solid; */
}

.service-list li:nth-child(12) {
    /* border: 1px #e5b00d solid; */
}

#part2 .btn-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-right: 13px #fff solid;
    position: absolute;
    left: 6px;
    top: 15px;
}

#part2 .btn-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 13px #fff solid;
    position: absolute;
    left: 16px;
    top: 15px;
}

#part4 .btn-prev:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#part2 .btn-next:hover:before {
    border-left: 13px #10994f solid;
}

#part2 .btn-prev:hover:before {
    border-right: 13px #10994f solid;
}

#part4 .btn-prev:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#part4 .btn-next:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.hd-list li:hover {
    background: #fff url(../../images/site/arrow-ri.png) center right 40px no-repeat;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#part2 .btn-next:hover {
    /* background: #10994f; */
    transition: 0.3s;
}

#part2 .btn-prev:hover {
    /* background: #b32036; */
    transition: 0.3s;
}

.pic-list ul li:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
    transition: 0.3s;
}

.btn-detail a:hover {
    background: url(../../images/site/arrow-ri-w.png) left 166px center no-repeat #b72936;
    opacity: 1;
    transition: 0.3s;
}

div#part2 .bgpic,
div#part4 .bgpic {
    position: absolute;
    top: 170px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
}

    div#part2 .bgpic li,
    div#part4 .bgpic li {
        width: 100%;
        height: 478px;
        display: inline-block;
        /*    float: left;
    position: relative;*/
    }

    div#part2 .bgpic ul,
    div#part4 .bgpic ul {
        height: 478px;
        /*overflow: hidden;*/
        position: relative;
        left: 0;
        top: 0;
        white-space: nowrap;
        width: 100%;
    }

    div#part2 .bgpic li a {
        width: 100%;
    }

    div#part2 .bgpic li img,
    div#part4 .bgpic li img {
        width: 100%;
        min-height: 478px;
        /*position: absolute;
	
    left: 50%;
    transform: translateX(-50%);*/
    }

div#header {
    background: none;
}

.pic-list .li-move {
    position: absolute;
    right: 110px;
    /* border-bottom: 3px #e4eaee solid; */
    overflow: hidden;
    height: 350px;
    width: 100%;
    display: none;
}



#part4 .picnew {
    position: relative;
}

#part4 .bgpic .btn-prev {
    display: block;
    top: 50%;
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    background: rgb(48 141 17);
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    /* margin-top: -80px; */
}

#part4 .bgpic .btn-next {
    display: block;
    top: 50%;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #308d11;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    /* margin-top: -80px; */
}

#part4 .bgpic .btn-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-right: 13px #fff solid;
    position: absolute;
    left: 4px;
    top: 14px;
}

#part4 .bgpic .btn-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 13px #fff solid;
    position: absolute;
    left: 15px;
    top: 14px;
}


@media screen and (max-width:1600px) {

    .fast-link,
    .search-bott {
        height: 150px;
    }

    .fast-link {
        padding: 40px 17px;
    }

    #searcher {
        top: 248px;
    }

    #part5 .banner {
        background: url(../../images/site/part5-banner.png) no-repeat -250px 14px !important;
    }
}

@media screen and (max-width:1366px) {

    .fast-link,
    .search-bott {
        height: 130px;
    }

    .fast-link {
        padding: 32px 17px;
    }

    #searcher {
        top: 230px;
    }
}























/**阅读推荐*/
#part4 {
    min-height: 450px !important;
}

    #part4 .menu-warp {
        width: 525px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 29%;
        margin-right: -220px;
        top: 58px;
        cursor: pointer;
    }

        #part4 .menu-warp .col-btn {
            padding: 9px 50px;
            font-size: 16px;
            margin-left: 0;
        }

        #part4 .menu-warp .line1 {
            position: absolute;
            height: 19px;
            width: 1px;
            top: 12px;
            background: rgba(0,0,0,0.2);
            left: 173px;
        }

        #part4 .menu-warp .line2 {
            position: absolute;
            height: 19px;
            width: 1px;
            top: 12px;
            background: rgba(0,0,0,0.2);
            left: 348px;
        }

        #part4 .menu-warp .col-btn:first-child {
            margin-left: 0;
        }

        #part4 .menu-warp .col-btn {
            padding: 9px 50px;
            font-size: 18px;
        }

            #part4 .menu-warp .col-btn:hover {
                color: #fff;
                background-color: #b92018;
                transition: 0.3s;
            }

            #part4 .menu-warp .col-btn:active {
                color: #fff;
                background-color: #b92018;
            }

        #part4 .menu-warp .active {
            color: #fff;
            background-color: #b92018;
        }

.P-Read {
    /* height: 700px; */
    background-image: linear-gradient(0deg, #d2c193, #ffffff);
    /*padding-bottom: 90px;*/
    position: relative;
}

#part4 .tab-box .btn-prev {
    top: 55%;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #999999 !important;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin-top: -80px;
}

#part4 .tab-box .btn-next {
    top: 55%;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #999999;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin-top: -80px;
}

#part4 .tab-box .btn-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-right: 13px #fff solid;
    position: absolute;
    left: 4px;
    top: 14px;
}

#part4 .tab-box .btn-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 13px #fff solid;
    position: absolute;
    left: 15px;
    top: 14px;
}

#part4 .tab-title {
    margin-left: 450px;
    position: relative;
}

    #part4 .tab-title li a {
        width: 180px;
        height: 46px;
        float: left;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        color: #333;
        cursor: pointer;
    }

    #part4 .tab-title li.current a {
        background: #999999;
        color: #fff;
    }

#part4 .tab-box .btn-prev {
    top: 50%;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #dddddd;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin-top: -80px;
    display: block
}

#part4 .tab-box .btn-next {
    top: 50%;
    position: absolute;
    right: -60px;
    width: 40px;
    height: 40px;
    background: #999999;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin-top: -80px;
    display: block
}

#part4 .tab-box .btn-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-right: 13px #fff solid;
    position: absolute;
    left: 4px;
    top: 14px;
}

#part4 .tab-box .btn-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 13px #fff solid;
    position: absolute;
    left: 15px;
    top: 14px;
}

#part4 .tab-box {
    position: relative;
    /* padding: 0 40px; */
    clear: both;
    /* top: -45px; */
    top: 0;
    z-index: 1;
    /* height:510px; */
}

    #part4 .tab-box ul {
        /* height: 391px; */
        overflow: hidden;
        white-space: nowrap;
        z-index: 1;
        padding-top: 30px;
        min-height: 394px;
    }

        #part4 .tab-box ul li {
            width: 16.6667%;
            /* float: left; */
            display: inline-block;
        }

            #part4 .tab-box ul li a {
                border-right: 1px #deeef6 solid;
                display: block;
                width: 100%;
                height: 100%;
                /* padding: 10% 15%; */
            }

.tab-box ul li:nth-of-type(6n) a {
    border: none !important;
}

.tab-box ul li a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

/* .P-Read .tab-box:after {
    content: "";
    display: block;
    height: 106px;
    position: absolute;
    bottom: 0;
    background: #a28d71;
    width: 100%;
    z-index: -1;
    left: 0;
} */

.tab-box ul li a .img {
    display: block;
    margin-bottom: 20px;
    width: 60%;
    margin-left: 20%;
    position: relative;
    transition: all 0.3s;
    top: 0;
}

.tab-box ul li a .name {
    /* background: #a28d71; */
    color: #333333;
    padding: 0px 14% 0px 20%;
    transition: all 0.3s;
    text-align: center;
}

#part4 .tab-box ul li:hover .name {
    /* color: #fff; */
    /* background: #bea584; */
}

#part4 .tab-box ul li:hover .img {
    top: -20px;
}

.tab-box ul li a .name h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.tab-box ul li a .name span {
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    text-align: left;
	min-height:63px;
}

.tab-box ul li a .name h3:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.tab-box ul:after {
    content: "";
    display: block;
    clear: both;
}


/**文献科研**/
#part5 {
    clear: both;
    height: 700px;
    /* background: url(../../images/site/part5-bg.jpg) center no-repeat; */
    background-image: url(../../images/site/ty-top.png), url(../../images/site/ty-bottom.png);
    background-position: 0% 0%, 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

    #part5 .menu-warp {
        width: 500px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 50%;
        margin-right: -270px;
        top: 58px;
        cursor: pointer;
    }

        #part5 .menu-warp .col-btn {
            padding: 10px 35px;
            font-size: 16px;
        }

            #part5 .menu-warp .col-btn:last-child {
                /* margin-left: 10px; */
            }

            #part5 .menu-warp .col-btn:hover {
                color: #fff;
                background-color: #b92018;
                transition: 0.3s;
            }

            #part5 .menu-warp .col-btn:active {
                color: #fff;
                background-color: #b92018;
            }

        #part5 .menu-warp .active {
            color: #fff;
            background-color: #b92018;
        }

    #part5 .content {
        border: 1px solid #f4f4f4;
        background-color: #fff;
        min-height: 520px;
        box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.1);
    }

        #part5 .content::after {
            content: '';
            visibility: hidden;
            clear: both;
            display: block;
        }

        #part5 .content .width33 {
            width: 33.33%;
            float: left;
            padding: 30px 50px;
            padding-right: 50px;
            border-right: 1px solid #eee;
        }

            #part5 .content .width33:nth-child(3n+3) {
                border-right: none;
            }

            #part5 .content .width33:hover .btn-warp {
                background: url(../../images/site/arrow-ri.png) left 190px center no-repeat #fff;
                transition: 0.3s;
            }

            #part5 .content .width33:hover p {
                color: #000;
                transition: 0.3s;
            }

    #part5 .top20 {
        margin-top: 30px;
    }

    #part5 .msg-warp {
        cursor: pointer;
        position: relative;
    }

    #part5 h3 {
        font-weight: normal;
        font-size: 18px;
        position: relative;
        color: #b92018;
    }

    #part5 .msg-warp:hover h3 {
        opacity: 0.9;
    }

    #part5 h3::after {
        content: '';
        position: absolute;
        left: 0;
        width: 30px;
        height: 1px;
        bottom: -19px;
        background-color: #b92018;
    }

    #part5 p {
        height: 66px;
        margin: 30px 0;
        margin-top: 40px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
        color: #333;
        font-size: 14px;
    }

    #part5 .btn-warp {
        cursor: pointer;
        border: 1px solid #344656;
        width: 100%;
        height: 35px;
        background: #fff url(../../images/site/arrow-ri.png) center no-repeat;
    }

/**学院学科分馆*/
#part6 {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    background: url(../../images/site/p6-bg.jpg) center no-repeat;
    background-size: cover;
}

    #part6 .content {
        clear: both;
        height: 520px;
        min-width: 1220px;
    }

    #part6 .banner {
        float: left;
        width: 50%;
        height: 100%;
        overflow: hidden;
        text-align: right;
        /* background: url(../../images/site/part5-banner.png) no-repeat -270px 14px; */
        position: relative;
        padding-top: 50px;
        margin-right: 60px;
    }

        /* #part6 .banner::after {
            content: '';
            position: absolute;
            left: 0;
            right: 100px;
            top: 0;
            bottom: 0;
            z-index: 1;
            background: url(../../images/site/part5-banner.png) no-repeat -100px 14px;
        } */

        #part6 .banner .p-banner {
            width: 600px;
            float: right;
            overflow: hidden;
            z-index: 9;
            position: relative;
            height: 400px;
        }

        #part6 .banner img {
            display: block;
            margin-right: auto;
            max-height: 500px;
        }

    #part6 .intro-warp {
        float: left;
        /*width: 40%;*/
        width: 550px;
    }

    #part6 .intro {
        max-width: 550px;
        font-size: 16px;
        line-height: 28px;
        /* margin-left: 50px; */
        padding-top: 50px;
        position: relative;
    }

    #part6 .intro .more{
        width: 520px;
        height: 22px;
        border-bottom: 1px solid rgba(155, 33, 30, 1);
        position: absolute;
        bottom: -24px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 5px;
    }

    #part6 .intro .more a{
        font-size: 14px;
        color: rgba(0, 0, 0, 1);
        font-style: italic;
        cursor: pointer;
        position: relative;
        top: -2px;
    }

    #part6 .intro .more i{
        color: rgba(190, 64, 83, 1);
        margin-right: 7px;
        position: relative;
        top: -3px;
    }

        #part6 .intro p {
            text-indent: 30px;
            width: 520px;
            height: 309px;;
            overflow-y: auto;
        }

        #part6 .intro select {
            color: #010101;
            width: 100%;
            font-size: 20px;
            padding: 10px 15px;
            border: 1px solid #10994f;
        }

        #part6 .intro select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-right: 30px;
            background: url("../../images/site/down.png") no-repeat scroll right center transparent;
            background-position: right 15px center;
            position: relative;
        }

            #part6 .intro select::-ms-expand {
                display: none;
            }

            #part6 .intro select option {
                line-height: 30px;
            }



        /**重构*/
        #part6 .intro .select {
            width: 520px;
            position: relative;
        }

            #part6 .intro .select .select-title {
                cursor: pointer;
                color: #010101;
                width: 100%;
                font-size: 20px;
                padding: 10px 15px;
                border: 1px solid #b92018;
            }

            #part6 .intro .select .select-title {
                padding-right: 30px;
                background: url("../../images/site/down.png") no-repeat scroll right center transparent;
                background-position: right 15px center;
                position: relative;
            }

            /*#part6 .intro .select:hover ul{
        display: block;
}*/
            #part6 .intro .select ul {
                max-height: 300px;
                overflow: auto;
                display: none;
                width: 520px;
                padding-right: 30px;
                background-color: #fff;
                list-style-type: none;
                margin: 0;
                padding: 0 2px;
                border: 1px solid #b92018;
                border-top: none;
                position: absolute;
                top: 50px;
                left: 0;
            }

                #part6 .intro .select ul li {
                    cursor: pointer;
                    padding: 7px 15px;
                    font-size: 16px;
                    border-bottom: 1px solid #eee;
                }

                    #part6 .intro .select ul li:hover {
                        background-color: #E8E8E8;
                    }

.cover-name {
    width: 80%;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-align: center;
}

#part2 .news-box {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

    #part2 .news-box .mews-newsBox {
        width: 570px;
        flex-shrink: 0;
    }

        #part2 .news-box .mews-newsBox .newsBox-title {
            width: 100%;
            display: flex;
            height: 43px;
            justify-content: flex-start;
            position: relative;
        }

            #part2 .news-box .mews-newsBox .newsBox-title div:first-child {
                height: 43px;
                width: 172px;
                text-align: center;
                line-height: 43px;
                font-size: 18px;
                font-weight: 500;
                margin-left: 3px;
                background: rgb(185, 32, 24);
                color: #FFFFFF;
            }

            #part2 .news-box .mews-newsBox .newsBox-title .m-more {
                position: absolute;
                right: 10px;
                top: 8px;
                cursor: pointer;
                display: flex;
                align-items: center;
            }
            
            #part2 .news-box .mews-newsBox .newsBox-title .m-more a {
                    font-size: 12px;
                    font-style: italic;
                    color: #000;
                    border-bottom: 1px solid #A7A7A7;
                    padding: 6px 0;
                }
            
                #part2 .news-box .mews-newsBox .newsBox-title .m-more i {
                    color: #c14a5c;
                    margin-right: 5px;
                    font-size: 18px;
                }
            
                #part2 .news-box .mews-newsBox .newsBox-title .m-more img {
                    width: 17px;
                    height: 18px;
                    margin-right: 5px;
                }
            

        #part2 .news-box .mews-newsBox .newsBox-list {
            margin-top: 50px;
        }

            #part2 .news-box .mews-newsBox .newsBox-list ul li:hover a .list-title {
                transform: translateX(10px);
                transition: all 0.5s;
            }

            #part2 .news-box .mews-newsBox .newsBox-list ul li a {
                width: 100%;
                height: 35px;
                margin-bottom: 14px;
                border-bottom: 1px dotted #D9D9D9;
                display: flex;
                align-items: flex-start;
            }

                #part2 .news-box .mews-newsBox .newsBox-list ul li a .table {
                    width: 46px;
                    height: 19px;
                    background: #9B211E;
                    border-radius: 10px 10px 10px 10px;
                    opacity: 1;
                    font-size: 12px;
                    font-weight: 500;
                    color: #FFFFFF;
                    line-height: 19px;
                    text-align: center;
                    margin-right: 12px;
                }

                #part2 .news-box .mews-newsBox .newsBox-list ul li a .list-title {
                    font-size: 15px;
                    height: 21px;
                    font-weight: 500;
                    color: #333333;
                    width: 520px;
                    line-height: 18px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                #part2 .news-box .mews-newsBox .newsBox-list ul li a .time {
                    font-size: 15px;
                    font-weight: 500;
                    color: #777777;
                    height: 21px;
                    line-height: 18px;
                    margin-left: 8px;
					width:60px;
                }

.sidebar {
    position: fixed;
    top: calc(50% - 225px);
    right: 26px;
    z-index: 99;
}

    .sidebar .item {
        width: 49px;
        height: 49px;
        border-radius: 5px;
        opacity: 1;
        border: 1px solid rgba(255,255,255,0.75);
        margin-bottom: 4px;
        background: rgba(0, 0, 0, 0.50);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .sidebar .item:hover {
            background-color: rgba(155, 33, 30, 1);
        }

    .sidebar .pao {
        display: none;
        position: absolute;
        right: 65px;
        padding: 7px 28px;
        background: rgba(0,0,0,0.3);
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        white-space: nowrap;
    }

    .sidebar .item:hover .pao {
        display: block;
    }





@keyframes ac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
