/* 头部开始 */
body{
    background: #F4F4F7;
}

.slidebg {
    height: 450px;
    width: 100%;
}
.top{
    position: relative;
}
.navrdh{
 background: #D7D7D7;
 padding: 10px 0;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a{
	color: #0000008c ;
}
.nav > li > a{
    padding: 10px 22px;
	
}
.navbar-header{
    padding-left: 0px;
}
.navbar-nav{
     margin-left: 100px;
}
.navbar-nav> li{
    position: relative;
    font-size: 17px;
	
}
.navbar-nav> li>a:hover{
    color: #1884A4 !important;
}
.navbar-nav> li>a:hover p{
    left: 45%;
    width: 20%;
}
.navbar-nav> li>a>p{
    display: block;
    background: #205BD4;
    position: absolute;
    bottom: -11px;
    height: 2px;
    width: 0;
    left: 30%;
    transition: all .3s ease-out;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background-color: #D7D7D7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background-color: #D7D7D7;
}
#example-navbar-collapse{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 0px;
    border: 0;
}
.soso{
    float: right;
    margin-right: 50px;
}
.soso ul{
    list-style: none;
    display: flex;
    margin: 13px 0;
    font-size: 16px;
}
.soso ul>li.img{
    position: relative;
    margin-right: 20px;
    height: 16px;
    cursor: pointer;
    padding-right: 30px;
}
.soso ul>li.img>span{
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    width: 1px;
    background: #CCCCCC;
    height: 100%;
}
.soso ul>li.img>img{
    width: 100%;
    height: 100%;
}
.soso ul>li>a{
    color: #555555;
}
.mian-scrahe{
    padding: 10px 0;
    text-align: right;
}
#searchKeyword{
    padding-bottom: 5px;
border-bottom: 1px solid #A7A6AB ;

}
#searchOk{
    width: 40px;
    height: 40px;
    background: url('../images/soso.png') no-repeat;
    background-position-x: center;
background-position-y: center;
}
@media (max-width: 414px) {
	/******iphone X 7 8******/
    .slidebg {
        height: 250px;
        width: 100%;
    }
    .navbar-header{
        padding-left: 0px;
    }
}

@media (max-width: 375px) {

	/******iphone X 7 8******/


}

@media (max-width: 320px) {

	/******iphone 5/SE******/

}

/* 头部结束 */



/*通知公告开始*/
.tzgg{
    padding: 20px 0;
}
.tzgg>.container>.row>.col-md-6:nth-child(1){
    width: 543px !important;
    padding-right: 8px;
}
.tzgg>.container>.row>.col-md-6:nth-child(2){
    width: 620px !important;
    padding-left: 8px !important;
}
.tzgg-left{
    display: flex;
    padding-top: 40px;
    padding-left: 38px;
    padding-bottom: 40px;
    padding-right: 10px;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF url("../images/tzggbg.png") no-repeat;
    background-position-y: center;
    background-position-x: -40px;
}
.tzgg-left>.list{
    width: 300px;
    height: 360px;
    overflow-y: auto;
    padding-right:60px ;
}
.tzgg-left>.list>ul{
    list-style: none;
    padding-left: 0px;
}
.tzgg-left>.list>ul>li{
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #AAAAAA;
}
.tzgg-left > .list > ul > li:hover .title{
   color: red;
}
.tzgg-left>.list>ul>li:last-child{
    border-bottom:0;
}
.tzgg-left>.list>ul>li>a{
    text-decoration: none;
}
.tzgg-left>.list>ul>li>a>.title{
    color: #4C4C4C;
}
.tzgg-left>.list>ul>li>a>.day{
    margin-top: 5px;
    color: #BFBFBF;
}
.tzgg-left>.title>.top{
    font-size: 24px;
}
.tzgg-left>.title>.bottom{
    font-size: 14px;
    color: #a6a6a6;
}
.linear-bg{
    background: linear-gradient(to right ,#59D130, #62ACE9);
    height: 7px;
    position:absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.tzgg-left>.more{
    background: url("../images/tzggmor.png") no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    bottom: 10%;
    position:absolute;
}
.tzgg-left>.more>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}




.tzgg-right{
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
    padding-left: 38px;
    padding-bottom: 37px;
    padding-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.tzgg-right>.linear-bg{
    background: linear-gradient(to right ,#AE71A0, #99D9EB);
}
.tzgg-right-left>.title>.top{
    font-size: 24px;
}
.tzgg-right-left>.title>.bottom{
    font-size: 14px;
    color: #a6a6a6;
}
.tzgg-right-left{
    width: 50%;
    padding-right: 50px;
    background: url("../images/leftbgimg.png") no-repeat;
    background-position-x: right;
}
.tzgg-right-left>.mian{
    margin-top: 20px;
}
.tzgg-right-left>.mian>a{
    text-decoration: none;
}
.tzgg-right-left>.mian>a>img{
    width: 100%;
    height:145px ;
}
.xbxw-left-mian{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.xbxw-left-mian-left>.day{
    color: #4CA6CC;
    font-size: 30px;
}
.xbxw-left-mian-left>.mosday{
    color: #B3B3B3;
    font-size: 10px;
}
.xbxw-left-mian-right{
    width: 75%;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
}

.tzgg-right-right>.title{
    text-align: right;
    margin-bottom: 20px;
    padding-right: 40px;
}
.tzgg-right-right>.bottom>ul{
    list-style: none;
    padding-left: 0;
    margin-right: 30px;
}
.tzgg-right-right>.bottom>ul>li>a{
    color: #474747;
    text-decoration: none;
}
.tzgg-right-right>.bottom>ul>li>a:hover{
    color: red;
}
.tzgg-right-right>.bottom>ul>li{
    margin-bottom: 13px;
}

@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1100px){


}
@media screen and (max-width: 1000px){

}

@media screen and (max-width: 900px){
}
@media screen and (max-width: 800px){
}

@media screen and (max-width: 700px){

}
@media (max-width: 414px) {
    /******iphone X 7 8******/
    .tzgg>.container>.row>.col-md-6:nth-child(1){
        width: 100% !important;
        padding-right: 15px;
    }
    .tzgg>.container>.row>.col-md-6:nth-child(2) {
        width: 100% !important;
        padding-left: 15PX !important;
    }
    .tzgg-left{
        padding-top: 10px;
        padding-left: 10px;
        background-position-x: -80px;
    }
    .tzgg-left>.list{
        width: 250px;
        padding-right: 10px;
    }
    .tzgg-right-left{
        width: 100%;
    }
    .tzgg-right{
        margin-top: 20px;
        padding-top: 10px;
        padding-left: 10px;
        display: block;
    }

}

@media (max-width: 375px) {

    /******iphone X 7 8******/


}

@media (max-width: 320px) {

    /******iphone 5/SE******/

}
/*通知公告结束*/

/*学术讲座开始*/
.xsjz{
    padding-top: 20px;
    padding-bottom: 70px;
}
.xsjz>.container>.mian>.row>.col-md-6:nth-child(1){
    width: 543px;
    padding-right: 8px;
}
.xsjz>.container>.mian>.row>.col-md-6:nth-child(2){
    width: 620px;
    padding-left: 8px;
}
.xsjz>.container>.mian{
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.xsjz-left{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    padding-right: 60px;
    background: url("../images/xsjzleftbg.png") no-repeat;
    background-position-y: center;
    background-position-x: 30px;
}
.xsjz-left>.title>.top{
    font-size: 24px;
}
.xsjz-left>.title>.bottom{
    font-size: 14px;
    color: #a6a6a6;
}
.xsjz-left > .more {
    background: url("../images/tzggmor.png") no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    bottom: 10%;
    position: absolute;
}
.xsjz-left > .more > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mian>.linear-bg{
    background: linear-gradient(to right ,#CFDBE1, #CFDBE1);
}
.xsjz-right{
    padding-top: 40px;
    padding-right: 10px;
}
.xsjz-right>#xsjzitem{
    width: 243px;
    height: 342px;
}
.xsjz-right>#xsjzitem img{
    width: 243px;
    height: 342px;
}
#xsjzswper{
    width: 243px;
    height: 342px;
    overflow: hidden;
}
.xsjz-right-item{
    float: left;
    width: 280px;
    background: #F8F8F8;
    margin-bottom: 15px;
    padding: 15px;

}
.xsjz-right-item:hover{
    background: #FFFFFF;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 20px #bbbbbb;
    transition: all .5s ease-out;
}
.xsjz-right-item:nth-child(2){
    margin-left: 15px;
}
.xsjz-right-item:nth-child(4){
    margin-left: 15px;
}
.xsjz-right-item>a{
    text-decoration: none;
}
.xsjz-right-item>a>.top{
    display: flex;
    justify-content: space-between;
}
.xsjz-right-item>a>.top .day{
    color: #292929;
    font-size: 28px;
    font-weight: 800;
}
.xsjz-right-item>a>.top .mosday{
    color: #292929;
    font-size: 8px;
    font-weight: 800;
}
.xsjz-right-item>a>.top>.cont{
    width: 65%;
    color: #292929;
    padding-top: 8px;
    font-size: 16px;
}
.xsjz-right-item>a>.top{
    padding-bottom: 60px;
    border-bottom: 1px solid #F1F1F1;
}
.xsjz-right-item>a>.bottom{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.xsjz-right-item>a>.bottom>.img{
   width: 20px;
    height: 20px;
    background: url("../images/plus2.png") no-repeat;
    background-position-y: center;
}
.xsjz-right-item>a>.bottom>.left{
    color: #878787;
}
.action > a > .bottom>.left{
    color: #40A4B7 !important;
}
.action >a>.bottom>.img{
    background: url("../images/plus.png") no-repeat;
}

@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1100px){


}
@media screen and (max-width: 1000px){

}

@media screen and (max-width: 900px){
}
@media screen and (max-width: 800px){
}

@media screen and (max-width: 700px){

}
@media (max-width: 414px) {
    /******iphone X 7 8******/
    .xsjz>.container>.mian>.row>.col-md-6:nth-child(1){
        width: 100% !important;
    }
    .xsjz>.container>.mian>.row>.col-md-6:nth-child(2){
        width: 100%;
    }
    .xsjz-left{
        display: flex;
        justify-content: space-between;
        padding: 10px;
        padding-right: 10px;
        background: url("../images/xsjzleftbg.png") no-repeat;
        background-position-y: center;
        background-position-x: 30px;
    }
    .xsjz-right-item{
        width: 100%;
        float:inherit;
    }
    .xsjz-right{
        padding-left: 15px;
        padding-bottom: 30px;
    }
    .xsjz-right-item:nth-child(2){
        margin: 0;
        margin-bottom: 15px;
    }
    .xsjz-right-item:nth-child(3){
        margin: 0;
        margin-bottom: 15px;
    }
    .xsjz-right-item:nth-child(4){
        margin: 0;
    }
}

@media (max-width: 375px) {

    /******iphone X 7 8******/


}

@media (max-width: 320px) {

    /******iphone 5/SE******/

}
/*学术讲座结束*/


/*优秀作品开始*/
.yxzp{
    background: url("../images/yxzpbg.png") no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
    padding: 40px 0;
}
.yxzp>.container>.mian>.top>.title>.top{
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;

}
.yxzp>.container>.mian>.top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.yxzp>.container>.mian>.top>.title>.bottom{
    font-size: 14px;
    margin-top: 15px;
    color: #FFFFFF;

}
.yxzp>.container>.mian>.top>.right{
    width: 60%;
    margin-right: 50px;
}
.yxzp>.container>.mian>.top>.right>ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}
.yxzp>.container>.mian>.top>.right>ul>li>a{
    color: #FFFFFF;
    font-size: 20px;
}
.yxzp-item.action a{
    text-decoration: none;
}
.yxzp-item.action{
    border-bottom: 4px solid #FFFFFF;
    padding-bottom: 10px;
    font-weight: 800;
}
.yxzp>.container>.mian>.bottom{
    margin-bottom: 30px;
}
.swiper-slide>a{
    text-decoration: none;

}
.swiper-slide>a>.pian{
    background: #FFFFFF;
    width: 270px;

}
.swiper-slide>a>.pian>div>img{
    width: 100%;
    height: 190px;
}
.pian-bottom{
    padding: 10px 15px;
    font-size: 18px;
    color: #141414;
}
.pian-bottom-right{
    text-align: right;
}
.swiper-wrapper .swiper-slide{
    width: 220px;
    margin-right: 70px;
}

@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1100px){


}
@media screen and (max-width: 1000px){

}

@media screen and (max-width: 900px){
}
@media screen and (max-width: 800px){
}

@media screen and (max-width: 700px){

}
@media (max-width: 414px) {
    /******iphone X 7 8******/
    .yxzp{
        min-height: 300px;
    }
    .yxzp>.container>.mian>.top>.title>.top{
        font-size: 10px;
    }
    .yxzp>.container>.mian>.top>.right{
        width: 80%;
        margin-right: 0;
    }
    .yxzp>.container>.mian>.top>.right>ul>li>a{
        font-size: 12px;
    }
    .yxzp>.container>.mian>.bottom{
        width: 280px;
        margin: 0 auto;
    }
}

@media (max-width: 375px) {

    /******iphone X 7 8******/


}

@media (max-width: 320px) {

    /******iphone 5/SE******/

}
/*优秀作品结束*/


/*尾部开始*/
.foot{
    background: #424049;
    padding: 20px 0;
}
.foot>.container>.mid>.title{
    font-size: 18px;
    color: #FFFFFF;
}
.foot>.container>.mid>.link a{
    color: #FFFFFF;
    text-decoration: none;
}
.foot>.container>.top{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.foot>.container>.top>.imgitems{
    padding-top: 10px;
}
.foot>.container>.top>.imgitems>img{
    margin-right: 20px;
}
.foot>.container>.bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
}
.foot>.container>.bottom>.bq{
    color: #999898;
}
.foot>.container>.bottom>div>ul{
    list-style: none;
    display: flex;
    padding-left: 0;
}
.foot>.container>.bottom>div>ul>li{
    margin-right: 10px;
}
.foot>.container>.bottom>div>ul>li>a{
    color: #FFFFFF;
}

@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1100px){


}
@media screen and (max-width: 1000px){

}

@media screen and (max-width: 900px){
}
@media screen and (max-width: 800px){
}

@media screen and (max-width: 700px){

}
@media (max-width: 414px) {
    /******iphone X 7 8******/
    .foot>.container>.top{
        margin-top: 10px;
    }
    .foot>.container>.bottom{
        display: inherit;
        margin-top: 20px;
    }
    .foot>.container>.bottom>div>ul>li{
        margin-right: 0;
    }
    .foot>.container>.bottom>div>ul>li>a{
        font-size: 12px;
        margin-right: 5px;
    }
}

@media (max-width: 375px) {

    /******iphone X 7 8******/


}

@media (max-width: 320px) {

    /******iphone 5/SE******/

}
/*尾部结束*/






.layer {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layer.showdiv {
    opacity: 1;
    visibility: visible;
}



.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
    justify-content: center;
}

.layer .close {
    font-size: 60px;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.layer .search_box form .kw {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;
    -ms-flex: 1;
    flex: 1;
    width: 300px;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}
.layer .search_box form .ok {
    background: #54A1C4;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

input, textarea, select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1100px){

}
@media screen and (max-width: 1000px){

}

@media screen and (max-width: 900px){

}
@media screen and (max-width: 800px){
}

@media screen and (max-width: 700px){

}
@media (max-width: 414px) {
    .layer .close {
        font-size: 20px;;
    }
    .layer .search_box form .kw {
        width: 300px;

    }
    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 100%;
        /* display: -ms-flexbox; */
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
        margin-top: -100px;
        padding-left: 10px;
    }
    .layer .search_box form .ok {

        width: 80px;

    }
    .layer .close {
        right: 10px;

    }
}
@media (max-width: 375px) {

    /******iphone X 7 8******/
    .layer .search_box form .kw {
        width: 270px;

    }

}

@media (max-width: 320px) {

    /******iphone 5/SE******/
    .layer .search_box form .kw {
        width: 220px;

    }

}

