/*轮播器*/
.swiper-container {
    height: 400px;
}

.mian-pic {
    height: 400px;
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url("../img/banner.png");
}

.mian-pic img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-slide{
    display: block;
}
.swiper-container .swiper-slide .noticepic {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    top:233px ;
    display: none;
}
.swiper-container .swiper-slide .noticepic .lines{
    border-bottom: 5px solid #b8192f;
    width: 91px;
    margin-bottom: 5px;
}
.swiper-container .swiper-slide .noticepic .notic-text{
    position: relative;
    width: 467px;
}
.swiper-container .swiper-slide .noticepic .notic-text .mark{
    width: 467px;
    height: 118px;
    background: url("../img/rgab0.3.png");
    /*background: rgba(0,0,0,0.3);!*firefox、chrome*!*/
    /*background: #000\9;!*IE*!*/
    /*filter: alpha(opacity=30);!*IE*!*/
}
.swiper-container .swiper-slide .noticepic .notic-text .content{
    position: absolute;
    top:0;
    padding: 10px 20px;
    width: 467px;
}
.swiper-container .swiper-slide .title{
    width: 427px;
    font-size: 28px;
    color:#fff;
    margin-bottom: 15px;
}
.swiper-container .swiper-slide .text{
    color:#fff;
    max-height: 40px;
    width: 427px;
    overflow: hidden;
}
/*轮播分页器*/
.pagination {
    position: absolute;
    z-index: 20;
    top: 350px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 0 10px;
    opacity: 0.4;
    border: none;
    cursor: pointer;
}

.swiper-active-switch {
    opacity: 0.8;
}

/*帮助栏*/

.help {
    width: 70px;
    position: absolute;
    top: 840px;
    right: 2%;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    color: #888888;
}
.help a {
    color: #888888;
}

.help div {
    padding: 10px 0;
    height: 50px;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    background: #fff;
}

.help .talk {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/talk.png") center no-repeat;
}

.help .weixinpic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/weixin.png") center no-repeat;
}

.help .weibopic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/weibo.png") center no-repeat;
}

.help .toppic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/top.png") center no-repeat;
}

.help .totop {
    padding-top: 15px;
    height: 35px;
    border-top: none;
    border-bottom: 1px solid #c2c2c2;
}

.help div:hover {
    background: #12356d;
    color: #fff;
    cursor: pointer;
}

.help div:hover .weixinpic {
    background: url("../img/weixin2.png") center no-repeat;
}

.help div:hover .talk {
    background: url("../img/talk2.png") center no-repeat;
}

.help div:hover .weibopic {
    background: url("../img/weibo2.png") center no-repeat;
}

.help div:hover .toppic {
    background: url("../img/top2.png") center no-repeat;
}

.help .scond-code {
    padding: 0;
    width: 180px;
    height: 178px;
    border: none;
    position: absolute;
    top: 142px;
    left: -198px;
    display: none;
    background: none;
}


/*主体*/
.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 355px;
    position: relative;
    /*top: -20px;*/
    color: #333;
    background: #fff;
}
.mian-content .main-new .div-left a:hover,
.mian-content .main-new .div-right  a:hover,
.mian-content .notice ul li a:hover,
.mian-content .pic-new ul li a:hover,
.mian-content .dynamic .div-left a:hover,
.mian-content .dynamic .div-right a:hover,
.mian-content .learning ul li a:hover{
    font-weight: bold;
}
.videos:hover {
    cursor: pointer;
}

.mian-content a:hover {
    color: #12356d;
}

.mian-content p {
    font-size: 14px;
    color: #000;
    overflow: hidden;
}

.mian-content a {
    display: inline-block;
    font-size: 16px;
}

.mian-content .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.mian-content .modular {
    float: left;
    /*border: 1px solid #888;*/
}

.mian-content .main-new {
    width: 770px;
    margin-right: 30px;
}

.mian-content .main-new {
    width: 770px;
    margin-right: 30px;
}
.mian-content .main-new .div-left img{
    width: 324px;
    height: 242px;
}
.mian-content .main-new .div-left img:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .main-new .div-left .videos {
    position: relative;
}

.mian-content .main-new .div-left .videos img {
    width: 324px;
    height: 242px;
}

.mian-content .main-new .div-left .left-time {
    background: #b8192f;
    color: #fff;
    width: 50px;
    height: 47px;
    text-align: center;
    position: absolute;
    padding-top: 3px;
    z-index: 1;
}

.mian-content .main-new .div-left .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 324px;
    height: 242px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .main-new .div-left .videos:hover .player {
    position: absolute;
    top: 0;
    width: 324px;
    height: 242px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}

.div-left {
    width: 330px;
    margin-right: 30px;
}

.div-right {
    width: 410px;
}
.mian-content .main-new .div-right .ul-out{
    width: 390px;
    height: 250px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding:0;
}
.mian-content .main-new .div-right .ul-out ul {
    position: relative;
    width: 407px;
    height: 235px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.mian-content .main-new .div-right .ul-out ul li {
    width: 389px;
}
.mian-content .main-new .div-right .to {
    padding:0 8px;
    position: relative;
    top:-5px;
    background: url("../img/to.png") left center no-repeat;
}
.mian-content .main-new .div-right .down {
    padding:0 8px;
    vertical-align: top;
    background: url("../img/down.png") left center no-repeat;
}

.mian-content .main-new .div-right ul li .content {
    font-size: 14px;
    color: #888;
    max-height: 75px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 8px;
    display: none;
}

/*.div-right ul li {*/
/*    line-height: 25px;*/
/*    display: inline-block;*/
/*}*/

/*.div-right ul li a {*/
/*    width: 370px;*/
/*    padding-left: 5px;*/
/*}*/

/*.div-right .time {*/
/*    float: right;*/
/*}*/

/*.div-left, .div-right {*/
/*    margin-top: 15px;*/
/*    float: left;*/
/*}*/

.mian-content .notice {
    border-top: 1px solid #d6d6d6;
    width: 400px;
}

.mian-content .notice .notice-content {
    margin-top: 10px;
}

.mian-content .notice .notice-content ul li {
    line-height: 27px;
}

.mian-content .pic-new {
    width: 100%;
    margin: 30px 0 74px 0;
}

.mian-content .pic-new .prev {
    width: 23px;
    height: 23px;
    margin-right: 3px;
    background:#b8192f url("../img/prev.png") center no-repeat;
}

.mian-content .pic-new .next {
    width: 23px;
    height: 23px;
    background:#b8192f url("../img/next.png") center no-repeat;
}
.mian-content .pic-new .next:hover,.mian-content .pic-new .prev:hover{
    background-color: #11356d;
}
.mian-content .pic-new .pic-new-content {
    height: 186px;
    margin-top: 10px;
    overflow: hidden;
}

.mian-content .pic-new .pic-new-content ul li {
    text-align: center;
    margin-right: 38px;
    width:209px;
    padding-bottom: 10px;
    float: left;
}

.mian-content .pic-new .pic-new-content ul li:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    background: #12356d;
    color: #fff;
    cursor: pointer;
}

.mian-content .pic-new .pic-new-content ul li img {
    width: 209px;
    height: 141px;
    margin-bottom: 10px;
}

.mian-content .pic-new .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 209px;
    height: 141px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .pic-new .videos:hover .player {
    position: absolute;
    top: 0;
    width: 209px;
    height: 141px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}

.mian-content .dynamic {
    width: 770px;
    margin-right: 30px;
    margin-bottom:15px;
    border-top: 2px solid #11356d;
}

.mian-content .dynamic .div-left {
    margin-top: 8px;
    margin-right: 25px;
    width: 300px;
    position: relative;
}

.mian-content .dynamic .div-left img {
    width: 296px;
    height: 180px;
    margin-bottom: 20px;

}

.mian-content .dynamic .div-left img:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .dynamic .div-left .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 296px;
    height: 101px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .dynamic .div-left .videos:hover .player {
    position: absolute;
    top: 0;
    width: 296px;
    height: 101px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}

.mian-content .dynamic .div-left .see-more {
    color: #fff;
    background: #b8192f;
    border: none;
    padding: 3px 10px;
    margin-top: 10px;
    cursor: pointer;
}

.mian-content .dynamic .div-left .see-more:hover {
    background: #12356d;
    cursor: pointer;
}

.mian-content .dynamic .div-right {
    margin-top: 8px;
    width: 440px;
}

.mian-content .dynamic .div-right .head-time {
    float: left;
    width: 56px;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

.mian-content .dynamic .div-right .head-time p {
    height: auto;
}

.mian-content .dynamic .div-right .head-time span {
    font-size: 16px;
}

.mian-content .dynamic .div-right .content {
    float: left;
    width: 375px;
    text-align: left;
    margin-bottom: 10px;
}

.mian-content .dynamic .div-right .content span {
    font-size: 14px;
    color: #888;
    float: left;
    width: 365px;
    padding-left: 13px;
}

.mian-content .learning {
    border-top: 2px solid #b8192f;
    margin-bottom:15px;
    width: 395px;
}

.mian-content .learning .learning-content {
    margin-top: 7px;
}

.mian-content .learning .learning-content ul li {
    line-height: 24px;

}

.mian-content .special {
    width: 100%;
    /*height: 228px;*/
    margin: 15px 0 0 0;
}

.mian-content .special .left {
    float: left;
    width: 100px;
    height: 228px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-left: 2px solid #11356d;
    background: url("../img/special-pic.png") right bottom no-repeat;

}

.mian-content .special .right {
    float: left;
    width: 88%;
    height: 180px;
    border: 1px solid #dfdfdf;
    border-left: none;
    padding: 24px 18px 23px 21px;
}

.mian-content .special .right .divlist {
    float: left;
    margin-right: 15px;
}
.mian-content .special .right .div-right {
    float: left;
    margin:0;
    width:740px
}
.mian-content .special .right .div-right ul li {
    display:inline-block;
    margin-bottom: 3px;
    margin-right: 8px;
}
.mian-content .special .right div img {
    width: 237px;
    height: 82px;
}

.mian-content .special .right div img:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .special .right div .main {
    width: 298px;
    height: 179px;
}

.mian-content .special .right div .main:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .special .right div .main-videos {
    position: relative;
}

.mian-content .special .right div .main-videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 298px;
    height: 179px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .special .right div .main-videos:hover .player {
    position: absolute;
    top: 0;
    width: 298px;
    height: 179px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}

.mian-content .special .right div .videos {
    position: relative;
}

.mian-content .special .right div .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 237px;
    height: 82px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .special .right div .videos:hover .player {
    position: absolute;
    top: 0;
    width: 237px;
    height: 82px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}

.title {
    font-size: 16px;
    position: relative;
    top: 7px;
    color: #333;
    font-weight: bold;
}

.mian-content .more {
    float: right;
    font-size: 14px;
    color: #888888;
    position: relative;
    top: 8px;
    right: 2px;
}

.mian-content .linedown-more {
    font-size: 14px;
    color: #888888;
    position: relative;
    top: 12px;
}

.link-system {
    border-top: 4px solid #b8192f;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background: #f8f8f8;
}

.link-system ul {
    padding-left: 40px;
}

.link-system ul li {
    margin: 20px 25px 0 25px;
    display: inline-block;
}
.link-system ul li a{
    font-size:14px;
}
.link-system ul li:hover {
    color: #11356d;
    cursor: pointer;
}

.link-system ul li div {
    margin-left: 3px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
.link-system ul li.oa div {
    background: url(../img/OA.png) center no-repeat;
}

.link-system ul li.oa:hover div {
    background: url(../img/OA1.png) center no-repeat;
}

.link-system ul li.email div {
    background: url(../img/email.png) center no-repeat;
}

.link-system ul li.email:hover div {
    background: url(../img/email1.png) center no-repeat;
}

.link-system ul li.teach div {
    background: url(../img/teach.png) center no-repeat;
}

.link-system ul li.teach:hover div {
    background: url(../img/teach1.png) center no-repeat;
}

.link-system ul li.book div {
    background: url(../img/book.png) center no-repeat;
}

.link-system ul li.book:hover div {
    background: url(../img/book1.png) center no-repeat;
}

.link-system ul li.recruit div {
    background: url(../img/xxmh.png) center no-repeat;
}

.link-system ul li.recruit:hover div {
    background: url(../img/xxmh1.png) center no-repeat;
}

.link-system ul li.graduation div {
    background: url(../img/graduation.png) center no-repeat;
}

.link-system ul li.graduation:hover div {
    background: url(../img/graduation1.png) center no-repeat;
}

.link-system ul li.repair div {
    background: url(../img/repair.png) center no-repeat;
}

.link-system ul li.repair:hover div {
    background: url(../img/repair1.png) center no-repeat;
}

.link-system ul li.query div {
    background: url(../img/query.png) center no-repeat;
}

.link-system ul li.query:hover div {
    background: url(../img/query1.png) center no-repeat;
}

.link-system ul li.dean-email div {
    background: url(../img/dean-email.png) center no-repeat;
}

.link-system ul li.dean-email:hover div {
    background: url(../img/dean-email1.png) center no-repeat;
}

.link-system ul li.student-email div {
    background: url(../img/student-email.png) center no-repeat;
}

.link-system ul li.student-email:hover div {
    background: url(../img/student-email1.png) center no-repeat;
}
/*!*@media screen and (min-width: 1440px) and (max-width: 1920px) {*!*/
    /*!*.swiper-container {*!*/
        /*!*height: 500px;*!*/
    /*!*}*!*/


/*!*}*!*/

/*!*@media screen and (max-width: 1440px) {*!*/
    /*!*.mian-content p, .link-system ul li a,.mian-content .time{*!*/
        /*!*font-size: 12px;*!*/
    /*!*}*!*/
    /*!*.mian-content a{*!*/
        /*!*font-size: 14px;*!*/
    /*!*}*!*/
    /*body .mian-content{*/
        /*margin-bottom: 320px;*/
    /*}*/

    /*!*}*!*/
    /*.link-system ul li{*/
        /*margin: 20px 17px 0 17px;*/
    /*}*/
    /*.div-right ul li{*/
        /*display: inline-block;*/
    /*}*/
    /*.main-new .div-right ul li{*/
        /*width: 410px;*/
        /*line-height: 23px;*/
    /*}*/
    /*.mian-content,.header-top,.header,.sidebar .navigation{*/
        /*width: 1024px;*/
    /*}*/
    /*.swiper-container .swiper-slide .title{*/
        /*font-size: 24px;*/
        /*width: 370px;*/
    /*}*/
    /*.swiper-container .swiper-slide .noticepic{*/
        /*width: 900px;*/
        /*top:140px;*/
    /*}*/
    /*.swiper-container .swiper-slide .noticepic .lines{*/
        /*border-bottom: 4px solid #b8192f;*/
        /*width: 78px;*/
        /*margin-bottom: 4px;*/
    /*}*/
    /*.swiper-container .swiper-slide .noticepic .notic-text .mark{*/
        /*width: 400px;*/
        /*height: 102px;*/
    /*}*/
    /*.swiper-container .swiper-slide .noticepic .notic-text .content{*/
        /*padding: 5px 15px;*/
    /*}*/
    /*.swiper-container .swiper-slide .text{*/
        /*width: 370px;*/
        /*height: 40px;*/
    /*}*/
    /*.mian-content .main-new{*/
        /*width: 660px;*/
        /*overflow: hidden;*/
    /*}*/
    /*.div-left{*/
        /*width: 278px;*/
    /*}*/
    /*.mian-content .main-new .div-left img{*/
        /*width: 278px;*/
        /*height: 208px;*/
    /*}*/
    /*.mian-content .main-new .div-left .videos img{*/
        /*width: 278px;*/
        /*height: 208px;*/
    /*}*/
    /*.mian-content .main-new .div-left .videos:hover .videos-mask{*/
        /*width: 278px;*/
        /*height: 208px;*/
    /*}*/
    /*.mian-content .main-new .div-left .videos:hover .player{*/
        /*width: 278px;*/
        /*height: 208px;*/
    /*}*/
    /*.mian-content .main-new .div-right{*/
        /*width: 350px;*/
    /*}*/
    /*.mian-content .main-new .div-right .ul-out{*/
        /*width: 350px;*/
        /*height: 220px;*/
    /*}*/
    /*.mian-content .main-new .div-right .ul-out ul li{*/
        /*width: 345px;*/
    /*}*/
    /*.mian-content .main-new .div-right .ul-out ul{*/
        /*margin-top: 10px;*/
        /*height: 210px;*/
    /*}*/
    /*.mian-content .notice .notice-content ul li{*/
        /*line-height: 24px;*/
    /*}*/
    /*.mian-content .notice{*/
        /*width: 334px;*/
    /*}*/
    /*.mian-content .pic-new .pic-new-content ul li{*/
        /*width: 180px;*/
        /*margin-right: 30px;*/
    /*}*/
    /*.mian-content .pic-new .pic-new-content ul li img{*/
        /*width: 180px;*/
        /*height: 122px;*/
    /*}*/
    /*.mian-content .pic-new .videos:hover .player{*/
        /*width: 180px;*/
        /*height: 122px;*/
    /*}*/
    /*.mian-content .pic-new .videos:hover .videos-mask{*/
        /*width: 180px;*/
        /*height: 122px;*/
    /*}*/
    /*.mian-content .dynamic{*/
        /*width: 660px;*/
        /*overflow: hidden;*/
        /*margin-bottom: 0;*/
    /*}*/
    /*.mian-content .learning{*/
        /*width: 334px;*/
    /*}*/
    /*.mian-content .dynamic .div-left{*/
        /*width: 252px;*/
    /*}*/
    /*.mian-content .dynamic .div-left img{*/
        /*width: 252px;*/
        /*height: 155px;*/
    /*}*/
    /*.mian-content .dynamic .div-right{*/
        /*width: 375px;*/
    /*}*/
    /*.div-right ul li{*/
        /*line-height: 22px;*/
    /*}*/
    /*.div-right ul li a,.mian-content .dynamic .div-right .content span,.mian-content .dynamic .div-right .content{*/
        /*width: 305px;*/
    /*}*/
    /*.mian-content .special .left{*/
        /*width: 84px;*/
        /*height: 194px;*/
    /*}*/
    /*.mian-content .special .right{*/
        /*height: 154px;*/
        /*padding: 20px 17px 20px 17px;*/
    /*}*/
    /*.mian-content .special .right div .main{*/
        /*width: 254px;*/
        /*height: 153px;*/
    /*}*/
    /*.mian-content .special .right .div-right{*/
        /*width: 635px;*/
    /*}*/
    /*.mian-content .special .right .divlist{*/
        /*margin-right: 12px;*/
    /*}*/
    /*.mian-content .special .right div img{*/
        /*width: 202px;*/
        /*height: 72px;*/
    /*}*/
    /*.mian-content .pic-new{*/
        /*margin: 20px 0 50px 0;*/
    /*}*/

/*!*}*!*/
/*.swiper-slide ul {*/
    /*display: flex;*/
    /*justify-content: space-between;*/
/*}*/
/*@media screen and (min-width: 1920px) {*/

    /*}*/
/*}*/

/*通用头部样式*/
.top-div {
    width: 100%;
    height: 420px;
}

.div-header {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #cecece;
}

.div-header .title {
    font-size: 20px;
    font-weight: 800;
    color: #232323;
    padding-bottom: 10px;
    border-bottom: 3px solid #115ee1;
}

.div-header a{
    margin: 10px 0px;
}
.div-header a:hover {
    color: #115ee1;
}

ul,li {
    list-style: none;
}
.top-div .div-left {
    float: left;
    width: 700px;
    height: 350px;
    margin-top: 20px;
    position: relative;
}

.top-div .div-left .left-img .pjdt-img{
    background: url("../img/no-pic.png") center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.top-div .div-left .left-img .pjdt-img img{
    width: 100%;
    height: 350px;
}

.hide {
    display: none;
}

.top-div .div-right {
    float: right;
    width: 470px;
    height: 360px;
    margin-top: 10px;
}

ol, ul {
    list-style: none;
}
.top-div .div-right ul {
    height: 360px;
}
.top-div .div-right li {
    height: 89px;
    border-bottom: 1px solid #d6d6d6;
}
.top-div .div-right .head-time {
    float: left;
    width: 48px;
    padding-right: 10px;
    margin-top: 30px;
    height: 50px;
    border-right: 1px solid #d6d6d6;
    text-align: right;
    color: #888888;
    font-size: 16px;
}

.top-div .div-right .head-tim span {
    display: inline-block;
}

.top-div .div-right .content {
    float: right;
    margin-left: 10px;
    width: 400px;
    margin-top: 15px;
}

.top-div .div-right .content a {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
}
.top-div .div-right .content a:hover {
    color: #115ee1;
}


.top-div .div-right .content p {
    color: #888888;
    font-size: 14px;
    height: 45px;
    line-height: 23px;
    overflow: hidden;
}

.center-div {
    width: 100%;
    height: 260px;
    margin-top: 20px;
}

.center-div .div-left {
    float: left;
    width: 700px;
    height: 260px;
}
.center-div .div-right {
    float: right;
    width: 470px;
    height: 260px;
}

.center-div .div-left .notice-content {
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
}
.center-div .div-left .notice-conten span {
    color: #88888888;
    font-size: 12px;
}
.center-div .div-left .notice-content a:hover {
    color: #115ee1;
}
.center-div .div-left li {
    height: 35px;
}

.center-div .div-right .notice-content {
    margin-top: 10px;
}

.center-div .div-right li {
    background-color: #f8f8f8;
    height: 38px;
    margin-bottom: 4px;
    line-height: 38px;
}

.center-div .div-right li a {
    margin-left: 15px;
    color: #000000;
    font-size: 16px;
}

.center-div .div-right li span {
    margin-right: 15px;
    color: #88888888;
    font-size: 12px;
}
.center-div .div-right li:hover{
    background-color: #115ee1;
}

.center-div .div-right li:hover .ell{
    color: #fff;
}

.center-div .div-right li:hover .time {
    color: #fff;
}

.end-div {
    margin-top: 20px;
    width: 100%;
min-height: 200px;
}
.end-div li {
    float: left;
    width: 380px;
    height: 300px;
    margin-right: 30px;
}

.end-div li:last-child {
    margin-right: 0px;
}

.end-div .info .top-img{
    width: 100%;
    height: 200px;
}

.end-div .info .info-title {
    width: 100%;
    margin-top: 15px;
}

.end-div .info .info-title a:hover {
    color: #115ee1;
}

.end-div .info .info-title p{
    font-size: 14px;
    color: #888;
    max-height: 38px;
}

.friend-link {
    width: 100%;
    height: 180px;
    background-color: #f3f7ff;
}

.friend-header {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    /*text-align: center;*/
}

.friend-header .title {
    font-size: 20px;
    font-weight: 800;
    color: #232323;
    padding-bottom: 10px;
    border-bottom: 3px solid #115ee1;
}

.link-div {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    padding-top: 10px;
}

.link-div .swiper-container {
    width: 1200px;
    padding-top: 20px;
    height: 80px;
}

.link-div .swiper-container .swiper-slide{
    /*background: url("../img/no-pic.png") center -5px no-repeat;*/
}

.link-div .swiper-container .swiper-slide img {
    width: 95%;
    height: 100%;
}

.link-div .swiper-container .swiper-slide a {
    display: inline-block;
    height: 110px;
}

.link-div .swiper-container .swiper-slide:hover {
    position: relative;
    bottom: 20px;
}

.link-div {
    position: relative;
}

.link-div .prev {
    position: absolute;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url("template_files/2/_files/img/icon-left.png") center no-repeat;
    left: -20px;
    top: 50px;
}

.link-div .next {
    position: absolute;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url("template_files/2/_files/img/icon-right.png") center no-repeat;
    left: 1150px;
    top: 50px;
}
