/*顶部*/
header {
    width: 100%;
    background-color: #0160b0;}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;}

.header-top {
    display: none;}

/*logo*/
.logo {
    float: left;
    position: relative;}

.logo>a {
    display: block;}

.search-wrap {
    display: flex;
    align-items: center;}

.search form {
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #999;}

.search .key {
    float: left;
    width: 212px;
    padding: 9px;
    border: medium none;
    line-height: 17px;
    color: #666;
    background-color: transparent;}

.search .go {
    float: left;
    width: 38px;
    height: 38px;
    border: medium none;
    text-indent: -9999px;
    cursor: pointer;
    background-image: url(../images/search.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffb235;}

.social-wrap {
    margin-left: 19px;
    position: relative;
    display: flex;
    align-items: center;}

.social-wrap .social-item {
    margin: 0 2px;}

.social-wrap .social-item .hover {
    display: none;}

.social-wrap .social-item .qrcode {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;}

.social-wrap .social-item:hover .default,
.social-wrap .social-item:hover .default {
    display: none;}

.social-wrap .social-item:hover .hover,
.social-wrap .social-item:hover .hover,
.social-wrap .social-item:hover .qrcode,
.social-wrap .social-item:hover .qrcode {
    display: block;}

.go-home {
    margin-left: 20px;}

.go-home a {
    color: #fff;
    font-size: 14px;}

/*导航*/

nav {
    background-color: #0160b0;
    height: 48px;
    width: 100%;}

.nav {
    display: inline-block;
    height: 48px;}

.nav li {
    float: left;
    height: 48px;
    line-height: 48px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 45px;
    padding-left: 45px;
    z-index: 69;}

.nav li.sub a {
    color: #fff;
    text-align: center;}

.nav li.sub:hover,
.nav li.sub.cur {
    background: #004783;}

.nav li.sub:hover p>a {
    background-color: #0062b8;}

.nav li .subNav {
    position: absolute;
    top: 48px;
    z-index: 69;
    line-height: normal;
    display: none;
    background-color: #0062b8;
    left: 0px;}

.nav li .subNav p a {
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 7px;
    padding-right: 45px;
    padding-bottom: 7px;
    padding-left: 45px;
    list-style-type: disc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00549e;}

.nav li .subNav p a:hover {
    color: #fff;}

.current {
    background: #002c52;}

/*手机导航*/
.mainWrap {
    display: none;
    width: 100%;
    margin: auto;
    min-width: 320px;
    position: relative;
    z-index: 999;}

.meun {
    background-color: #ffb235;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 70px;
    z-index: 99;
    border-radius: 6px;
    right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;}

.meun-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;}

.meun-nav span {
    background-color: #fff;
    display: block;
    height: 3px;
    width: 30px;
    margin-top: 5.25px;
    margin-right: auto;
    margin-left: auto;}

.meunCont {
    background: #fff;
    display: none;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 120px;}

.meunCont dl {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 5px;}

.meunCont dt {
    font-size: 15px;}

.meunCont dt a {
    color: #333;}

.meunCont dd {
    font-size: 14px;}

.meunCont dd a {
    color: #999;
    margin-top: 8px;
    margin-right: 8px;
    display: inline-block;}

.meunCont a:hover {
    color: #666;}

.body-content {
    background-image: url(../images/bg_02.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 30px;}


.wrap {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;}

.wrap::after {
    display: table;
    clear: both;
    content: "";}

.w870 {
    width: 870px;}

.w400 {
    width: 400px;}


.first-wrap .swiper-pagination-bullet,
.left-top .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    text-align: center !important;
    opacity: 0.8;}

.swiper-pagination-bullet-active {
    background: #ffb235;}

.swiper-pagination {
    text-align: right !important;
    bottom: 15px !important;}

.swiper-wrap p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 50px;
    z-index: 10;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;}

.swiper-wrap img {
    display: block;
    width: 100%;}

.w870.swiper-wrap {
    height: 500px;}

.title-wrap {
    line-height: 50px;
    height: 50px;
    background-color: #fff;}

.title {
    background-color: #0160b0;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    float: left;}

.title:hover {
    background: #004783;
    color: #fff;}

.title:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    position: absolute;
    width: 0;}

.title:after {
    border-width: 8px;
    border-top-color: #0160b0;
    left: calc(50% - 8px);}

/*首页综合要闻*/
.index-zhyw {
    height: 420px;
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    padding: 0 20px;}

.index-zhyw .item {
    border-bottom: 1px dashed #ccc;
    padding: 8px 0 11px 0;}

.index-zhyw .item:last-child {
    border-bottom: none;}

.index-zhyw .item .item-title {
    height: 48px;
    line-height: 24px;
    font-size: 14px;}

.index-zhyw .item .icon-date {
    line-height: 16px;
    font-size: 12px;
    background-image: url(../images/riqi.jpg);
    background-repeat: no-repeat;
    background-position: calc(100% - 72px) center;
    color: #ffb235;
    padding-left: 20px;
    text-align: right;}

/*第二行*/
.second-wrap {
    margin-top: 30px;}

.second-wrap .left {
    width: 870px;
    float: left;}

.second-wrap .right {
    width: 400px;
    float: right;}

.second-wrap .content {
    height: 372px;
    background-color: #fff;
    margin-top: 30px;
    padding: 35px;}

.second-wrap .left .content {
    padding: 25px;}

.second-wrap .right .content {
    padding: 15px 20px;}

.second-wrap .left .content .top {
    margin-bottom: 30px;}

.second-wrap .left .content .top-left {
    float: left;
    width: 220px;
    height: 126px;}

.second-wrap .left .content .top-right {
    float: right;
    width: 580px;}

.second-wrap .left .content .top-title {
    font-size: 16px;
    line-height: 32px;}

.second-wrap .left .content .top-summary {
    line-height: 28px;
    color: #8e8989;}

.second-wrap .left .content .top-date {
    line-height: 16px;
    font-size: 12px;
    background-image: url(../images/riqi.jpg);
    background-repeat: no-repeat;
    background-position: calc(100% - 72px) center;
    color:
        #ffb235;
    padding-left: 20px;
    text-align: right;}

.second-wrap .left .content .item {
    width: 50%;
    float: left;
    line-height: 36px;
    height: 36px;}

.second-wrap .left .content .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;}

.second-wrap .left .content .item a .item-title {
    display: flex;
    align-items: center;
    overflow: hidden;}

.second-wrap .left .content .item a .item-title span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.second-wrap .left .content .item .item-date {
    color: #ffb235;
    width: 75px;
    white-space: nowrap;}

.second-wrap .left .content .item:nth-child(2n) .item-date {
    padding-right: 15px;}

.second-wrap .left .content .item i {
    color: #0160b0;
    font-size: 24px;
    margin-right: 5px;}

.second-wrap .right .content ul li {
    width: calc(46% - 8px);
    float: left;}

.second-wrap .right .content ul li:nth-child(2n) {
    float: right;}

.second-wrap .right .content ul li .item-img {
    margin-bottom: 6px;
    margin-top: 10px;}

/*第三行*/
.third-wrap {
    margin-top: 30px;}

.third-wrap .left {
    width: 690px;
    float: left;}

.third-wrap .right {
    width: 580px;
    float: right;}

.third-wrap .content {
    height: 208px;
    background-color: #fff;
    margin-top: 30px;}

.third-wrap .left .content {
    padding: 20px;}

.third-wrap .right .content {
    padding: 20px 11px;}

.third-wrap .left .content .item {
    line-height: 36px;
    height: 36px;}

.third-wrap .left .content .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;}

.third-wrap .left .content .item a .item-title {
    display: flex;
    align-items: center;
    overflow: hidden;}

.third-wrap .left .content .item a .item-title span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}


.third-wrap .left .content .item .item-date {
    color: #ffb235;
    width: 75px;
    white-space: nowrap;}

.third-wrap .left .content .item i {
    color: #0160b0;
    font-size: 24px;
    margin-right: 5px;}

.third-wrap .right .content ul {
    display: flex;}

.third-wrap .right .content ul li {
    flex: 1;
    margin: 0 9px;}

.third-wrap .right .content ul li:last-child {
    display: none;}

.third-wrap .right .content ul li .item-img {
    margin-bottom: 8px;}



/*第四行*/
.fourth-wrap {
    margin-top: 30px;
    margin-bottom: 30px;}

.fourth-wrap .left {
    width: 395px;
    float: left;}

.fourth-wrap .right {
    width: 875px;
    float: right;}

.fourth-wrap .content {
    height: 212px;
    background-color: #fff;
    margin-top: 30px;}

.fourth-wrap .left .content {
    padding: 20px;}

.fourth-wrap .right .content {
    padding: 20px 11px;}

.fourth-wrap .left .content .item {
    line-height: 36px;
    height: 36px;}

.fourth-wrap .left .content .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;}

.fourth-wrap .left .content .item a .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}


.fourth-wrap .left .content .item .item-date {
    color: #ffb235;
    width: 75px;
    white-space: nowrap;}

.fourth-wrap .right .content ul {
    display: flex;}

.fourth-wrap .right .content ul li {
    flex: 1;
    margin: 0 9px;
    position: relative;}

.fourth-wrap .right .content ul li:nth-child(4n) {
    display: none;}

.fourth-wrap .right .content ul li .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 40px;
    z-index: 10;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}



/*顶部*/
footer {
    width: 100%;
    background-color: #0160b0;
    color: #fff;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;}

footer .item {
    display: flex;}

footer .item .left {
    width: 560px;
    text-align: right;}

footer .item .right {
    width: calc(100% - 560px);
    text-align: left;}

/*内容*/
.content-wrap {
    font-size: 14px;}

.content-wrap .left {
    width: 970px;
    float: left;}

.content-wrap .right {
    width: 300px;
    float: right;}

.breadcrumb li {
    float: left;
    padding-right: 5px;}

.content-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 35px auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;}

.content-field {
    text-align: center;
        line-height: 30px;
        height: 30px;
        font-size: 14px;}

.content-field .author {
    margin-right: 30px;}

.content-field .source {
    margin-right: 30px;}

.content-wrap .content {
    margin: 35px auto;
    padding-bottom: 65px;
    border-bottom: 1px dashed #ccc;
    line-height: 36px;
    font-size: 16px;
    color:#555 !important;    font-family: 宋体;}

.content-wrap .content p {
    text-indent: 2em; font-size:14px;}

.content-wrap .content p img{display:block;margin:0 auto; height:auto !important;}




.bomNav {
    line-height: 25px;
    margin-bottom: 35px;}


.content-wrap .right-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #0160b0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;}

.content-wrap .right-title img {
    margin-right: 20px;}

.content-wrap .right .swiper-container {
    height: 195px;}

.content-wrap .right .swiper-wrapper {
    height: 165px;}

.content-wrap .right .swiper-pagination-bullet {
    width: 12px;
    height: 12px;}


.content-wrap .right .swiper-pagination {
    text-align: center !important;
    bottom: 5px !important;}

.content-wrap .right .bottom {
    margin-top: 5px;}


.newsList {
    padding: 10px 0;
    border-left: 1px solid #ccc;}

.newsList li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;}

.newsList li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background: url(../images/yuan.jpg) no-repeat center;}

.newsList li .tops {
    display: flex;
    justify-content: space-between;}

.newsList li .tops span {
    width: 90px;
    height: 26px;
    padding-left: 15px;
    line-height: 26px;
    color: #0160b0;
    font-size: 12px;
    background: url(../images/date-border.jpg) no-repeat center;}

.newsList li .tops p {
    line-height: 26px;
    padding-right: 10px;
    display: flex;
    align-items: center;}

.newsList li .tops p img {
    margin-right: 3px;}

.newsList li .bs {
    line-height: 22px;
    font-size: 14px;
    color: #565656;
    margin-top: 10px;}

.channel-title {
    font-size: 24px;
    color: #0160b0;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: bold;}

.list {
    margin: 10px auto;}

.list li {
    height: 140px;
    margin-bottom: 20px;
    background-color: #fff;}

.list li a {
    width: 100%;
    display: flex;
    align-items: center;}

.list .left-box {
    width: 240px;
    height: 140px;
    overflow: hidden;
    position: relative;}



.list .left-box .date-wrap {
    position: absolute;
    left: 12px;
    bottom: 12px;
    text-align: center;
    background: rgba(1, 96, 176, 0.9);
    color: #fff;
    width: 52px;
    height: 54px;}

.list .left-box .date-wrap .day {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;}

.list .left-box .date-wrap .date {
    line-height: 20px;}


.list .right-box {
    width: calc(100% - 240px);
    padding: 10px 20px 10px 35px;}

.list .right-box-title {
    font-size: 18px;
    line-height: 40px;
    }

.list .right-box-summary {
    font-size: 12px;
    line-height: 24px;
    color: #828282;}


.list2 {
    margin: 10px auto;}

.list2 li {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;}

.list2 li a {
    width: 100%;
    display: flex;}

.list2 .left-box {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;}



.list2 .left-box .date-wrap {
    text-align: center;
    color: #0160b0;
    width: 52px;
    height: 54px;}

.list2 .left-box .date-wrap .day {
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;}

.list2 .left-box .date-wrap .date {
    line-height: 20px;

}


.list2 .right-box {
    width: calc(100% - 52px);
    padding: 0 20px;}

.list2 .right-box-title {
    font-size: 18px;
    line-height: 40px;
    color: #000;}

.list2 .right-box-summary {
    font-size: 12px;
    line-height: 24px;
    color: #828282;}



.list3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;}

.list3 li {
    background-color: #fff;
    width: calc((100% - 72px)/3);
    margin-bottom: 20px;}

.list3 li:nth-child(3n+2) {
    margin-left: 34px;
    margin-right: 34px;}

.list3 li a {
    width: 100%;}

.list3 .top-box {
    max-width: 100%;
    text-align: center;}

.list3 .title-box {
    font-size: 16px;
    line-height: 25px;
    color: #565656;
    margin: 10px 20px;}

.list3 .date-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px 20px 20px;
    line-height: 16px;
    font-size: 12px;
    color: #8e8989;}

.list3 .date-box .left-date {
    display: flex;
    align-items: center;}


.list3 .date-box .right-eye {
    text-align: right;
    display: flex;
    align-items: center;}

.list3 .date-box .left-date img,
.list3 .date-box .right-eye img {
    margin-right: 8px;}




.list4 {
    display: flex;
    flex-wrap: wrap;}

.list4 li {
    background-color: #fff;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 10px;}

.list4 li:nth-child(2n) {
    margin-left: 20px;}

.list4 li a {
    width: 100%;}

.list4 .top-box {
    max-width: 100%;}

.list4 .title-box {
    font-size: 16px;
    line-height: 25px;
    color: #565656;
    margin: 15px 0;}

.list4 .summary-box {
    font-size: 12px;
    line-height: 25px;
    color: #8e8989;}




.page {
    margin: 50px auto;
    text-align: center;}

.page a {
    display: inline-block;
    padding: 6px 10px;
    margin-right: 5px;
    background: #eee;
    margin-bottom: 5px;
    transition: 0.5s;
    border-radius: 3px;}

.page a.active {
    background: #0160b0;
    color: #fff;}

.left-top.swiper-wrap {
    height: 550px;}

.swiper-wrap .swiper-text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 137px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 40px;
    z-index: 10;
    width: 100%;
    padding: 0 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 60px;}

.swiper-title {
    line-height: 40px;
    font-size: 20px;}

.swiper-summary {
    line-height: 26px;
    font-size: 14px;
    color: #b4b4b4;
    margin-top: 10px;}

.tab-wrap {
    height: 58px;
    line-height: 58px;
    background-color: #0160b0;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;}

.tab-wrap li {
    width: 108px;
    text-align: center;}

.tab-wrap li a {
    color: #fff;}

.tab-wrap li.selected {
    background-color: #f8f8f8;
    border-top: 5px solid#0160b0;
    line-height: 50px;}

.tab-wrap li.selected a {
    color: #0160b0;}

.sths {
    display: flex;
    flex-wrap: wrap;}

.sths li {
    width: calc(50% - 10px);
    margin-bottom: 20px;}

.sths li:nth-child(2n) {
    margin-left: 20px;}

.sths li p {
    margin-top: 10px;
    color: #8e8989;
    font-size: 12px;}

@media screen and (min-width:1300px) {
    body {
        font-size: 14px;}

    .wrap {
        width: 1300px;}

    .meun,
    .meunBox {
        display: none;}
}

@media screen and (max-width:1299px) {

    html,
    body {
        font-size: 14px;
        overflow-x: hidden;}

    .wrap {
        max-width: 640px;}

    .header-top {
        border-bottom: 1px solid #002c52;
        height: 40px;
        display: flex;
        justify-content: space-between;}

    .header-top .social-wrap {
        margin-left: 20px;}

    .go-home {
        margin-left: 0;
        margin-right: 20px;
        line-height: 40px;}

    .go-home a {
        font-size: 12px;}

.history-news{
    margin-right: 5px;}


    nav,
    .search-wrap {
        display: none;}

    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        float: none;}

    .logo img {
        height: 30px;}

    #nav {
        position: absolute;
        width: 250px;
        z-index: 999;
        background: rgba(62, 58, 57, 0.9);
        right: 0;
        top: -70px;
        padding: 10px 0;
        opacity: 0;}

    #nav li a {
        line-height: 40px;
        padding: 0 0 0 35px;
        color: #fff;
        font-size: 14px;
        height: auto;}

    #nav li a {
        line-height: 40px;
        padding: 0 0 0 35px;
        color: #fff;
        font-size: 14px;
        height: auto;}

    #nav li:hover,
    #nav li.current {
        background: #6F7174;}


    #nav li ul {
        display: none;}

    #nav .search {
        padding-left: 35px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;}

    #nav .search .key {
        width: 140px;
        padding: 6px;
        line-height: 18px;}

    #nav .search .go {
        width: 30px;
        height: 30px;}

    .smenu {
        font-size: 18px;
        height: 38px;
        width: 38px;
        color: #fff;
        line-height: 38px;
        text-align: center;
        position: absolute;
        right: 250px;
        background: rgba(62, 58, 57, 0.9);
        top: -70px;
        cursor: pointer;
        display: block;
        z-index: 12;}

    .smenu span {
        background-color: #fff;
        display: block;
        height: 2px;
        width: 16px;
        margin-top: 4px;
        margin-right: auto;
        margin-left: auto;}

    .smenu span:first-child {
        margin-top: 12px;}

    .body-content {
        padding-top: 15px;}

    .first-wrap {
        margin: auto 20px;}

    .index-zhyw {
        padding: 0 20px;
        height: auto;}

    .index-zhyw .item .item-title {
        font-size: 14px;}

    .w870.swiper-wrap {
        height: auto;
        width: 100%;}

    .w400 {
        width: 100%;
        margin-top: 25px;}

    .index-zhyw {
        margin-top: 15px;}

    .swiper-pagination {
        display: none;}

    .second-wrap {
        margin: 25px 20px auto 20px;}

    .second-wrap .content {
        height: auto;
        overflow: hidden;
        margin-top: 15px;}

    .second-wrap .left .content .top {
        margin-bottom: 15px;
        display: none;}

    .second-wrap .left .content,
    .second-wrap .right .content {
        padding: 10px 20px;}

    .second-wrap .left {
        width: 100%;}

    .second-wrap .left .content .item {
        width: 100%;
        font-size: 14px;}

    .second-wrap .left .content .item:nth-child(2n) .item-date {
        padding-right: 0;}

    .second-wrap .right {
        width: 100%;
        margin-top: 25px;}

    .third-wrap {
        margin: 25px 20px auto 20px;
        font-size: 14px;}

    .third-wrap .content {
        width: 100%;
        height: auto;
        margin-top: 15px;}

    .third-wrap .left {
        width: 100%;}

    .third-wrap .left .content,
    .third-wrap .left .content {
        padding: 0 20px;}

    .third-wrap .right {
        width: 100%;
        margin-top: 25px;}

    .third-wrap .right .content {
        padding: 10px 11px;}

    .third-wrap .right .content ul {
        flex-wrap: wrap;}

    .third-wrap .right .content ul li {
        width: calc(50% - 18px);
        flex: none;
        margin: 10px 9px;}

    .third-wrap .right .content ul li:last-child {
        display: block;}

    .fourth-wrap {
        margin: 25px 20px auto 20px;
        margin-bottom: 15px;}

    .fourth-wrap .content {
        height: auto;
        margin-top: 15px;}

    .fourth-wrap .left .content {
        padding: 20px 20px;}


    .fourth-wrap .left {
        width: 100%;}

    .fourth-wrap .right {
        width: 100%;
        margin-top: 25px;}

    .fourth-wrap .right .content {
        padding: 10px 11px;}

    .fourth-wrap .right .content ul {
        flex-wrap: wrap;}

    .fourth-wrap .right .content ul li {
        width: calc(50% - 18px);
        flex: none;
        margin: 10px 9px;}

    .fourth-wrap .right .content ul li:last-child {
        display: block;}

    footer {
        font-size: 13px;}

    footer .item .left {
        width: 120px;}

    footer .item .right {
        width: calc(100% - 120px);}

    .content-title {
        font-size: 16px;}

    .content-wrap {
        margin-left: 20px;
        margin-right: 20px;}

    .content-wrap .content {
        font-size: 14px;}

    .content-wrap .left,
    .content-wrap .right {
        width: 100%;}

    .content-wrap .right {
        margin-top: 25px;}

    .content-wrap .right .swiper-container {
        height: auto;}

    .content-wrap .right .bottom {
        margin-bottom: 10px;
        margin-top: 25px;}

    .sths {
        margin: auto 20px;}



    .list li {
        height: auto;
        padding: 10px 20px;}

    .list .left-box {
        width: 130px;
        height: auto;}

    .list .right-box {
        width: calc(100% - 130px);
        padding: 0 0 0 10px;}

    .list .right-box-title {
        font-size: 14px;
        line-height: 25px;
        padding-left: 10px;}

    .list .left-box .date-wrap {
        left: 6px;
        bottom: 6px;
        font-size: 12px;}

    .list .right-box-summary {
        display: none;}

    .left-top.swiper-wrap {
        height: auto;}

    .tab-wrap {
        font-size: 12px;
        height: 40px;
line-height: 40px;}

    .tab-wrap li{
        width: auto;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;}
    .tab-wrap li.selected {
        line-height: 32px;}

    .list2 li {
        padding: 10px 20px;}

    .list2 .right-box {
        padding: 0 0 0 10px;}

    .list2 .right-box-title {
        font-size: 14px;
        line-height: 25px;}

    .list2 .right-box-summary {
        display: none;}

    .list3 {
        margin-top: 15px;}

    .list3 li {
        width: 100%;
        margin: 10px auto;
        padding: 15px 15px 5px 15px;}

    .list3 li:nth-child(3n+2) {
        margin: 10px auto;}

    .list3 .title-box {
        font-size: 14px;}

    .list4 li {
        width: 100%;
        padding: 20px;}

    .list4 li:nth-child(2n) {
        margin-left: 0px;}
}

.content p{line-height: 1.75em;margin-bottom: 10px;text-indent: 2em; font-size:16px !important;}
.content p span{font-size: 16px !important;font-family: 宋体, SimSun;}
