/* 栏目标题 */
.common-title{
    border-bottom: 1px solid #dcdcdc;
}
.common-title p{
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 600;
    display: inline-block;
    line-height: 60px;
    padding-top: 10px;
}
.common-title>span{
    display: inline-block;
    font-size: 14px;
    color: #888888;
    margin-left: 10px;
    text-transform: uppercase;
}
.common-title a{
    float: right;
    font-size: 14px;
    color: #0068b7;
    margin-top: 35px;
}
.common-title a>span{
    color: #ff8a0c;
}
/* 新闻滚动图片 */
.news{
    position: absolute;
    right: 0;
    top: 0;
    width: 445px;
    text-align: justify;
}
.news-pic-wrapper{
    padding: 20px 0;
    box-sizing: content-box;
    float: left;
    width: 100%;
}
.news-pic-wrapper .bd{
    /* position: absolute; */
}
.news-pic-wrapper a{
    display: block;
    position: relative;
}
.news-pic-wrapper a>img{
    width: 280px;
    height: 180px;
}

.news-pic-wrapper .hd{
    background: url(../d-img/rgba.png);
    position: absolute;
    bottom: 20px;
    width: 280px;
    left: 0;
    text-align: right;
    padding:6px 0;
}
.news-pic-wrapper .hd ul li{
    background: #b5b5b5;
    color: #fff;
    line-height: 17px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    cursor: pointer;
}
.news-pic-wrapper .hd ul .on{
    background: #ff8a0c;
}
.news-right{
    width: 330px;
    float: right;
}
.news p{
    font-size: 18px;
    color: #0154a6;
    font-weight: 600;
    line-height: 40px;
}
.news span{
    font-size: 14px;
    color: #878787;
    display: block;
    text-indent: 2em;
    line-height: 22px;
    margin-top: 15px;
}
.news>i{
    display: block;
    font-size: 14px;
    color: #0955b5;
    /* text-indent: 2rem; */
    margin-top: 10px;
}
.news span>i{
    color: #0068b7;
}
/* 文字列表 */
.news-list{
    padding-top: 20px;
    border-top: 1px solid #efeff1;
}
.news-list ul li{margin-bottom: 10px;}
.news-list ul li a{
    color: #3f3f3f;
    padding-left: 15px;
    position: relative;
}
.news-list ul li:hover a{
    color: #0068b7;
}
.news-list ul li a:after{
    width: 4px;
    height: 4px;
    background: #3285ff;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}
.news-list ul li span{
    font-size: 14px;
    color: #7f8699;
}
/* 通知公告 */
.notic-wrap{
    
}
.notic-wrap ul li {
    padding: 11px 10px;
    border-bottom: 1px dotted #7d7d7d;
    transition: all .3s;
}
.notic-wrap ul li:hover{
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    box-shadow:  0 2px 10px #ccc;
}
.notic-wrap ul li a{
    width: 86%;
    margin-top: 5px;
}
.notic-wrap ul li:hover a{
    color: #0068b7;
}
.notic-wrap ul li div{
    width: 60px;
}
.notic-wrap ul li div p{
    background-color: #0068b7;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 19px;
}
.notic-wrap ul li div span{
    background-color: #7ecef4;
    font-size: 20px;
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    line-height: 40px;
}

/* 热点新闻 */
.hot-news {
    margin: 35px 0;
}
.hot-news ul li{
    width: 213px;
}
.hot-news ul li a{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 178px;
    height: 117px;
}
.hot-news ul li p{
    color: #fff;
    font-size: 12px;
    background: url(../d-img/rgba.png);
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px;
}
.hot-news ul li img{
    width: 178px;
    height: 117px;
}
.hot-news .prev{
    width: 30px;
    height: 60px;
    background: url(../d-img/prev.png) no-repeat right center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -22px;
}
.hot-news .next{
    width: 30px;
    height: 60px;
    background: url(../d-img/next.png) no-repeat right center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
}

/* 人才培养 学术活动 */
.main2{
    background: url(../d-img/main2-bg.png) no-repeat center top;
}
/* 人才培养 */
.rcpy .hd{
    position: absolute;
    left: 120px;
    top: 30px;
}
.rcpy .hd ul li{
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}
.rcpy .hd ul .on{
    color: #0068b7;
}
/* 学术活动 */
.main2-ul ul{
    position: relative;
}
.main2-ul ul .common-title{
    position: absolute;
    right: 0;
    top: -65px;
    border: none;
}
.main2-ul ul .common-title a{
    margin: 0;
}
.main2-ul ul li {
    margin:30px 0;
}
.main2-ul ul li:hover span{
    background: url(../d-img/xs-ico.png) no-repeat center;
    background-color: #ff8a0c;
}
.main2-ul ul li span{
    transition: all .3s;
    display: inline-block;
    background: url(../d-img/xs-ico.png) no-repeat center;
    background-color: #0068b7;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
}
.main2-ul ul li a{
    margin-left: 20px;
    display: inline-block;
    width: 500px;
    vertical-align: top;
    font-size: 15px;
    color: #474747;
}
/* 友情链接 */
.links {
    padding-left: 15px;
    margin: 35px 0;
}
.links ul li{
    width: 250px;
    text-align: center;
}
.links ul li a{
    display: inline-block;
    margin: 0 auto;
}
.links ul li img{
    width: 221px;
    height: 136px;
}
.links .prev{
    width: 20px;
    height: 40px;
    background: url(../d-img/link-prev.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.links .next{
    width: 20px;
    height: 40px;
    background: url(../d-img/link-next.png) no-repeat center center;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -20px;
}
.main3{
    background: url(../d-img/main3-bg.png) no-repeat center center;
}

/* 科研进展 */
.kyjz ul li{
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.kyjz ul li a{
    color: #5e5e5e;
    line-height: 28px;
}
.kyjz ul li:hover a{
    color: #0154a6;
}
.kyjz ul li span{
    display: block;
    padding-left: 20px;
    background: url(../d-img/clock.png) no-repeat center left;
    color: #929393;
}
/* 学生工作 */
.xsgz{

}
.xsgz ul li{
    margin: 23px 0;
}
.xsgz ul li div{
    width: 191px;
    height: 137px;
}
.xsgz ul li div img{
    width: 100%;
    height: 100%;
}
.xsgz ul li a{
    width: 67%;
    display: block;
}
.xsgz ul li:hover a p{
    color: #0068b7;
}
.xsgz ul li a p{
    color: #242424;
}
.xsgz ul li a span{
    color: #a3a3a3;
    font-size: 14px;
    display: block;
    line-height: 23px;
    text-indent: 2em;
    margin-top: 20px;
}
.xsgz ul li a i{
    display: block;
    color: #a3a3a3;
}






