main {
    font-family: Microsoft YaHei;
    font-size: 10px;
    background: #ffffff;
    
}

.headerText >span{
    font-size: 0.14rem;
    font-weight: normal;
    color: #555;
    margin-bottom: 0.86rem;
}

.headerText  .navText {
    color: #0e6eb2;
    cursor: pointer;
}

.contentBox {
    width: 12rem;
    margin: 0 auto;
    font-weight: bold;
	padding-top: 0.42rem;
}

.section_2_box {
    display: flex;
    justify-content: space-between;
    font-family: Microsoft YaHei;
    padding-bottom: 0.36rem;
    border-bottom: 0.01rem solid #e5e5e5;
    margin-top: 0.44rem;
}

.section_2_Img {
    width: 2.61rem;
    height: 1.62rem;
}

.section_2_rightbox {
    width: 9.2rem;
}

.section_2_rightbox_text {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.33rem;
}

.section_2_rightbox_text_1 {
    font-size: 0.14rem;
    font-weight: 400;
    color: #555555;
}

.section_2_rightbox_text_2 {
    display: flex;
    justify-content: space-between;
    font-size: 0.14rem;
    font-weight: 400;
    color: #888888;
    margin-top: 0.4rem;
}

.section_2_rightbox>a:hover .section_2_rightbox_text {
    color: #0E6EB2;
}

.section_2_rightbox>a:hover .section_2_rightbox_text_2 {
    color: #0E6EB2;
}

.newsNavigation {
    border-radius: 0.21rem;
    margin-top: 1.13rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.11rem;
    height: 0.42rem;
    margin: 0 auto;
	background-color: #F5F5F5;
}

.pagination a {
    color: #007bff;
}

.pagination li {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 0.001rem solid #ddd;
    color: #007bff;
	border-radius:0.15rem;
}

.pagination li:hover {
    background: #1A56A7;
	color:#fff;
}

.pagination li a{color:#585858;}
.pagination li:hover  a{color:#fff;}
.sectionBottom {
    padding-bottom: 1.43rem;
}

.sectionBottomBox {
    margin-top: 0.31rem;
    width: 5.86rem;
    height: 1.89rem;
    background: #ffffff;
    border-radius: 0.06rem;
    box-shadow: 1px 1px 6px 1px #dcdcdc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0 0.11rem;
    padding-top: 0.22rem;
}

.turnImg {
    width: 0.18rem;
    height: 0.22rem;
    cursor: pointer;
}

.sectionBottomText {
    font-weight: 400;
    color: #585858;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.13rem;
    border-bottom: 0.01rem solid #E5E5E5;
}

.sectionBottomText>span:first-child {
    font-size: 0.24rem;
}

.sectionBotImg {
    display: block;
    width: 2.37rem;
    height: 1.47rem;
}



.sectionBottomRightBox {
    width: 3.1rem;
}

.sectionBottomRightBox p>label img {
    display: block;
    width: 100%;
}

.sectionBottomRightBox p {
    position: relative;
}

.sectionBottomRightBox p>label {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.05rem;
    width: .29rem;
    height: .1rem;
}

.sectionBotTextHeader {
    font-size: 0.14rem;
    font-weight: 400;
    color: #585858;
}

.sectionBotText {
    font-size: 0.26rem;
    font-weight: 400;
    margin-right: 0.08rem;
    color: #343434;
}

.sectionBotTextNext {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sectionBotTextLast {
    font-size: 0.14rem;
    font-weight: 300;
    color: #343434;
    margin-top: 0.17rem;
    line-height: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sectionBottomBox:hover .sectionBotText {
    color: #0e6eb2;
}

.sectionBottomBox:hover .sectionBotTextNext {
    color: #0e6eb2;
}

.serctionListBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.goInfo {
    color: #0E6EB2;
}
.serctionListBox2{
    display: none;
}
.headerText a{
    color: #0e6eb2;
}