@charset "UTF-8";

main {
    padding: 50px 0;
}

#sousy .search {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
}

a {
    display: inline;
}

.search {
    display: block;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    overflow: hidden;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0;
}

.clearfix {
    display: block;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.w14001 {
    width: 1200px;
}
.ny_banner {
    position: relative;
    width: 100%;
}

.ny_banner img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    min-height: 150px;
    width: 100%;
}

.ny_banner h2 {
    position: absolute;
    font-size: 46px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    text-shadow: 0 0 5px #3f9e00;
}

/* 左侧导航 */
.left_dh {
    width: 310px;
    /*    padding: 25px; */
    box-sizing: border-box;
    height: auto;
    /* background: url(../img/left_dh_bg.png) no-repeat top center; */
    position: relative;
}

.left_dh h2 {
    width: 100%;
    padding: 50px 0px;
    font-size: 31px;
    color: #fff;
    background: #63a50a;
    text-align: center;
}

.left_dh ul {
    display: block;
    background: #fff;
    box-shadow: 0 0 16px 5px rgba(8, 1, 3, 0.1);
    padding-bottom: 100px;
}

.left_dh ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #000;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background: url(../image/left_dh_icon1.png) no-repeat right 40px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;

}

.left_dh ul li:last-of-type a {
    border-bottom: none;
}

.left_dh ul li a.hover,
.left_dh ul li a:hover {
    color: #63a50a;
    font-weight: bold;
    background: url(../image/left_dh_icon2.png) no-repeat right 40px center;
}
.left_dh ul li a.hover::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(176, 247, 84,0.1);
    content: '';
}
/* 右侧内容 */
.right_con {
    width: calc(100% - 360px);
}

.right_con1 {
    width: 100%;
}

/* 当前位置 */
.dqwz {
    padding: 0 0 0 22px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: #e8e8e8 1px solid;
    margin-bottom: 20px;
}

.dqwz::before {
    position: absolute;
    width: 22px;
    top: 0px;
    left: 0px;
    height: 100%;
    content: '';
    background-color: #ffffff;
    background-image: url(../image/local.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
}

.dqwz,
.dqwz span,
.dqwz i,
.dqwz a {
    font-size: 14px;
    color: #999999;
    font-style: normal;
    text-transform: capitalize;
}

.dqwz i {
    margin: 0 6px
}

.dqwz a:hover {
    color: #63a50a;
}

.dqwz span {
    color: #372c9c;
}

/* 单篇 */
.dp h2.bt {
    font-size: 24px;
    color: #131313;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.right_con .content p,
.right_con .content span {
    font-size: 18px !important;
    color: #0f0f0f !important;
    line-height: 200% !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.right_con .content p {
    margin-bottom: 10px !important;
    text-align: justify;
}

.right_con .content img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 10px auto;
    object-fit: cover;
}

/* 内容页 */
.nr_con h2.bt {
    font-size: 28px;
    color: #010101;
    margin: 20px 0;
    line-height: 35px;
    text-align: center;
}

.nr_con div.wzxx {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.nr_con div.wzxx p {
    font-size: 14px;
    line-height: 38px;
    color: #818181;
    text-align: center;
}

.right_con div.wzxx {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.right_con div.wzxx p {
    font-size: 14px;
    line-height: 38px;
    color: #818181;
    text-align: center;
}

/* 列表页 */
.list ul li {
    margin-top: 30px;
}

.list ul li:first-of-type {
    margin-top: 0;
}

.list ul li a {
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0, 60, 112, 0.1);
}

.list ul li a p.time {
    width: 90px;
    height: auto;
    background: #63a50a;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.list ul li a p.time span {
    display: block;
    font-size: 20px;
}

.list ul li a p.more {
    width: 100px;
    font-size: 15px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    box-sizing: border-box;
}

.list ul li a p.con {
    width: calc(100% - 240px);
}

.list ul li a p.con span {
    display: block;
}

.list ul li a p.con span.tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.list ul li a p.con span.txt {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}

.list ul li a:hover p.con span.tit {
    color: #63a50a;
}

.list ul li a:hover p.con span.txt {
    color: #333;
}

/* 检索结果 */
/*search*/
.searchWrap {
    min-height: 600px;
    background: #fff;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #63a50a;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #63a50a;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    line-height: 22px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}

.list_fy {
    padding-top: 30px;
}

/* 图片列表 */
.graphic {}

.graphic .List_tp1 {
    width: calc(100% + 30px);
}

.graphic .List_tp .item {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    display: block;
    float: left;
    margin-top: 30px;
}

.graphic .List_tp .item .a {

    background: #ffffff;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 10px;
    display: block;
}

.graphic .List_tp .img {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.graphic .List_tp .img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.graphic .List_tp .title {
    padding: 10px 18px;
    color: #333333;
}

.graphic .List_tp .title .text {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.graphic .List_tp .item:hover .a {
    background: #63a50a;
    transform: translateY(-20px);
    box-shadow: 5px 5px 15px 0px #949493;
    transition: all 0.5s ease 0s;
}

.graphic .List_tp .item:hover .title {
    color: #ffffff;
}

.graphic .dqwz {
    margin-bottom: 0px;
}
.iconlist {}

.iconlist .item {
    padding: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
}

.iconlist .item .icon {
    margin: auto;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    border: 2px solid #63a50a;

}

.iconlist .item .icon img {
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconlist .item .text {
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    line-height: 24px;
    height: 48px;
}

.iconlist .item:hover .icon {
    box-shadow: 0px 0px 10px 1px #7d975a;
    color: #63a50a;
    transition: all 0.4s;
}

.iconlist .item:hover {
    color: #63a50a;
    transition: all 0.4s;
}
.right_con .content sup span,
.right_con .content sub span{
    position: relative !important;
    font-size: 0.9em !important;
    line-height: 0 !important;
    vertical-align: baseline !important;
}
/* 媒体查询 */
@media only screen and (max-width: 1640px) {
    .w1400 {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1440px) {
    main {
        padding: 40px 0;
    }

    .left_dh {
        width: 260px;
        padding: 20px 10px;
    }

    .right_con {
        width: calc(100% - 300px);
    }

    .right_con1 {
        width: 100%;
    }

    .left_dh ul li a {
        padding: 0 50px 0 20px;
        /* background: url(../img/left_dh_icon1.png) no-repeat right 20px center; */
        line-height: 48px;
    }

    .left_dh ul li a.hover,
    .left_dh ul li a:hover {
        /* background: url(../img/left_dh_icon2.png) no-repeat right 20px center; */
    }

    .left_dh p.btn_one {
        height: 72px;
    }

    .left_dh p.btn_one img {
        width: 34px;
    }

    .left_dh p.btn_one span {
        font-size: 26px;
        line-height: 34px;
        margin-left: 20px;
    }

    .dp .content {
        margin-top: 10px;
    }

    .dp h2.bt {
        font-size: 26px;
        margin-bottom: 0;
    }

    .nr_con h2.bt {
        font-size: 26px;
        margin: 15px 0;
    }

    .nr_con div.wzxx {
        margin-bottom: 15px;
    }

    .nr_con div.wzxx p {
        line-height: 40px;
    }

    .right_con div.wzxx {
        margin-bottom: 15px;
    }

    .right_con div.wzxx p {
        line-height: 40px;
    }

    .right_con .content p {
        margin-bottom: 5px !important;
    }

    .right_con .content img {
        min-width: auto;
    }

    .list_link ul li {
        width: 23.5%;
        margin-right: 2%;
    }

    .list_link ul li a {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .list ul li a {
        padding: 20px;
    }

    .list ul li {
        margin-top: 0;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1240px) {

    .left_dh {
        width: 245px;
    }

    .right_con {
        width: calc(100% - 275px);
    }

    .right_con1 {
        width: 100%;
    }

    .left_dh ul li a {
        padding: 0 25px;
padding-right:60px;
        font-size: 16px;
    }

    .left_dh ul {
        padding-bottom: 0;
    }

    #vsb_content table {
        width: 90%;
    }

    .list_link ul li {
        width: 32%;
        margin-right: 2%;
    }

    .list_link ul li:nth-of-type(4n) {
        margin-right: 2%;
    }

    .list_link ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .list ul li {
        margin-bottom: 20px;
    }

    .graphic .List_tp .img img {
        height: calc((100vw - 395px)/3/338*220);
    }
}

@media only screen and (max-width: 1180px) {
    .left_dh h2 {
        padding: 20px 0px;
        background: url(../image/bnt_sub_nav2.png) 96% center no-repeat #63a50a;
        background-size: 29px;
        font-size: 26px;
    }

    .right_con {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 960px) {
    main {
        padding: 20px 0;
    }

    .left_dh,
    .right_con {
        width: 100%;
    }

    .left_dh {
        background: #fff;
        padding: 0;
    }

    .left_dh p.btn_one {
        position: static;
        background: #7c120e;
        display: block;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateY(0);
    }

    .left_dh p.btn_one img {
        display: none;
    }

    .left_dh p.btn_one span {
        margin-left: 0;
        font-size: 20px;
        line-height: 48px;
    }

    .left_dh ul {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
    }

    .right_con .content img {
        max-width: 90%;
    }

    #vsb_content table {
        width: 100%;
        margin: 10px auto;
    }

    .ny_banner h2 {
        font-size: 32px;
    }

    .graphic .List_tp .img img {
        height: calc((100vw - 120px)/3/338*220);
    }
}

@media only screen and (max-width: 768px) {
.iconlist .item .icon {
        width: 60px;
        height: 60px;
    }.iconlist .item .icon img {
        width: 35px;
    }
    .iconlist .item .text {
        font-weight: 600;
        text-align: center;
        margin-top: 5px;
        line-height: 20px;
        height: 40px;
        font-size: 13px;
      }
      .iconlist .item {
        padding: 10px;
        padding-bottom: 5px;
      }
    .list_fy {
        padding-top: 10px;
    }

    .left_dh p.btn_one span {
        font-size: 17px;
        line-height: 42px;
    }

    .dp {
        margin-top: 0;
    }

    .dp h2.bt {
        font-size: 22px;
        line-height: 30px;
    }

    .nr_con h2.bt {
        font-size: 22px;
        margin: 10px 0;
        margin-top: 0;
    }

    .nr_con div.wzxx {
        margin-bottom: 10px;
    }

    .nr_con div.wzxx p {
        line-height: 36px;
        font-size: 12px;
    }

    .right_con div.wzxx {
        margin-bottom: 10px;
    }

    .right_con div.wzxx p {
        line-height: 36px;
        font-size: 12px;
    }

    .right_con .content p,
    .right_con .content span {
        margin-bottom: 8px !important;
        font-size: 18px !important;
    }

    .right_con .content img {
        max-width: 98%;
    }

    #vsb_content table {
        margin: 5px auto;
    }

    .list_link ul li {
        width: 48%;
        margin-right: 4%;
    }

    .list_link ul li:nth-of-type(3n) {
        margin-right: 4%;
    }

    .list_link ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .list ul li a {
        padding: 10px;
    }

    .list ul li a p.time {
        width: 70px;
        font-size: 14px;
        line-height: 22px;
    }

    .list ul li a p.time span {
        font-size: 18px;
    }

    .list ul li a p.more {
        width: 85px;
        font-size: 14px;
        padding-right: 25px;
    }

    .list ul li a p.con {
        width: calc(100% - 185px);
    }

    .list ul li a p.con span {
        display: block;
    }

    .list ul li a p.con span.tit {
        font-size: 15px;
        line-height: 28px;
    }

    .list ul li a p.con span.txt {
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }

    .searchWrap .serBox {
        padding: 15px;
        margin-bottom: 0;
    }

    .searchWrap .txt {
        width: 75%;
    }

    .searchWrap .btn {
        width: 25%;
    }

    .searchWrap ul li {
        padding: 10px 0;
    }

    .searchWrap ul li a h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .searchWrap ul li a p {
        line-height: 25px;
        height: 50px;
    }

    .graphic .List_tp .item {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-top: 15px;
    }

    .graphic .List_tp1 {
        width: calc(100% + 15px);
    }

    .graphic .List_tp .img img {
        height: calc((100vw - 60px)/2/338*220);
    }

    .graphic .List_tp .title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .graphic .List_tp .title {
        padding: 10px 13px;
    }

    .w1400 {
        padding: 0 15px;
    }

    .dqwz {
        padding: 0 0 0 18px;
        height: 34px;
        line-height: 34px;
    }

    .dqwz::before{
        width: 18px;
        background-size: 12px auto;
        background-position: left center;
    }
    .dqwz,
    .dqwz span,
    .dqwz i,
    .dqwz a {
        font-size: 12px;
    }

    .dqwz i {
        margin: 0 4px;
    }

    .right_con {
        margin-top: 15px;
    }

    .dqwz {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 540px) {
    main {
        margin: 10px 0;
        min-height: 155px;
        padding: 0;
    }

    .dp h2.bt {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .nr_con h2.bt {
        font-size: 18px;
        line-height: 26px;
    }

    .nr_con div.wzxx {
        padding: 0 10px;
    }

    .right_con div.wzxx {
        padding: 0 10px;
    }

    .left_dh p.btn_one span {
        line-height: 38px;
        font-weight: normal;
    }

    .left_dh p.btn_one {
        padding: 0 10px;
    }

    .list ul li a p.more {
        display: none;
    }

    .list ul li a p.con {
        width: calc(100% - 80px);
    }

    .list ul li {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .left_dh h2 {
        font-size: 20px;
        padding: 10px 0px;
        background-size: 20px;
    }
}

@media only screen and (max-width: 440px) {
    .list_link ul li {
        width: 100%;
        margin-right: 0%;
    }

    .list_link ul li a {
        margin-bottom: 0;
        margin-top: 15px;
        height: 48px;
        font-size: 15px;
    }

    .graphic .List_tp .item {
        width: calc(100% - 15px);
    }

    .graphic .List_tp .img img {
        height: calc((100vw - 30px)/338*220);
    }
}