.header {
    width: 100%;
    position: relative;
}

.gywmbanner {
    width: 100%;
}

.index_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 190px;
    position: absolute;
    top: 0;
    left: 0;
}

.gywmtitle {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    letter-spacing: 2px;
    color: #ffffff;
}

.gywmtitle2 {
    font-family: MicrosoftYaHeiLight;
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.6;
}

.gywmttitltlable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 58px;
}

.gywmlable {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent;
    border: solid 1px #ffffff;
    border-radius: 21px;
    padding: 14px 23px;
    margin-right: 16px;
}

.gywmlablecheck {
    background-color: #2d328a;
    border: 1px solid #2d328a;
}

.anchormenu {
    width: 100%;
    height: 40px;
    padding: 0 190px;
    background-color: #ebebeb;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.anchormenu>img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

.anchormenu>a,
.anchormenu>p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 9px;
}

.anchormenu>a:hover {
    color: #2d328a;
    text-decoration: underline;
}

.contentBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: solid 1px #dddddd;
}

.xwzxlist {
    width: 100%;
    min-height: 150px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    margin-bottom: 81px;
}

.xwzxlist:hover {
    background-color: #0195df;
}

.xwzxlist:hover .xwzxinfo .info_title {
    color: #fff;
}

.xwzxlist:hover .xwzxinfo .info_date {
    color: #fff;
}

.xwzxlist:hover .xwzxinfo .info_nr {
    color: #fff;
}

.xwzximg {
    width: 300px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dddddd;
}

.xwzximg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    aspect-ratio: 2/1;
}

.xwzxinfo {
    flex: 1;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 18px;
}

.info_title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #999999;
}

.info_date {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    letter-spacing: -1px;
    color: #666666;
}

.info_nr {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #999999;
}

/*分页*/
.paging{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 40px;
}
.pagination{
    display: flex;
}
.pagination li{
    width: 22px;
	height: 23px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #aaaaaa;
	margin-left: 5px;
}
.pagination li:nth-child(1){
    margin-left: 0;
}
.pagination li span{
    width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
}
.pagination li a{
    width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
}

.pagination .active{
    color: #fff;
    background-color: #2d328a;
    cursor: default;
}

@media screen and (max-width: 1024px) {
    .index_nav {
        padding: 10px;
    }

    .gywmtitle {
        font-size: 18px;
    }

    .gywmtitle2 {
        font-size: 11px;
    }

    .gywmttitltlable {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .gywmlable {
        padding: 5px 10px;
        font-size: 8px;
        margin-right: 5px;
        margin-top: 5px;
    }

    .anchormenu {
        display: none;
    }

    .content {
        width: 100%;
        padding: 5px;
    }

    .xwzxlist {
        min-height: 75px;
        margin-bottom: 20px;
    }

    .xwzximg {
        width: 150px;
        height: 75px;
    }

    .xwzxinfo {
        width: 203px;
        height: 75px;
        padding-left: 10px;
    }

    .xwzxinfo div {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .info_title {
        font-size: 14px;
    }

    .info_date {
        font-size: 12px;
    }

    .info_nr {
        font-size: 12px;
    }

    .paging {
        margin-top: 45px;
    }

}