.banner {
    height: 243px;
    background: no-repeat center center /cover;
    background-image: url(../images/banner.png);
}

/* @media screen and (max-width: 1100px) {
    .banner {
        margin-top: 80px;
    }
} */

/*分页*/

.pages {
    overflow: hidden;
    margin: 30px 0 50px;
}

.pages li {
    float: left;
    margin-right: 3px;
}

.pages li a {
    width: 42px;
    height: 42px;
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin:0 5px ;
    color: #c9c8c8;
    background-color: #fff;
}



.pages li.next a {
    background: url(../images/i-r1.png) no-repeat center center;
}

.pages li.prev:hover a {
    background: #003f88 url(../images/i-l1-on.png) no-repeat center center;
}

.pages li.next:hover a {
    background: #003f88 url(../images/i-r1-on.png) no-repeat center center;
}

.pages li:hover a,
.pages li.on a {
    background-color: #003f88;
    border-color: #003f88;
    color: #fff;
}
/* 位置 */
.position .weizhi {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #666666;
    background: no-repeat 5px center;
    background-size: 22px 20px;
    background-image: url(../images/position-icon.png);
    padding-left: 35px;
}

.position .weizhi>.li+.li:before {
    content: ">";
    padding: 0 5px;
}

/* 列表页 */
.list {
    width: 100%;
    margin-top: 20px;
}

.list .list-item {
    width: 100%;
    height: 120px;
    border-bottom: 1px dashed #d8d9db;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.list .list-item a {
    display: block;
    padding: 15px 0;
}

.list .list-item .content .date {
    height: 70px;
    width: 79px;
    border-right: 1px solid #d6d6d6;
    float: left;
    margin-top: 6px;
}

.list .list-item .content .date .d {
    color: #003f88;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.list .list-item .content .date .y {
    color: #999999;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.list .list-item .content .info {
    padding-left: 107px;
}

.list .list-item .content .info .title1 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list .list-item .content .info .dec {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.list .list-item .content .info .dec a {
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list .list-item:hover {
    background-color: #f6f6f6;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    transition: all 0.5s ease;
}

.list .list-item:hover .content .info .title1 {
    color: #003f88;

}

@media screen and (max-width: 1100px) {
    .list .list-item {
        height: 109px;
    }

    .list .list-item .content .date {
        height: 60px;
    }

    .list .list-item .content .date .d {
        font-size: 28px;
    }

    .list .list-item .content .info .title1 {
        font-size: 16px;
    }

    .list .list-item .content .info .dec {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .list .list-item .content .date {
        width: 70px;
    }

    .list .list-item .content .info {
        padding-left: 90px;
    }



}


/* 详情页 */
.article .article-title {
    text-align: center;
}

.article .article-title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    padding-top: 20px;
}

.article .article-title p {
    padding-top: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c3c3c3;
}

.article .article-title p span {
    font-size: 18px;
    color: #666666;
    margin-right: 20px;
}

.article .article-title p span:last-child {
    margin-right: 0;
}

.article .article-content {
    margin-top: 20px;
}

.article .article-content p {
    line-height: 2;
    font-size: 16px;
    color: #666666;
}

.article .article-content p img {
    max-width: 700px;
}

@media screen and (max-width:1430px) {
    .article .article-title h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .article .article-title p {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:1200px) {
    .article .article-title h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media screen and (max-width:1150px) {
    .article .article-content p img {
        max-width: 100%;

    }
}

@media screen and (max-width:1100px) {
    .article .article-title h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .article .article-title p span {
        font-size: 16px;
    }
}

@media screen and (max-width:500px) {
    .article .article-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* 图片列表页 */

.list-img {
    width: 100%;
}

.list-img .list-item {
    height: 216px;
    padding: 30px 0;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #e2e2e2;
    box-sizing: border-box;
}

.list-img .list-item>a {
    display: block;
    height: 100%;
}

.list-img .list-item:hover {
    padding-left: 10px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-img .list-item:hover .content h3 {
    color: #39549e;
}


.list-img .list-item .pic {
    float: left;
    width: 279px;
    height: 157px;
    overflow: hidden;

}

.list-img .list-item .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
}

.list-img .list-item .pic:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;

}

.list-img .list-item .content {
    margin-left: 280px;
    padding-left: 30px;
}

.list-img .list-item .content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-img .list-item .content .date,
.list-img .list-item .content p {
    font-size: 16px;
    color: #666;
}

.list-img .list-item .content .date {
    display: block;
    margin: 12px 0 10px;
    background: no-repeat left center;
    background-image: url(../images/time-icon.png);
    padding-left: 30px;
}

.list-img .list-item .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 2;
    color: #999999;
}

@media screen and (max-width: 1100px) {
    .list-img .list-item .content h3 {
        font-size: 16px;
    }

    .list-img .list-item .content .date {
        margin: 12px 0 10px
    }

    .list-img .list-item .content .date,
    .list-img .list-item .content p {
        font-size: 14px;
        color: #666;
    }

    .list-img .list-item .content p {
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    .list-img .list-item {
        height: auto;
        padding-right: 0;
    }

    .list-img .list-item .pic {
        float: none;
        width: 100%;
        height: auto;
    }

    .list-img .list-item .content {
        margin-left: 0;
        padding: 20px;
        padding-bottom: 0;
    }

}

/* 文化 */
.list-culture {}

.list-culture .culture-item {
    float: left;
    width: 48%;
    height: 207px;
    margin-right: 4%;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.list-culture .culture-item:nth-child(2n) {
    margin-right: 0;
}

.list-culture .culture-item a {
    display: block;
    height: 100%;
    padding: 30px 25px;
    box-sizing: border-box;
}

.list-culture .culture-item .date {
    float: left;
    width: 77px;
    text-align: center;
}

.list-culture .culture-item .date .month {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
}

.list-culture .culture-item .date .day {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #003f88;
}

.list-culture .culture-item .date .jiangzuo {
    display: block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #003f88;
    margin-top: 15px;
    border-radius: 15px;
    border: 1px solid #003f88;
}

.list-culture .culture-item .content {
    margin-left: 105px;
    box-sizing: border-box;
}

.list-culture .culture-item .content h3 {
    margin-bottom: 14px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.list-culture .culture-item .content p {
    line-height: 32px;
    padding-left: 32px;
    font-size: 14px;
    color: #666666;
    background: no-repeat left 3px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.list-culture .culture-item .content .person {
    background-image: url(../images/person-icon.png);
    background-position: 3px 6px;
}

.list-culture .culture-item .content .time {
    background-image: url(../images/time-icon.png);
}

.list-culture .culture-item .content .address {
    background-image: url(../images/address-icon.png);
}

.list-culture .culture-item:hover {
    background-color: #003f88;
}

.list-culture .culture-item:hover a,
.list-culture .culture-item:hover .content p,
.list-culture .culture-item:hover .date .day {
    color: #fff;
}

.list-culture .culture-item:hover .date .jiangzuo {
    color: #fff;
    border: 1px solid #fff;
}

.list-culture .culture-item:hover .content .person {
    background-image: url(../images/person-icon-hover.png);
}

.list-culture .culture-item:hover .content .time {
    background-image: url(../images/time-icon-hover.png);
}

.list-culture .culture-item:hover .content .address {
    background-image: url(../images/address-icon-hover.png);
}

@media screen and (max-width:1200px) {
    .list-culture .culture-item {
        width: 48.5%;
        margin-right: 3%;
    }

}
@media screen and (max-width:1100px) {
    .list-culture .culture-item .content h3{
        font-size: 16px;
    }
    .list-culture .culture-item .content{
        margin-left: 90px;
    }
    .list-culture .culture-item .date .day{
        font-size: 32px;
    }
    .list-culture .culture-item .date .jiangzuo{
        width: 70px;
        height: 28px;
        line-height: 28px;
    }
    .list-culture .culture-item{
        height: 197px;

    }
    .list-culture .culture-item a {
        padding: 25px 18px;
    }
}
@media screen and (max-width:1024px) {
    .list-culture .culture-item {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width:950px) {
    .list-culture .culture-item {
        width: 48.5%;
        margin-right: 3%;
    }
    .list-culture .culture-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:700px) {
    .list-culture .culture-item {
        width: 100%;
        margin-right: 0;
    }
}
/* 课题组介绍 */


.list-intro .list-item {
    float: left;
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    overflow: hidden;
}

.list-intro .list-item .pic {
    float: left;
    width: 185px;
    height: 100%;
}

.list-intro .list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-intro .list-item .content {
    padding-left: 210px;
    height: 100%;
    background-color: #f8f8f8;
    padding-right: 15px;

}

.list-intro .list-item .content .name {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
}

.list-intro .list-item .content .info {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

@media screen and (max-width:1100px) {
    .list-intro .list-item {
        height: 230px;
    }
    .list-intro .list-item .pic {
        width: 180px;
    }
    .list-intro .list-item .content .name{
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .list-intro .list-item .content .info{
        font-size: 14px;
        margin-top: 15px;
    }
}
@media screen and (max-width:500px) {
    .list-intro .list-item{
        height: auto;
        background-color: #f8f8f8;
        padding: 20px 15px;

    }
    .list-intro .list-item .pic {
        float: none;
        margin: 0 auto;
    }
    .list-intro .list-item .content{
        padding-left: 0;
    }

}


/* 教师列表页 */

.list-teachers {
    width: 100%;
}

.list-teachers .list-item {
    padding: 5px 4px;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
   
}

.list-teachers .list-item .pic {
    float: left;
    width: 155px;
    height: 198px;
}

.list-teachers .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*教师信息*/
.list-teachers .list-item .info {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0 0 180px;
}
.list-teachers .list-item .info .keywords{
    margin-bottom: 5px;
}
.list-teachers h3 {
    display: inline-block;
    font-size: 18px;
    color: #003f88;
    padding-bottom: 5px;
}

.list-teachers .info p {
    font-size: 16px;
    line-height: 36px;
    word-break: break-all;
}

.list-teachers .info .over {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list-teachers .info p .home {
    color: #003f88;
    text-decoration: underline;
}
.list-teachers .list-item:hover {
    background-color: #f8f8f8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.list-teachers .list-item:hover h3{
    font-weight: bold;
}
@media screen and (max-width:1100px) {
    .list-teachers .list-item .pic {
        float: left;
        width: 140px;
        height: 179px;
    }
    .list-teachers .info p {
        font-size: 14px;
        line-height: 30px;
        word-break: break-all;
    }
    .list-teachers .list-item .info {
        padding: 5px 0 0 170px;
    }
}

@media screen and (max-width:500px) {
    .list-teachers .list-item {
        padding: 20px 15px;
    }
    .list-teachers .list-item .pic {
        float: unset;
        margin: 0 auto;
    }

    .list-teachers .list-item .info {
        padding-left: 0;
    }
}

