.banner {
    position: relative;
}

.banner>div {
    position: relative;
    height: 100%;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}


/* .banner .owl-theme .owl-controls {
    position: static;
    margin: 0;
    bottom: 40px;
    text-align: center;
    width: 100%;
} */

.owl-theme .owl-controls {
    margin: 0;
}

.banner .owl-carousel {
    position: static;
    height: 100%;
}

.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-wrapper,
.banner .owl-item,
.banner .owl-carousel .item {
    display: block;
    height: 100%;
}

.banner .owl-carousel .item img {
    display: block;
    height: 100%;
}

.banner .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.banner .owl-theme .owl-controls .owl-page {
    display: block;
    padding-top: 18px;
    position: relative;
}

.banner .owl-theme .owl-controls .owl-page::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #fff;
    left: 50%;
    top: -16px;
}

.banner .owl-theme .owl-controls .owl-page:first-child {
    padding: 0;
}

.banner .owl-theme .owl-controls .owl-page:first-child::before {
    content: none;
}

.banner .owl-theme .owl-controls .owl-page span {
    width: 57px;
    height: 55px;
    border-radius: 50%;
    padding: 0;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center center;
    color: #585858;
    margin: 0;
    opacity: 1;
    position: relative;
    z-index: 9;
}

.banner .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    bottom: 40px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    /* background: url(../images/banner-fy.png) no-repeat; */
    background-position: center center;
    background-size: auto 100%;
}

.banner .owl-theme .owl-controls .owl-buttons div {
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url(../images/banner-dot-bj.png) no-repeat;
}

.banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 70px;
}

.banner .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 70px;
}

.banner .owl-theme .owl-controls .owl-buttons div img {
    height: 30px;
    margin-top: 15px;
}

.fy-rotate {
    position: absolute;
    bottom: 40px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/banner-fy-btn.png) no-repeat;
    background-size: 100% 100%;
}

.fy-rotate img {
    width: 100%;
    height: 100%;
    animation: rotate-img 3s infinite linear;
}

@keyframes rotate-img {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}


/* 茅娄鈥撁┞÷�  忙聽路氓录聫*/

.index {
    position: fixed;
    width: 100%;
}

.gg-tit {
    overflow: hidden;
    line-height: 50px;
    margin-bottom: 30px;
}

.gg-tit h2 {
    float: left;
    font-size: 0;
}

.gg-tit h2 img {
    vertical-align: middle;
    height: 50px;
}

.gg-tit h2 span {
    vertical-align: middle;
    color: #222222;
    font-size: 34px;
    margin-left: 10px;
}

.gg-tit a {
    float: right;
    font-size: 0;
}

.gg-tit a span {
    vertical-align: middle;
    color: #194193;
    font-size: 16px;
    margin: 0 10px;
}

.gg-tit a img {
    vertical-align: middle;
}

.gg-tit .gg-tit-a2 {
    margin-left: 15px;
}

.gg-tit .gg-tit-a2 img {
    height: 40px;
}

.gg-tit .gg-tit-a2 span {
    color: #b41620;
    font-size: 15px;
    margin-left: 10px;
}

.section1 {
    padding: 170px 0 100px 0;
    background: url(../images/s1-bj.jpg) repeat;
}

.s1-left {
    float: left;
    width: 64.85%;
}

.s1-imgList {
    overflow: hidden;
}

.s1-imgList li {
    float: left;
    width: 48%;
    margin-left: 4%;
    position: relative;
}

.s1-imgList li:first-child {
    margin-left: 0;
}

.s1-imgList li a {
    display: block;
}

.s1-imgList li .pic {
    overflow: hidden;
    padding-top: 67%;
    position: relative;
}

.s1-imgList li .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    transition: all 0.5s;
}

.s1-imgList li .info {
    position: relative;
}

.s1-imgList li .info .date {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 76px;
    height: 76px;
    background: #2d519a;
    color: #fff;
    text-align: center;
    border: 1px solid #2d519a;
    transition: all 0.5s;
}

.s1-imgList li .info .date p {
    font-size: 30px;
    padding-top: 5px;
}

.s1-imgList li .info .date span {
    font-size: 14px;
}

.s1-imgList li .info>p {
    padding-left: 110px;
    line-height: 26px;
    color: #222;
    height: 52px;
    margin-top: 12px;
    padding-right: 30px;
    overflow: hidden;
}

.s1-imgList li:hover .pic img {
    transform: scale(1.05);
}

.s1-imgList li:hover .info>p {
    color: #2d519a;
    font-weight: 600;
}

.s1-imgList li:hover .info .date {
    background: #2d519a;
    color: #fff;
}

.s1-imgList2 {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #dddddd;
}

.s1-imgList2 li .info {
    height: 78px;
}

.s1-imgList2 li .info>p {
    height: 52px;
    margin: 0;
    padding-top: 12px;
}

.s1-imgList2 li .info .date {
    background: #fff;
    color: #2d519a;
    border: 1px solid #2d519a;
}

.s1-right {
    float: right;
    width: 32.85%;
}

.s1-right ul {
    margin-bottom: 30px;
}

.s1-right ul li {
    padding-left: 70px;
    line-height: 42px;
    position: relative;
}

.s1-right ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #222222;
}

.s1-right ul li a:hover {
    color: #194193;
    font-weight: 600;
}

.s1-right ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #194193;
}

.s1-right ul.s1-textList2 {
    margin-bottom: 0;
}

.section2 {
    padding: 75px 0 95px 0;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: 1920px 100%;
    background-position: center center;
}

.s2-child {
    position: relative;
}

.s2-menu {
    text-align: center;
}

.s2-menu li {
    display: inline-block;
    margin: 0 25px;
    font-size: 0;
    cursor: pointer;
}

.s2-menu li span {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 34px;
    margin-left: 10px;
    line-height: 34px;
    padding-right: 50px;
    border-right: 1px solid #ddd;
}

.s2-menu li:first-child+li+li span {
    border: none;
}

.s2-menu li img {
    vertical-align: middle;
    height: 50px;
    display: none;
}

.s2-menu li img:first-child {
    display: inline-block;
}

.s2-menu li.active img:first-child {
    display: none;
}

.s2-menu li.active img:first-child+img {
    display: inline-block;
}

.s2-menu li.active span {
    color: #194193;
}

.s2-mores {
    position: absolute;
    top: 0;
    right: 0;
}

.s2-mores .gg-tit {
    display: none;
    margin: 0;
}

.s2-mores .gg-tit:first-child {
    display: block;
}

.s2-box {
    margin-top: 65px;
}

.s2-box ul {
    overflow: hidden;
    display: none;
}

.s2-box ul:first-child {
    display: block;
}

.s2-box ul li {
    float: left;
    width: 30%;
    margin-left: 5%;
    box-sizing: border-box;
    padding-left: 45px;
    position: relative;
    margin-bottom: 40px;
}

.s2-box ul li:nth-child(3n+1) {
    margin-left: 0;
}

.s2-box ul li a {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    padding: 22px 20px 22px 66px;
}

.s2-box ul li a .date {
    position: absolute;
    left: 0;
    top: 0;
    height: 106px;
    width: 92px;
    background: url(../images/dbx-gray.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #194193;
}

.s2-box ul li a .date p {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
}

.s2-box ul li a .date span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.s2-box ul li a>p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    overflow: hidden;
}

.s2-box ul li:hover a .date {
    background: url(../images/dbx-blue.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.s2-box ul li:hover a>p {
    color: #194193;
    font-weight: 600;
}

.section3 {
    padding: 70px 0 80px 0;
    background: url(../images/s3-bj.jpg) repeat;
}

.s3-child {
    position: relative;
    min-height: 200px;
}

.s3-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 200px;
}

.s3-left>span {
    display: block;
    writing-mode: tb-rl;
    font-size: 34px;
    color: #333333;
    width: 52px;
}

.s3-left a {
    position: absolute;
    bottom: -30px;
    right: -11px;display: block;width: 100px;
  //  transform: rotateZ(90deg);
   // transform-origin: right top;
}

.s3-left a span {
    vertical-align: middle;
    color: #194193;
    font-size: 16px;
    margin: 0 10px;
}

.s3-left a img {
    vertical-align: middle;
}

.s3-right {
    position: absolute;
    left: 131px;
    right: 0;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.s3-right .item {
    display: block;
    margin-left: 10px;
    padding-top: 39%;
    position: relative;
}

.s3-right .item img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.s3-right .owl-carousel {
    position: static;
}

.s3-right .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    left: 0;
}

.s3-right .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    width: 36px;
    height: 54px;
    line-height: 54px;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.36);
}

.s3-right .owl-theme .owl-controls .owl-buttons div img {
    vertical-align: middle;
    height: 20px;
}

.s3-right .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
}

.s3-right .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}


/* 氓藛鈥犆┞÷� */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0166b3;
    color: #fff;
    border: 1px solid #0166b3;
}

.pagination a:hover {
    background: #0166b3;
    color: #fff;
    border: 1px solid #0166b3;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


/* 氓鈥犫�γ┞÷得β犅访ヂ悸� */


/* 
.channl-menu {
    float: left;
    width: 17.5%;
    margin-top: -70px;
    position: relative;
    background: #78073f;
}

.channl-menu p {
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.channl-menu p img {
    display: none;
} */

#nymain {
    background: url(../images/block-bj.jpg) no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain .leftNav {
    float: left;
    width: 20%;
    background: #0166b3;
    position: relative;
    top: -20px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav ul {
    margin-left: 20px;
    background: #fff;
    padding-right: 10px;
    padding-top: 15px;
}

.nymain .leftNav ul li {
    position: relative;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding-left: 30px;
    border-top: 1px solid #d8d8d8;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 18px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav>ul>li.active>a {
    padding-left: 38px;
    background: #f7f8fa url(../images/my-nav-left.png) no-repeat;
    background-size: 8px 100%;
    background-position: left top;
    margin-left: -8px;
    color: #0052a4;
}

.nymain .leftNav ul li a:hover {
    padding-left: 38px;
    background: #f7f8fa url(../images/my-nav-left.png) no-repeat;
    background-size: 8px 100%;
    background-position: left top;
    margin-left: -8px;
    color: #0052a4;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    background: #ebf2ff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    /* font-size: 16px; */
}

.nymain .leftNav>p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav ul {
    margin-left: 20px;
    background: #fff;
    padding-right: 10px;
    padding-top: 15px;
}

.nymain .leftNav ul li {
    position: relative;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding-left: 30px;
    border-top: 1px solid #d8d8d8;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav>ul>li.active>a {
    padding-left: 38px;
    background: #f7f8fa url(../images/my-nav-left.png) no-repeat;
    background-size: 8px 100%;
    background-position: left top;
    margin-left: -8px;
    color: #0166b3;
    font-weight: 600;
}

.nymain .leftNav ul li a:hover {
    padding-left: 38px;
    background: #f7f8fa url(../images/my-nav-left.png) no-repeat;
    background-size: 8px 100%;
    background-position: left top;
    margin-left: -8px;
    color: #0166b3;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    background: #ebf2ff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 14px;
}

.ny-right {
    float: right;
    width: 78%;
    padding-bottom: 50px;
}

.position {
    text-align: right;
    font-size: 0;
    padding: 20px 0;
    border-bottom: 1px solid #eceae4;
}

.position h3 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #0166b3;
    padding-bottom: 15px;
    border-bottom: 3px solid #0166b3;
}

.position span {
    color: #666666;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0166b3;
}

.text-list ul li {
    padding-right: 100px;
    padding-left: 20px;
    position: relative;
    line-height: 48px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    background: url(../images/dot2.png) no-repeat left center;
}

.text-list ul li:first-child {
    border-top: none;
}

.text-list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.text-list ul li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.text-list ul li:hover {
    left: 15px;
}

.text-list ul li:hover a {
    color: #0166b3;
}

.text-list ul li:hover span {
    color: #0069b2;
}

.ny-right.article {
    float: left;
    width: 70%;
}

.sub_right {
    padding: 20px 0;
    width: 25%;
    overflow: hidden;
    float: right;
    z-index: 99999;
}


/*鍙充晶鐑偣鏂伴椈*/

.subTitle1 {
    border-bottom: 2px solid #0052a4;
    padding-bottom: 10px;
    position: relative;
}

.subTitle1 h2 {
    color: #0052a4;
    font-size: 1.1em;
    font-weight: normal;
    height: 39px;
    line-height: 39px;
    background: url(../images/sub_hotnew_bg.png) no-repeat center left;
    padding-left: 45px;
}

.subTitle1 .subMore {
    float: right;
    position: absolute;
    right: 0px;
    width: 39px;
    height: 39px;
    line-height: 50px;
    text-align: right;
}

.subTitle1 .subMore a {
    display: block;
    color: #888;
    font-size: 0.8em;
}

.subTitle1 .subMore a:hover {
    color: #0052a4;
}

.subHotNewsList {
    margin-top: 20px;
}

.subHotNewsList li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.subHotNewsList li:hover a {
    color: #0052a4;
}

.subHotNewsList li.hotNewsImg {
    border: none;
    padding-bottom: 0;
}
.subHotNewsList li.hotNewsImg img{display:block;width:100%;}

.art-main .art-tit {
    border-bottom: 1px solid #e5e5e5;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 40px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #666666;
    text-indent: 2em;
    font-size: 16px;
    line-height: 48px;
}

.art-main .art-body img {
    max-width: 80% !important;
    height: auto !important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}


/* 氓鈥郝久р�扳�∶ニ嗏�斆÷� */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin: 20px 1.5% 0 1.5%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

.yxsz img {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.yxsz ul {
    border-bottom: #cfcfcf 1px dashed;
    margin-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.yxsz ul li {
    float: left;
    width: 20%;
    margin: 5px 0;
}

.yxsz ul li a {
    font-size: 14px;
    line-height: 28px;
}

.yxsz ul li a:hover {
    color: #0166b3;
}

.zcjsfxx ul p {
    color: #0166b3;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.zcjsfxx ul li {
    width: 33%;
}

.lmmc {
    height: 50px;
    background: url(../images/lmmcxt.jpg) no-repeat bottom;
    background-size: 100% 5px;
}

.lmmc>div {
    color: #1e7ad1;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 64px;
}

.xydl-imgs>div {
    overflow: hidden;
}

.xydl-imgs>div>div {
    float: left;
    width: 22%;
    margin-left: 4%;
    margin-bottom: 10px;
}

.xydl-imgs>div>div:nth-child(4n+1) {
    margin-left: 0;
}

.xydl-imgs>div>div>div {
    overflow: hidden;
}

.xydl-imgs>div>div img {
    display: block;
    width: 100%;
    height: 185px;
    transition: all 0.5s;
}

.xydl-imgs>div>div:hover a {
    color: #0166b3;
}

.xydl-imgs>div>div img:hover {
    transform: scale(1.05);
}

.xydl-imgs>div>div a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.lbnr {
    background-color: #f4f4f4;
}

.lbnr>div {
    overflow: hidden;
}

.lbnr>div>div {
    float: left;
    width: 16%;
    text-align: center;
    margin: 5px 0;
}

.lbnr>div>div a {
    display: block;
}

.lbnr>div>div a img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.lbnr>div>div div a {
    line-height: 28px;
    font-size: 16px;
}

.srld {
    margin-top: 20px;
}

.srld>div {
    line-height: 40px;
    vertical-align: middle;
    text-align: left;
    /* padding-left: 200px; */
}

.srld>div a {
    font-size: 16px;
    color: #2e2e2e;
}

@media screen and (max-width: 1400px) {
    .gg-tit .gg-tit-a2 img {
        height: 25px;
    }
    .gg-tit .gg-tit-a2 span {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 0;
    }
    .s3-left {
        left: 15px;
    }
    .s3-right {
        right: 15px;
    }



.zcjsfxx .ul-imgtxtq2{margin:10px -15px 2px;overflow:hidden;}
.zcjsfxx .ul-imgtxtq2 li{float:left;width:29%!important;padding:0 2%!important;margin-bottom:30px!important;overflow:hidden;}
.zcjsfxx .ul-imgtxtq2 .con{display:block;overflow:hidden;}
.zcjsfxx .ul-imgtxtq2 .pic{position:relative;height:0;padding-top:65.5%;background-color:#999;margin-bottom:19px;}
.zcjsfxx .ul-imgtxtq2 .pic:after{content:'';width:0;height:4px;background-color:#f58320;position:absolute;left:0;bottom:-4px;}
.zcjsfxx .ul-imgtxtq2 a:hover .pic:after{width:100%;}
.zcjsfxx .ul-imgtxtq2 .pic img{display:block;max-width:100%;min-width:100%;max-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.zcjsfxx .ul-imgtxtq2 .date{display:block;width:64px;font-size:12px;color:#fff;line-height:1.3em;text-align:center;background-color:#1f2969;position:absolute;right:20px;bottom:22px;padding:3px 0 6px;overflow:hidden;}
.zcjsfxx .ul-imgtxtq2 .date em{display:block;font-size:35px;font-weight:700;line-height:1.2em;margin-bottom:-2px;overflow:hidden;}
.zcjsfxx .ul-imgtxtq2 h3{font-size:16px!important;color:#333;line-height:2.4em!important;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.zcjsfxx .ul-imgtxtq2 a:hover h3{color:#62aade;}

}




@media screen and (max-width: 1024px) {
.zcjsfxx .ul-imgtxtq2 li {margin-bottom: 20px!important;}
.zcjsfxx .ul-imgtxtq2 .date {display: none!important;}
.zcjsfxx .ul-imgtxtq2 h3 {line-height: 1.4em!important;font-size: 15px!important;}
    .banner .owl-carousel .owl-wrapper-outer,
    .banner .owl-wrapper,
    .banner .owl-item,
    .banner .owl-carousel .item {
        height: auto;
    }
    .banner {
        margin-top: 50px;
    }
    .section1 {
        /* padding-left: 15px;
        padding-right: 15px; */
        padding-top: 70px;
    }
    .gg-tit {
        margin-bottom: 20px;
        line-height: 35px;
    }
    .gg-tit h2 img {
        height: 35px;
    }
    .gg-tit h2 span {
        font-size: 20px;
    }
    .gg-tit a span {
        font-size: 14px;
    }
    .gg-tit a img {
        height: 10px;
    }
    .s1-imgList li .info .date {
        width: 55px;
        height: 55px;
        left: 10px;
    }
    .s1-imgList li .info .date p {
        font-size: 20px;
        padding-top: 0;
    }
    .s1-imgList li .info .date span {
        font-size: 12px;
    }
    .s1-imgList li .info>p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 5px;
        padding-left: 80px;
        padding-right: 15px;
    }
    .s1-imgList2 {
        margin-top: 20px;
        padding-top: 20px;
    }
    .s1-imgList2 li .info {
        height: 57px;
    }
    .s1-imgList2 li .info>p {
        padding-top: 5px;
        margin-top: 0;
    }
    .s1-right ul {
        margin-bottom: 20px;
    }
    .s1-right ul li {
        line-height: 28px;
        padding-left: 55px;
    }
    .s1-right ul li span {
        font-size: 14px;
    }
    .s1-right ul li a {
        font-size: 14px;
    }
    /* .section2 {
        padding-left: 15px;
        padding-right: 15px;
    } */
    .s2-menu li {
        margin: 0 15px;
    }
    .s2-menu li img {
        height: 35px;
    }
    .s2-menu li span {
        font-size: 20px;
        padding-right: 30px;
    }
    .s2-box ul li:nth-child(3n+1) {
        margin-left: 2.5%;
    }
    .s2-box ul li {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 30px;
    }
    .s2-box ul li a {
        padding: 10px 10px 10px 40px;
    }
    .s2-box ul li a .date {
        width: 60px;
        height: 70px;
    }
    .s2-box ul li a .date p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .s2-box ul li a .date span {
        font-size: 12px;
        line-height: 12px;
        margin-top: 5px;
    }
    .s2-box ul li a>p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    /* .section3 {
        padding-left: 15px;
        padding-right: 15px;
    } */
    .s3-right {
        left: 100px;
    }
    .nymain .leftNav ul li a {
        font-size: 14px;
        padding-left: 20px;
    }
    .nymain .leftNav ul li.active a {
        padding-left: 28px;
    }
    .nymain .leftNav ul li:hover a {
        padding-left: 28px;
    }
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .position h3 {
        padding-bottom: 13px;
    }
    .text-list ul li {
        font-size: 14px;
    }
    .img-lists ul li {
        width: 45%;
        margin: 20px 2.3%;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div p {
        font-size: 14px;
    }
    .img-lists ul li a>div img {
        height: 12px;
    }
    .img-lists ul li a>div span {
        font-size: 12px;
    }
    .zzjg_text {
        padding: 20px 0;
    }
    .zzjg_text a {
        font-size: 14px;
        line-height: 30px;
    }
    .xydl-imgs>div>div img {
        height: 125px;
    }

.sub_right{display:none;}
.ny-right.article{width:auto;}
}

@media screen and (max-width:768px) {
    .section1,
    .section2,
    .section3 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .banner .owl-theme .owl-controls .owl-pagination {
        display: none;
    }
    .banner .owl-theme .owl-controls .owl-buttons {
        height: 40px;
        bottom: 20px;
    }
    .banner .owl-theme .owl-controls .owl-buttons div img {
        height: 20px;
        margin-top: 10px;
        width: auto;
    }
    .banner .owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-left: 40px;
    }
    .banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-right: 40px;
    }
    .fy-rotate {
        width: 40px;
        height: 40px;
        bottom: 20px;
    }
    .gg-tit .gg-tit-a2 img {
        height: 25px;
    }
    .gg-tit .gg-tit-a2 span {
        margin-left: 5px;
    }
    .s1-left,
    .s1-right {
        float: none;
        width: auto;
    }
    .s1-right {
        margin-top: 20px;
    }
    .s2-menu li span {
        border: none;
        padding: 0;
    }
    .s2-mores {
        position: static;
        margin-top: 20px;
    }
    .s2-box {
        margin-top: 20px;
    }
    .s2-mores a {
        display: block;
        float: none;
        text-align: center;
    }
    .s2-box ul li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    .s2-box ul li:nth-child(3n+1) {
        margin-left: 0.5%;
    }
    .s3-left {
        position: static;
        width: auto;
        text-align: left;
        line-height: 35px;
        font-size: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .s3-left>img {
        vertical-align: middle;
        height: 35px;
    }
    .s3-left>span {
        display: inline;
        writing-mode: horizontal-tb;
        width: auto;
        font-size: 20px;
        vertical-align: middle;
        margin-left: 10px;
    }
    .s3-left a {
        position: static;
        float: right;
        transform: rotateZ(0);
    }
    .s3-left a img {
        height: 10px;
    }
    .s3-right {
        position: static;
        transform: translateY(0);
    }
    .s3-right .item {
        margin: 0 5px;
    }
    .s3-right .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 5px;
    }
    .s3-right .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 5px;
    }
    .nymain {
        padding: 15px;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
    }
    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }
    .ny-right {
        float: none;
        width: auto;
    }
    .position {
        padding: 20px 0;
    }
    .pagination {
        padding-top: 50px;
    }
    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .nymain .leftNav ul {
        padding-top: 10px;
    }
    .nymain .leftNav ul li a {
        line-height: 40px;
    }
    .nymain .leftNav>ul>li>span {
        top: 5px;
    }
    .text-list ul li {
        line-height: 40px;
        font-size: 12px;
    }
    .art-main .art-tit h3 {
        font-size: 16px;
    }
    .art-main .art-body p {
        font-size: 14px;
        line-height: 40px;
    }
    .art-main .cont-tit p span {
        font-size: 12px;
    }
    .art-main .cont-tit p img {
        height: 12px;
    }
    .zzjg_text li {
        width: 50%;
    }
    .img-lists ul li {
        margin: 10px 2%;
    }
    .img-lists ul li a>img {
        height: 191px;
    }
    .img-lists ul li a>div p {
        font-size: 12px;
    }
    .yxsz ul li {
        width: 33.333%;
    }
    .xydl-imgs>div>div img {
        height: 115px;
    }
    .lbnr>div>div {
        width: 25%;
    }
    .lbnr>div>div div a {
        font-size: 14px;
    }
    .srld>div a {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
.zcjsfxx .ul-imgtxtq2 li {width: 96%!important;}
.zcjsfxx .ul-imgtxtq2 h3 {text-align:center;}

    .gg-tit {
        line-height: 25px;
    }
    .gg-tit h2 img {
        height: 25px;
    }
    .gg-tit h2 span {
        font-size: 16px;
        margin-left: 3px;
    }
    .s1-imgList li .info .date {
        left: 0;
    }
    .s1-imgList li .info>p {
        padding-left: 60px;
        padding-right: 0;
        font-size: 12px;
    }
    .s2-box ul li {
        float: none;
        width: auto;
    }
    .img-lists ul li a>img {
        height: 100px;
    }
    .text-list ul li {
        padding-right: 75px;
        padding-left: 15px;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
    .s2-menu li {
        margin: 0 3px;
    }
    .s2-menu li img {
        height: 25px;
    }
    .s2-menu li span {
        font-size: 15px;
        margin-left: 3px;
    }
    .s2-mores {
        margin-top: 10px;
    }
    .yxsz ul li {
        width: 50%;
    }
    .xydl-imgs>div>div {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        font-size: 14px;
        text-align: center;
    }
    .xydl-imgs>div>div:nth-child(4n+1) {
        margin-left: 2.5%;
    }
    .lbnr>div>div {
        width: 33.33%;
    }
    .lbnr>div>div div a {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .s1-imgList li {
        float: none;
        width: auto;
        margin: 0;
        margin-top: 20px;
    }
    .s1-imgList li:first-child {
        margin-top: 0;
    }
    .text-list ul li {
        line-height: 40px;
        font-size: 12px;
    }
    .art-main .art-tit h3 {
        font-size: 20px;
        /* font-weight: bold; */
    }
    .art-main .art-tit span {
        font-size: 12px;
        /* font-weight: bold; */
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }
    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }
    .banner .owl-theme .owl-controls .owl-page span {
        width: 20px;
        height: 20px;
        background-size: 80% 80%;
    }
    .img-lists ul li a>img {
        height: 84px;
    }
}