@charset "utf-8";
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.informationlist {
    width: 100%;
    margin-bottom: 30px;
}

.informationitem {
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    padding: 28px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.informationimg {
    width: 248px;
    height: 165px;
    margin-right: 20px;
}

.informationimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.informationcontent {
    flex: 1;
    width: 0;
}

.informationtitle {
    width: 100%;
    font-size: 18px;
    color: #333333;
    padding-top: 10px;
    font-weight: bold;
}

.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: #0071bd;
}

.informationitem:hover .informationcontent .informationbtn a {
    background: #0071bd;
    color: #ffffff;
    border: solid 1px #0071bd;
}

.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;
    min-height: 600px;
}




.curse {
    width: 100%;
    font-size: 14px;
    color: #999999;
}












.list {
    width: 100%;
    padding: 50px 0;
}

.item {
    width: 100%;
    height: 210px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #e3e3e3;
    padding: 30px 150px 30px 30px;
    position: relative;
    margin-bottom: 25px;
}

.item-title {
    width: 100%;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.item-tex {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    padding-top: 20px;
}

.item-num {
    width: 100%;
    padding-top: 20px;
}

.item-num span:first-child {
    display: inline-block;
    font-size: 14px;
    color: #999999;

}

.item-num span:last-child {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
}

.item a {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
}

.item a img {
    width: 36px;
}

.item:hover {
    box-shadow: 0px 2px 11px 0px
    rgba(7, 127, 238, 0.3);
    border-radius: 10px;
    border: solid 1px #0071bd;
}


.curse {
    width: 100%;
    font-size: 14px;
    color: #999999;
}

.detail-back {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px   ;
    padding-top: 100px;
}

.detail-back a {
    width: 150px;
    height: 46px;
    background: #0071bd;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
}

a.back {
    width: 80px;
    height: 30px;
    background: #0071bd;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.about-title {
    width: 100%;
    text-align: center;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.about-content {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.about-content img {
    display: block;
    margin: 10px auto;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}


















































