body {
    background-color: #F7F8FC;
}

.headline {
    position: relative;
    margin-bottom: 30px;
    background: url(../images/headline_backaground.png) no-repeat top left / 56px 43px;
}

.headline p {
    padding: 13px 0 0 20px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
}

.headline a {
    position: absolute;
    right: 0;
    bottom: 0%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
}

.part1 {
    padding: 34px 0 19px;
}

.part1 .layout {
    display: flex;
    justify-content: space-between;
}

.part1 .layout .left {}

.part1 .layout .left ul {
    margin-bottom: 16px;
    width: 477px;
}

.part1 .layout .left ul li {
    float: left;
    width: 159px;
    height: 138px;
    background-color: #fff;


    border-right: 1px solid #D9EAFF;
    border-bottom: 1px solid #D9EAFF;
}

.part1 .layout .left ul li:nth-child(3n) {
    border-right: 0;
}

.part1 .layout .left ul li:nth-last-child(1),
.part1 .layout .left ul li:nth-last-child(2),
.part1 .layout .left ul li:nth-last-child(3) {
    border-bottom: 0;
}

.part1 .layout .left ul li:hover {
    background: #DCECFF;
}

.part1 .layout .left ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 100%;
    height: 100%;
}

.part1 .layout .left ul li a img {
    display: block;
    height: 50px;
}

.part1 .layout .left ul li a p {
    margin-top: 10px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #0149AE;
}

.part1 .layout .left .advertising {
    width: 477px;
    height: auto;
}

.part1 .layout .left .advertising .item {}

.part1 .layout .left .advertising .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.part1 .layout .left .advertising .item a img {
    display: block;
    width: 100%;
    height: 100%;
}

.part1 .layout .right {}

.part1 .layout .right .notice {
    width: 706px;
    height: 412px;
    background-color: #fff;
    padding: 26px;
}

.part1 .layout .right .notice a {
    display: block;
}

.part1 .layout .right .notice a h1 {
    margin-bottom: 42px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 24px;
    color: #0149AE;
    line-height: 33px;
    text-align: center;
}

.part1 .layout .right .notice a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 35px;
}

.part1 .layout .right .notice a p,
.part1 .layout .right .notice a span {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}

.part1 .layout .right .notice a span {
    display: block;
    text-align: right;
}

.part1 .layout .right ul {
    padding: 18px 20px;
    background-color: #fff;
}

.part1 .layout .right ul li {
    margin-top: 10px;
}

.part1 .layout .right ul li:nth-child(1) {
    margin-top: 0;
}



.part1 .layout .right ul li a {
    display: block;
}

.part1 .layout .right ul li a .time {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.part1 .layout .right ul li a .time img {
    margin-right: 7px;
    display: block;
    height: 20px;
}

.part1 .layout .right ul li a .time p {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #0149AE;
}

.part1 .layout .right ul li a .title {
    margin-bottom: 10px;
    width: 662px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 22px;
    color: #0149AE;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.part1 .layout .right ul li a .smalltext {
    width: 662px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}





.part2 {
    padding: 19px 0 26px;
}

.part2 .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part2 .layout h1 {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 292px;
    height: 85px;
    background: #0149AE;

    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    flex-shrink: 0;
}

.part2 .layout ul {}

.part2 .layout ul li {
    float: left;
    width: 132px;
    height: 34px;
    margin-right: 20px;
    margin-top: 14px;

    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0149AE;
}

.part2 .layout ul li:nth-child(6n) {
    margin-right: 0;
}

.part2 .layout ul li:nth-child(1),
.part2 .layout ul li:nth-child(2),
.part2 .layout ul li:nth-child(3),
.part2 .layout ul li:nth-child(4),
.part2 .layout ul li:nth-child(5),
.part2 .layout ul li:nth-child(6) {
    margin-top: 0;
}

.part2 .layout ul li:hover {
    background: #0149AE;
}

.part2 .layout ul li:hover a {
    color: #fff !important;
}


.part2 .layout ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #0149AE;
    text-align: center;
}

.part3 {
    padding: 26px 0;
}

.part3 .layout {
    display: flex;
    justify-content: space-between;
}

.part3 .layout .left {
    margin-right: 45px;
    width: 100%;
}

.part3 .layout .left .box{
    margin-top: 28px;
}

.part3 .layout .left .box:nth-child(1){
    margin-top: 0;
}

.part3 .layout .left ul {}

.part3 .layout .left ul li {
    margin-top: 15px;
}

.part3 .layout .left ul li:nth-child(1) {
    margin-top: 0;
}

.part3 .layout .left ul li:hover a p {
    color: #0149AE;
}

.part3 .layout .left ul li a {
    display: flex;
    justify-content: space-between;
}

.part3 .layout .left ul li a p {
    width: 500px;
    font-family: Adobe Heiti Std;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.part3 .layout .left ul li a span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #999999;
    flex-shrink: 0;
}

.part3 .layout .right .box {
    width: 562px;
    height: 321px;
    background: #C9DCF7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part3 .layout .right .box img {
    display: block;
    width: 408px;
    height: 288px;
}