@charset "utf-8";


/* index */

body {
    overflow-x: hidden;
}


/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide a .tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.33rem;
}

.banner .slick-slide a .tx p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #FFFFFF;
    word-break: break-all;
}

.banner .slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1);
}


.banner .slick-dots {
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 0;
    z-index: 9;
}

.banner .slick-dots li {
    width: calc((100% - 0.18rem)/4);
    margin: 0;
    padding: 0;
    height: 0.1rem;
    background: #ffffff;
    opacity: 0.7;
    transition: all 0.5s;
}

.banner .slick-dots li+li {
    margin-left: 0.06rem;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: #CE132D;
}

.banner .slick-dots li button {
    display: none;
}


/* .banner .slick-prev,
.banner .slick-next {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: all 0.5s;
}

.banner .slick-prev {
    left: 0.7rem;
    background-image: url();
}

.banner .slick-next {
    right: 0.7rem;
    background-image: url();
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    opacity: 0.5;
} */









.itit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .25rem;
}

.itit div {
    display: flex;
    align-items: center;
}

.itit div img {
    margin-right: .1rem;
    width: .2rem;
}

.itit div span {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #1D1D1D;
}

.itit a {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #999999;
    padding-right: .11rem;
    background: url(../images/tit-more.svg) no-repeat;
    background-position: right center;
    background-size: .06rem auto;
}

/* row0 */
.row0 {
    background: #fff;
    border-radius: 0.2rem;
    margin-top: -0.45rem;
    position: relative;
    z-index: 1;
}

.r0-c ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem 0;
}

.r0-c ul li a img {
    display: block;
    max-height: .4rem;
    margin-right: 0.2rem;
}

.r0-c ul li a p {
    font-size: .22rem;
    color: #000;
    transition: all 0.5s;
}

.r0-c ul li:hover a img {
    animation: jello 1.5s linear infinite;
}

.r0-c ul li:hover a p {
    color: #ab0006;
}

.row1 {
    padding-top: 0.9rem;
}

.row1 .wp,
.row2 .wp,
.row3 .wp {
    width: 11.3rem;
}

.r1-c {}

.qh-tit {
    position: relative;
    padding-bottom: 0.58rem;
}

.qh-tit ul {
    display: flex;
    align-items: center;
}

.qh-tit li {
    font-size: .47rem;
    font-weight: bold;
    color: #1c283d;
    cursor: pointer;
    position: relative;
}

.qh-tit li+li {
    margin-left: 0.46rem;
}

.qh-tit li+li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.23rem;
    width: 0.04rem;
    height: 0.37rem;
    background: #1c283d;
}

.qh-tit li.on {
    color: #88181a;
}

.more {
    position: absolute;
    right: 0;
    top: 0.18rem;
}

.more a {
    display: block;
    font-size: .2rem;
    color: #b42425;
    line-height: .3rem;
    position: relative;
    transition: all .5s;
}

.more a::before {
    content: '';
    position: absolute;
    top: -0.09rem;
    left: -0.22rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #b42425;
    box-shadow: 0px 0.02rem 0.045rem 0.005rem rgba(146, 23, 24, 0.84);
    z-index: -1;
    transition: all .5s;
}

.more a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: -.8rem; */
    right: 1.6rem;
    width: 0.48rem;
    border-bottom: 3px solid #b42425;
    z-index: -1;
    transition: all .5s;
}

.more a span {
    color: #fff;
}

.more a:hover {
    color: #fff;
}

.more a:hover::before {
    width: 1.6rem;
    border-radius: 0.1rem;
}

.more a:hover::after {
    width: 0;
}

.row1 .more a,
.row3 .more a {
    display: none;
}

.row1 .more a.on,
.row3 .more a.on {
    display: block;
}

.titen {
    display: block;
    position: absolute;
    left: -1.2rem;
    top: -.6rem;
    width: 9.38rem;
    max-width: 100%;
    z-index: -1;
}

.qh-bd {
    position: relative;
}

.qh-bd>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qh-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.r1-c .l {
    width: 51.68%;
    height: 5.65rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.r1-c .l .l-ks {
    width: 1rem;
    background: #88181a;
}

.r1-c .l .l-ks ul,
.r1-c .l .l-ks .slick-list {
    height: 100% !important;
}

.r1-c .l .l-ks ul li {
    margin-top: 0.5rem;
}

.r1-c .l .l-ks ul li a {
    display: block;
    text-align: center;
}

.r1-c .l .l-ks ul li a .icon {
    height: 0.45rem;
}

.r1-c .l .l-ks ul li a .icon img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.r1-c .l .l-ks ul li a p {
    font-size: .13rem;
    color: #fff;
    margin-top: 0.1rem;
    padding: 0 .05rem;
    transition: all 0.5s;
}

.r1-c .l .l-ks ul li:hover a p {
    font-weight: bold;
}

.r1-c .l .lxx {
    flex: 1;
    min-width: 0;
    padding: 0.15rem .15rem 0 .15rem;
}

.r1-c .l .lxx>h3 {
    font-size: .25rem;
    color: #010101;
}

.r1-c .l .lxx ul {
    margin-top: 0.2rem;
}

.r1-c .l .lxx ul li {
    line-height: .6rem;
    overflow: hidden;
    border-bottom: 1px dashed #2d2d2d;
    font-size: .16rem;
    position: relative;
    left: 0;
    transition: all .5s;
}

.r1-c .l .lxx ul li span {
    display: block;
    float: right;
    margin-left: 0.2rem;
    font-size: .13rem;
    color: #2d2d2d;
    transition: all .5s;
}

.r1-c .l .lxx ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    transition: all .5s;
}

.r1-c .l .lxx ul li:hover {
    left: 0.05rem;
    border-bottom-color: #b42425;
}

.r1-c .l .lxx ul li:hover span,
.r1-c .l .lxx ul li:hover a {
    color: #b42425;
}

.r1-c .r {
    width: 47.43%;
    background: #fff;
    padding: .15rem;
}

.jdt {
    position: relative;
}

.jdt::before {
    content: '';
    position: absolute;
    top: -.15rem;
    right: -.15rem;
    bottom: -.15rem;
    width: 40%;
    background: #88181a;
}

.jdt ul li a {
    display: block;
}

.jdt ul li a .pic {
    padding-top: 61.53%;
}

.jdt .slick-dots {
    bottom: .15rem;
    z-index: 9;
    font-size: 0;
}

.jdt .slick-dots li {
    width: .1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 .05rem;
}

.jdt .slick-dots li.slick-active {
    background: #a81e1f;
}

.jdt .slick-dots li button {
    display: none;
}

.r1-c .r .rb {
    margin-top: 0.22rem;
}

.r1-c .r .rb .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.r1-c .r .rb .title h3 {
    font-size: .25rem;
    color: #ab0006;
}

.r1-c .r .rb .gd a {
    display: block;
    font-size: .14rem;
    color: #999;
    transition: all 0.5s;
}

.r1-c .r .rb .gd a:hover {
    color: #ab0006;
}

.r1-c .r .rb ul {
    margin-top: 0.1rem;
}

.r1-c .r .rb ul li a {
    display: flex;
    align-items: center;
    position: relative;
}

.r1-c .r .rb ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0.6rem;
    border-bottom: 1px dashed #2d2d2d;
}

.r1-c .r .rb ul li a .date {
    text-align: center;
    margin-right: 0.2rem;
    color: #ab0006;
}

.r1-c .r .rb ul li a .date b {
    display: block;
    font-size: .28rem;
    font-weight: bold;
}

.r1-c .r .rb ul li a .date span {
    display: block;
    font-size: .12rem;
    line-height: 1;
}

.r1-c .r .rb ul li a h3 {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .16rem;
    color: #000;
    font-weight: normal;
    transition: all .5s;
}

.r1-c .r .rb ul li:hover a::after {
    border-bottom-color: #ab0006;
}

.r1-c .r .rb ul li:hover a h3 {
    color: #ab0006;
}

.zxxt .r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
    padding: 0;
}

.zxxt .jdt {
    width: 51.68%;
}

.zxxt .jdt::before {
    content: none;
}

.zxxt .jdt a {
    background-color: #fff;
}

.zxxt .jdt .tx {
    padding: 0.15rem;
}

.zxxt .jdt .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.zxxt .jdt .slick-dots {
    bottom: 1rem;
}

.zxxt .r .rb {
    width: 47.43%;
    background-color: #fff;
    padding: 0.11rem .15rem;
    margin-top: 0;
}

.r1-c .zxxt .r .rb ul li a h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: inherit;
    line-height: 0.26rem;
    max-height: 0.52rem;
}

.r1-c .zxxt .r .rb ul li a::after {
    content: none;
}

.r1-c .zxxt .r .rb ul li a {
    /* padding: 0.1rem 0; */
    margin-bottom: 0.2rem;
}


/* row2 */
.row2 {
    padding-top: 1rem;
}

.row2 .titen {
    width: 13.6rem;
    max-width: 120%;
}

.r2-c {
    background: #fff;
    padding: .15rem;
}

.r2-t {
    display: flex;
    flex-wrap: wrap;
}

.r2-t .l {
    width: .5rem;
    font-size: .25rem;
    font-weight: bold;
    color: #ab0006;
    margin-right: 0.2rem;
}

.r2-t .r {
    flex: 1;
    min-width: 0;
}

.r2-t .t {
    position: relative;
    z-index: 1;
}

.r2-t .t ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.r2-t .t ul li {
    width: 25%;
}

.r2-t .t ul li .select {
    position: relative;
    z-index: 1;
    margin: 0 0.2rem;
}

.r2-t .t ul li .select.open {
    z-index: 9;
}

.r2-t .t ul li .select::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    border-top: 0.05rem solid #1c283d;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
}

.r2-t .t ul li .select input {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.15rem;
    border: 1px solid #b9b9b9;
    cursor: pointer;
    color: #1c283d;
    padding: 0 .2rem;
}

.r2-t .t ul li .select .rl-row-box {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    transform: translateY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.r2-t .t ul li .select .rl-row-box ul {
    display: block;
    padding: .1rem 0;
    margin: 0;
    max-height: 2.5rem;
    overflow-y: auto;
}

.r2-t .t ul li .select .rl-row-box ul li {
    width: 100%;
    padding: .1rem .15rem;
    font-size: .14rem;
    cursor: pointer;
    transition: all .5s;
}

.r2-t .t ul li .select .rl-row-box ul li:hover {
    background-color: #ab0006;
    color: #fff;
}


.r2-t .t ul li .select.open .rl-row-box {
    transform: none;
    opacity: 1;
    visibility: visible;
}


.r2-t input::-webkit-input-placeholder {
    color: #1c283d;
}

.r2-t input::-moz-input-placeholder {
    color: #1c283d;
}

.r2-t input::-ms-input-placeholder {
    color: #1c283d;
}

.row2 .t-search {
    display: block;
    width: 100%;
    margin-top: 0.1rem;
}

.row2 .t-search>div {
    width: 100%;
    line-height: 0.3rem;
    position: relative;
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    border: 1px solid #b9b9b9;
}

.row2 .t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 1.8rem 0 .1rem;
    font-size: 0.16rem;
    height: .3rem;
    box-sizing: border-box;
    color: #1c283d;
    background: no-repeat;
    line-height: .3rem;
}

.row2 .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
}

.row2 .search-btn:before {}

.row2 .search-btn input {
    display: block;
    width: 100%;
    background: #a81e1f;
    height: 100%;
    cursor: pointer;
    font-size: .15rem;
    color: #fff;
}

.r2-b {
    margin-top: 0.3rem;
}

.r2-b .k .tith ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
}

.r2-b .k .tith ul li {
    line-height: .4rem;
    font-size: .16rem;
}

.r2-b .k .tith ul li.tit {
    flex: 1;
    min-width: 0;
    text-align: left;
    padding: 0 0.2rem 0 .4rem;
}

.r2-b .k .tith ul li.tit a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: inherit;
    padding: 0;
}

.r2-b .k .tith ul:nth-child(2) li {
    display: flex;
    align-items: center;
}

.r2-b .k .tith ul:nth-child(2) li img {
    display: block;
    margin-right: 0.05rem;
    max-height: .21rem;
}

.r2-b .k.red .tith ul:first-child,
.r2-b .k.red .tith ul:first-child a {
    background: #a81e1f;
    color: #fff;
}

.r2-b .k.grey .tith ul:first-child {
    background: #f1f1f1;
    color: #000;
}

/* row3 */
.row3 {
    padding-bottom: 0.9rem;
    padding-top: 1.3rem;
}

.row3 .titen {
    width: 6.17rem;
}

.row3 .qh-tit .l {
    display: flex;
    align-items: flex-end;
}

.row3 .qh-tit .l p {
    font-size: .18rem;
    color: #ab8848;
    margin-left: 0.2rem;
}

.r3-l {
    width: 43.8%;
}

.gg3 ul li a {
    display: block;
}

.gg3 ul li a .tx {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.gg3 ul li a .tx::before {
    content: '';
    position: absolute;
    bottom: 0.03rem;
    left: 0;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../images/r3-j.png) no-repeat;
    background-size: 100% 100%;
}

.gg3 ul li a .tx .date {
    color: #666;
    margin-right: 0.2rem;
}

.gg3 ul li a .tx .date b {
    display: block;
    font-size: .28rem;
    line-height: 1;
}

.gg3 ul li a .tx .date span {
    display: block;
    font-size: .14rem;
}

.gg3 ul li a .txr {
    flex: 1;
    min-width: 0;
}

.gg3 ul li a .txr h3 {
    font-size: .18rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gg3 ul li a .txr h3 span {
    color: #b42425;
}

.gg3 ul li a .txr p {
    font-size: .14rem;
    line-height: .22rem;
    height: .44rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #393939;
    margin-top: 0.2rem;
}

.r3-l ul li a .pic {
    margin-top: 0.25rem;
    padding-top: 59.43%;
}

.gg3 ul li:hover a .txr h3 {
    color: #b42425;
}


.r3-l .slick-dots {
    margin-top: .2rem;
    position: static;
    font-size: 0;
}

.r3-l .slick-dots li {
    width: .1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #ccc;
    margin: 0 .05rem;
}

.r3-l .slick-dots li.slick-active {
    background: #a81e1f;
}

.r3-l .slick-dots li button {
    display: none;
}

.r3-r ul li {
    margin-top: 0.7rem;
    position: relative;
}

.r3-r ul li:first-child {
    margin-top: 0;
}

.r3-r ul li::after {
    content: '';
    position: absolute;
    bottom: -.3rem;
    left: 1rem;
    width: 0;
    border-bottom: 1px solid #070002;
    transition: all 0.5s;
}

.r3-r ul li:hover::after {
    width: 70%;
}

.r3-r ul li a .txr {
    padding-right: 0.51rem;
}

.r3-r ul li a .tx::before {
    left: auto;
    right: 0;
    bottom: .1rem;
}

.r3-r {
    width: 47.78%;
}

.r3-r ul li a {
    display: block;
}

/* 侧边导航 */
#asideNav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0.1rem;
    z-index: 999;
    width: 0.8rem;
}

#asideNav.on {
    /* right: 0.22rem; */
}

#asideNav ul {
    background-color: #ffffff;
    border-radius: 0.05rem;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.15);
}

#asideNav ul li {
    position: relative;
}

#asideNav ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 0.7rem;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

#asideNav ul li:first-child a {
    border-radius: 0.05rem 0.05rem 0 0;
}

#asideNav ul li:last-child a {
    border-radius: 0 0 0.05rem 0.05rem;
}

#asideNav ul li+li {
    border-top: 1px solid #ddd;
}

#asideNav ul li a .pic1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#asideNav ul li a .pic1 img {
    max-height: 0.28rem;
    transition: all 0.5s;
}

#asideNav ul li a .pic1 img:first-child {
    display: block;
}

#asideNav ul li a .pic1 img:nth-child(2) {
    display: none;
}

#asideNav ul li a p {
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.14rem;
    text-align: center;
    color: #000000;
    margin-top: 0.1rem;
    transition: all 0.5s;
}

#asideNav ul li .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

#asideNav ul li .box img {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.15);
    margin-top: 0.1rem;
}

#asideNav ul li:hover .box {
    top: -0.7rem;
    left: -2.13rem;
    opacity: 1;
    visibility: visible;
    width: 2.03rem;
    height: 2.08rem;
    background: url(../images/cl-divbg.png) no-repeat;
    background-size: 100% 100%;
}

#asideNav ul li:nth-child(4):hover .box {
    top: -0.02rem;
    left: -2.13rem;
    opacity: 1;
    visibility: visible;
    width: 2.03rem;
    height: 0.65rem;
    background: url(../images/cl-divbg.png) no-repeat;
    background-size: 100% 100%;
}

#asideNav ul li:hover .box p {
    text-align: center;
    padding: 0 0.1rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
}

#asideNav ul li:hover .box img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

#asideNav ul li:hover a {
    background-color: #bb2e1c;
}

#asideNav ul li:hover a p {
    color: #fff;
}

#asideNav ul li:hover .pic1 img:first-child {
    display: none;
}

#asideNav ul li:hover .pic1 img:nth-child(2) {
    display: block;
}

#asideNav ul li.gotop a img {
    display: block;
    height: 0.24rem;
}



@media screen and (max-width: 1024px) {
    #asideNav {
        display: none;
    }
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1400px) {
    .row0 {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1130px) {

    .row1 .wp,
    .row2 .wp,
    .row3 .wp {
        width: 100%;
    }

    .titen {
        left: 0;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .qh-tit li {
        font-size: .26rem;
    }

    .qh-tit li+li::before {
        height: .24rem;
    }

    .r1-c .r .rb ul li a .date b,
    .gg3 ul li a .tx .date b {
        font-size: .26rem;
    }

    .r1-c .zxxt .r .rb ul li a {
        padding: 0.12rem 0;
    }

    .more a {
        font-size: .18rem;
    }

    .more a::before {
        width: .32rem;
        height: 0.32rem;
        left: -.09rem;
        top: -0.02rem;
    }

    .more a:hover::before {
        width: 1.25rem;
    }

    .more a::after {
        width: .3rem;
        right: 1.3rem;
        border-bottom-width: 2px;
    }

    .row1 {
        padding-top: 0.4rem;
    }

    .qh-tit {
        padding-bottom: 0.3rem;
    }

    .titen {
        top: -0.3rem;
        width: auto;
        height: 1rem;
    }

    .row2 {
        padding-top: 0.4rem;
    }

    .more {
        top: .03rem;
    }

    .row3 {
        padding-top: 0.4rem;
        padding-bottom: 0.5rem;
    }

    .row3 .qh-tit .l p {
        font-size: .16rem;
    }

    .gg3 ul li a .txr p {
        font-size: .16rem;
    }
}

@media screen and (max-width: 768px) {
    .r0-c ul li a img {
        max-height: .3rem;
    }

    .r0-c ul li a p {
        font-size: .2rem;
    }

    .r1-c .l {
        width: 100%;
        height: auto;
    }

    .r1-c .l .l-ks {
        width: 100%;
    }

    .r1-c .l .lxx {
        flex: none;
        width: 100%;
        padding: .3rem .15rem .15rem;
    }

    .r1-c .l .lxx ul li {
        font-size: .2rem;
        line-height: .7rem;
    }

    .r1-c .l .lxx ul li span {
        font-size: .18rem;
    }

    .r1-c .l .l-ks ul li a p {
        font-size: .2rem;
    }

    .r1-c .l .l-ks ul li a {
        padding-bottom: 0.2rem;
    }

    .r1-c .r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .r1-c .r .rb {
        margin-top: 0.3rem;
    }

    .r1-c .r .rb ul li {
        margin: 0.2rem 0;
    }

    .r1-c .r .rb ul li a {
        font-size: 12px;
    }

    .r1-c .r .rb ul li a h3 {
        font-size: .2rem;
    }

    .zxxt .jdt {
        width: 100%;
    }

    .zxxt .jdt .tx h3 {
        font-size: 0.2rem;
    }

    .zxxt .r .rb {
        width: 100%;
    }

    .r1-c .zxxt .r .rb ul li a {
        padding: 0;
    }

    .r2-b .k .tith ul li {
        font-size: .18rem;
    }

    .r2-b .k .tith ul:nth-child(2) {
        flex-wrap: wrap;
    }

    .r2-t .l {
        width: 100%;
    }

    .r2-t .t ul li {
        width: 50%;
        margin-top: 0.2rem;
    }

    .r2-t .t ul li .select input {
        font-size: .16rem;
    }

    .row2 .t-search {
        margin-top: 0.2rem;
    }

    .r2-b .k .tith ul {
        flex-wrap: wrap;
    }

    .r2-b .k .tith ul li {
        width: 100% !important;
    }

    .r2-b .k .tith ul li.tit {
        flex: none;
        padding: 0;
    }

    .r2-b .k .tith ul {
        padding: .1rem .2rem;
    }

    .r2-t .t ul li .select .rl-row-box ul li {
        font-size: .16rem;
        margin-top: 0;
    }

    .r3-l {
        width: 100%;
    }

    .r3-r {
        width: 100%;
        margin-top: 0.5rem;
    }

    .gg3 ul li a .txr h3 {
        font-size: .2rem;
    }

    .r3-r ul li {
        margin-top: 0.3rem;
    }

    .row3 .qh-tit .l {
        flex-wrap: wrap;
    }

    .row3 .qh-tit .l p {
        width: 100%;
        margin-left: 0;
        margin-top: 0.2rem;
    }

    .row3 .more {
        position: static;
        margin-top: 0.2rem;
        padding-left: .7rem;
    }

    .row3 .more a::after {
        right: auto;
        left: -.65rem;
    }

}

@media screen and (max-width: 480px) {}