/*轮播图*/
.slider{
    position: relative;
    margin-top: 100px;
}
.carousel-control img{
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

/*主体内容*/
.title{
    padding: 30px 0;
    text-align: center;
}
.title h3 a{
    color: #910000;
    font-size: 30px;
}

/*中心新闻*/
.news{
    padding: 25px 35px;
    background-color: #fff;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd li>a{
    display: block;
    height: 480px;
    overflow: hidden;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 100%;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: rgba(0,0,0,.5);
}
.albumBox .bd li p a{
    color: #fff;
}
.albumBox .bd li p a:hover{
    color: orangered;
}

.news-list{
    padding-left: 35px;
    font-size: 14px;
}
.news-list li{
    height: 139px;
    margin-bottom: 30px;
}
.news-list li>a{
    float: left;
    width: 199px;
    height: 139px;
    overflow: hidden;
}
.news-list li img{
    width: 100%;
    min-height: 100%;
}
.news-list li img:hover{
    transform: scale(1.1);
}
.news-list li div{
    margin-left: 225px;
}
.news-list li h3{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
}
.news-list li a{
    font-weight: bold;
}
.news-list li p{
    margin-top: 14px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

a.more{
    float: right;
    margin-top: 30px;
    color: #fff;
    padding: 5px 20px;
    background-color: #F0AD4D;
    border-radius: 25px;
}
a.more:hover{
    background-color: #910000;
}

.banner{
    padding: 40px 0;
    background-color: #EFEFEF;
}

/*通知*/
.notice{
    height: 610px;
    padding: 40px 0 30px;
    margin-bottom: 40px;
    background-color: #fff;
}
.notice>div{
    padding: 0 70px;
}
.notice>div:nth-child(2){
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
}
.headline{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #B0B0B0;
}
.headline:after{
    content: '';
    display: block;
    clear: both;
}
.headline h2{
    color: #910000;
    font-size: 24px;
    /*font-weight: bold;*/
    position: relative;
}
.headline h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 150px;
    height: 3px;
    background-color: #910000;
}
.headline .rt{
    color: #910000;
    font-size: 20px;
    font-weight: bold;
}
.notice .intro{
    height: 400px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
}
.notice-list{
    height: 400px;
    padding-top: 15px;
}
.notice-list li{
    height: 68px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
}
.notice-list li div{
    float: left;
    width: 66px;
    height: 66px;
    color: #990000;
    font-size: 12px;
    text-align: center;
    border: 1px solid #990000;
}
.notice-list li div p{
    font-size: 26px;
}
.notice-list li>p{
    margin-left: 88px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 3px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*友情链接*/
.links{
    margin-bottom: 50px;
}
.links h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.links ul li{
    display: inline-block;
    margin: 10px 20px 0 0;
    font-size: 14px;
}

@media screen and (max-width: 1440px){

    .news {
        padding: 25px 15px;
    }
    .news>div{
        width: 50%;
    }
    .news-list{
        padding-left: 0;
    }
    .notice>div{
        padding: 0 30px;
    }
    .headline h2{
        /*font-size: 30px;*/
    }
    .headline h2:after{
        /*bottom: -23px;*/
    }

}

@media screen and (max-width: 768px){

    .title h3 a{
        font-size: 30px;
    }
    .title h5{
        font-size: 16px;
    }
    .news{
        padding: 0 0 25px 0 ;
    }
    .news>div{
        width: 100%;
    }
    .news>div:first-child{
        padding: 0;
    }
    .albumBox .bd li>a{
        height: 240px;
    }
    .news-list{
        font-size: 16px;
    }
    .news-list li{
        margin-top: 15px;
    }
    a.more{
        margin-top: 20px;
        font-size: 12px;
    }
    .headline{
        margin-bottom: 15px;
    }
    .headline h2{
        font-size: 24px;
    }
    .headline h2:after{
        bottom: -13px;
    }
    .headline span{
        font-size: 16px;
    }
    .headline .rt{
        margin-top: 3px;
        font-size: 16px;
    }
    .notice{
        height: auto;
        padding: 25px 0;
        margin-bottom: 30px;
    }
    .notice>div{
        padding: 0 20px;
    }
    .notice>div::after{
        content: '';
        display: block;
        clear: both;
    }
    .notice>div:nth-child(2){
        margin: 25px 0;
        border: none;
    }
    .notice .intro {
        height: 300px;
        line-height: 30px;
        font-size: 16px;
    }
    .notice-list{
        height: 300px;
    }
    .notice>div>ul{
        min-height: 180px;
    }
    .notice>div>ul>li{
        line-height: 30px;
        font-size: 16px;
    }
    .activity{
        height: auto;
        margin-bottom: 10px;
    }
    .activity .media-left img{
        width: 150px;
        height: 100px;
    }
    .activity .media-heading {
        height: 50px;
        line-height: 25px;
        margin: 0 0 10px;
        font-size: 16px;
    }
    .activity .media-body p{
        height: 40px;
        line-height: 20px;
        font-size: 12px;
    }

    .links{
        margin-bottom: 30px;
        overflow: hidden;
    }
    .links ul li{
        float: left;
        width: 50%;
        margin: 8px 0 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
    }
    .links ul li:nth-child(odd){
        padding-right: 10px;
    }

    .banner{
        padding: 20px 0;
        background-color: #EFEFEF;
    }
    .banner img{
        min-height: 60px;
    }
}