@charset "utf-8";
.banner {
    width: 100%;
    background: url("../images/channel.png") center no-repeat;
    height: 480px;
}

.banner img {
    width: 100%;
}

.banner h1{
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    padding-top: 180px;
    font-size: 34px;
    font-weight: 500;
}
.banner p{
    text-align: center;
    font-size: 16px;
    padding: 0px 35%;
    margin-top: 14px;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 0.5;
    letter-spacing: 0.08em;
}



.informationlist {
    width: 100%;
    padding: 20px 0;
}

.informationitem {
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    padding: 28px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.informationimg {
    width: 248px;
    height: 165px;
}

.informationimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.informationcontent {
    flex: 1;
    width: 0;
    margin-left: 20px;
}

.informationtitle {
    width: 100%;
    font-size: 18px;
    color: #333333;
    padding-top: 10px;
}

.informationtime {
    width: 100%;
    font-size: 12px;
    color: #969696;
    padding: 10px 0;
}

.informationtex {
    width: 100%;
    font-size: 14px;
    color: #646464;
    line-height: 23px;
}

.informationbtn {
    width: 100%;
    padding-top: 20px;
}

.informationbtn a {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #666666;
}

.informationitem:hover .informationcontent .informationtitle {
    color: #1e50ae;
}

.informationitem:hover .informationcontent .informationbtn a {
    background: #1e50ae;
    color: #ffffff;
    border: solid 1px #1e50ae;
}

.information-main {
    width: 100%;
    padding-top: 15px;
}

.detail-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #ffffff;
    padding: 30px;
    padding-bottom: 100px;
}

.detailnav {
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.detailtitle {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.detailtime {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #969696;
    padding-top: 15px;
}

.detailxian {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin: 35px 0;
}

.detail-tex {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}
















































































