* {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: black;
}

input {
    border: none;
}

.my_info_news {
    width: 100%;
    height: 100%;
}

section {
    width: 100%;
    height: 534px;
    background-image: url("../../images/csfanglue.com/header07.png");
    background-repeat: no-repeat;
    background-size: 1920px 534px;
    background-position: center center;
}

section p {
    display: block;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

section .title {
    font-size: 48px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    padding: 170px 0 30px 0;
}

section .min-title {
    font-size: 43px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    opacity: 0.8;
}

.my_info {
    width: 100%;
    height: calc(100% - 808px);
    background-color: #F1F2F3;
}

main {
    width: 100%;
    padding-top: 84px;
}

.main {
    width: 1246px;
    margin: 0 auto;
}

#main_function {
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
}

#main_info {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #515151;
}

.main>ul {
    padding-top: 62px;
    padding-bottom: 27px;
    width: 332px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main>ul>li {
    width: 80px;
    text-align: center;
    height: 28px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 28px;
}

.liactive {
    background: #1D4780;
    color: white;
}

.unliactive {
    color: #515151;
}

.new_box {
    width: 100%;
    background-color: white;
    /* height: 2171px; */
    overflow: hidden;
}

.new_box a {
    text-decoration: none;
}

.information {
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 55px;
    padding-top: 23px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #E9E9E9;
}

.information:first-child {
    margin-top: 40px;
}

.information>img {
    width: 238px;
    height: 174px;
}

.right_txtmd {
    width: 700px;
    position: relative;
}

.right_txtmd .title {
    height: 47px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}

.right_txtmd .description {
    height: 70px;
    font-size: 14px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 22px;
    padding: 14px 0;
}

.right_txtmd .detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #B5B5B5;
}

.right_txtmd .detail>span:last-child {
    width: 88px;
    height: 24px;
    line-height: 24px;
    background: #444444;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.side {
    width: 1200px;
    margin: 0 auto;
    padding-top: 148px;
    padding-bottom: 166px;
}

.side>ul {
    width: 244px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side>ul>li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #E9E9E9;
    margin-right: 4px;
}

.side>ul>li:last-child {
    width: 84px;
    height: 32px;
    text-align: center;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;

}

.active {
    background: #1D4780;
    color: white;
}

.unactive {
    color: #1E1F21;
}