@charset "utf-8";
.title1 {
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}

.title1::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60px;
    content: "";
    background-color: #c70008;
}

.title1 .name {
    font-size: 32px;
    line-height: 34px;
    color: #c70008;
    letter-spacing: 3px;
}

.title1 .ename {
    color: #9b9b9b;
    font-size: 20px;
    margin-top: 8px;
}

.title1 .more {
    position: absolute;
    bottom: 5px;
    right: 0px;
    padding-left: 30px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c70008;
    color: #c70008;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(../image/index28.png);
}

.op:hover {
    opacity: 0.6;
}
.box11{
    margin-bottom: 30px;
}
.box11 .date {
    color: #c70008;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/index1.png);
    padding-left: 20px;
}

.box11 .left,
.box11 .right {
    width: calc(50% - 23px);
}

.box11 .left .img {
    width: 100%;
    height: 456px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box11 .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box11 .left .title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box11 .left .stitle {
    font-size: 22px;
    margin-bottom: 10px;
}
.box11 .left .summary {
    line-height: 28px;
    color: #6e6e6e;
    -webkit-line-clamp: 5;
    max-height:140px
}

.box11 .left:hover .title {
    color: #c70008;
}

.box11 .left:hover .summary {
    color: #333333;
}

.box11 .right {}

.box11 .right .item {
    margin-bottom: 40px;
}

.box11 .right .item .title {
    line-height: 30px;
    font-size: 20px;
}
.box11 .right .item .stitle {
    line-height: 28px;
    font-size: 17px;
}
.box11 .right .item .stitle:before {content:'';display:inline-block;height: 2px;width: 25px;background: #d8d0d1;vertical-align: middle;margin-right: 10px;}
.box11 .right .item .img {
    width: 300px;
    float: left;
    height: 200px;
    overflow: hidden;
}

.box11 .right .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box11 .right .item .text {
    box-sizing: border-box;
    width: calc(100% - 300px);
    padding-left: 20px;
    float: left;
}
.box11 .right .item .text.noimg{width:100%;padding:0px;float:none}
.box11 .right .item .summary {
    line-height: 28px;
    color: #6e6e6e;
    -webkit-line-clamp: 4;
    max-height:110px
}

.box11 .right .date {
    margin: 5px 0;
}

.imghov:hover .img img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.imghov1:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.texthov:hover .title {
    color: #c70008 !important;
    transition: all 0.5s;
}

.box11 .right .item:hover .title {
    color: #c70008;
}

.box11 .right .item:hover .summary {
    color: #333333;
}

.title2 {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.title2 .text {
    position: relative;
    z-index: 2;
    line-height: 28px;
    font-size: 24px;
    background-color: #ffffff;
    margin: auto;
    color: #c70008;
    padding: 0px 20px;
    display: inline-block;
}

.title2 .line {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.box12 .list {}

.box12 .list .item {
    padding: 25px 0px;
    /* width: calc(100% / 7); */
    float: left;
    width: 14.285555%;
}

.box12 .list .item .icon {
    margin: auto;
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.box12 .list .item .title {
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 5px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-top: 12px;
}

.box12 .list .item:nth-child(1) {
    background-color: #3b5996;
}

.box12 .list .item:nth-child(2) {
    background-color: #2bb048;
}

.box12 .list .item:nth-child(3) {
    background-color: #fcc00c;
}

.box12 .list .item:nth-child(4) {
    background-color: #ed7928;
}

.box12 .list .item:nth-child(5) {
    background-color: #d1242a;
}

.box12 .list .item:nth-child(6) {
    background-color: #2e96a7;
}

.box12 .list .item:nth-child(7) {
    background-color: #0272af;
}

.box12 .list .item:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

.box2 {
    background-size: 100% 100%;
    background-image: url(../image/index30.png);
}

.box2 .box {
    padding-bottom: 0px
}

.box2 .left {
    width: calc(100% - 380px);
    box-sizing: border-box;
    padding-right: 40px;
}

.box2 .left .top {
    width: calc(100% + 30px);
}

.box2 .left .top .item {
    width: calc(99.999999% / 3 - 30px);
    margin-right: 30px;
    float: left;
}

.box2 .left .top .item .img {
    overflow: hidden;
}

.box2 .left .top .item .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.box2 .left .top .item .title {
    background-color: #ffffff;
    padding: 13px 15px;
}

.box2 .left .top .item .title .l2 {
    line-height: 24px;
    font-size: 15px;
    height: 48px;
}

.box2 .left .top .item:hover .title {
    color: #c70008;
}

.box2 .left .bottom {
    padding: 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-top: 20px;
}

.box2 .left .bottom .block {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 45px;
}

.box2 .left .bottom .block .item {
    padding-top: 16px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}

.box2 .left .bottom .block .item .line {
    position: absolute;
    left: 0px;
    width: 1px;
    top: 0;
    height: 100%;
    background-color: #f0f0f0;
}

.box2 .left .bottom .block .item .date {
    border-radius: 5px;
    line-height: 30px;
    padding: 0px 12px;
    position: relative;
    color: #FFF;
    background-color: #c70008;
    display: inline-block;
}

.box2 .left .bottom .block .item .title {
    line-height: 26px;
    margin-top: 15px;
    height: 52px;
	width:88%;
}

.box2 .left .bottom .block .item .item1 {
    width: 25px;
    height: 1px;
    background-color: #c70008;
    position: absolute;
    left: -25px;
    transform: translateY(-50%);
    top: 50%;
}

.box2 .left .bottom .block .item .item2 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #e7e1e1;
    position: absolute;
    left: -31px;
    transform: translateY(-50%);
    top: 50%;
    background-color: #ffffff;
    display: block;
}

.box2 .left .bottom .block .item .item3 {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #c70008;
    position: absolute;
    left: -34px;
    transform: translateY(-50%);
    top: 50%;
    background-color: #ffffff;
}

.box2 .left .bottom .block .item .item4 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: -28px;
    transform: translateY(-50%);
    top: 50%;
    background-color: #c70008;
}

.box2 .left .bottom .block .item .item3,
.box2 .left .bottom .block .item .item4 {
    display: block;
}

.box2 .left .bottom .block .item:hover .item3,
.box2 .left .bottom .block .item:hover .item4 {
    /* display: block; */
}

.box2 .left .bottom .block .item .item2 {
}

.box2 .left .bottom .block .item:hover .date .item1 {
    background-color: #c70008;
    transition: all 0.5s;
}

.box2 .left .bottom .block .item:hover .date {
    color: #ffffff;
    background-color: #c70008;
    transition: all 0.5s;
}

.box2 .left .bottom .block .item:hover .title {
    color: #c70008;
    transition: all 0.5s;
}

.box2 .right {
    width: 380px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 50px 16px;
    padding-bottom: 0px;
    transform: translateY(-50px);
}

.box2 .right .list {
    padding-bottom: 4px;
}

.box2 .right .list .item {
    margin-bottom: 32px;
}

.box2 .right .list .item .date {
    float: left;
    width: 70px;
    height: 65px;
    background-color: #faf8f8;
    color: #4e1012;
    text-align: center;
}

.box2 .right .list .item .d1 {
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 3px;
}

.box2 .right .list .item .d2 {
    font-size: 14px;
}

.box2 .right .list .item .title {
    padding-left: 14px;
    line-height: 30px;
    padding-top: 2px;
    float: left;
    width: calc(100% - 70px);
    box-sizing: border-box;
    height: 62px;
}

.box2 .right .list .item:hover .date {
    background-color: #c70008;
    color: #ffffff;
    transition: all 0.5s;
}

.box2 .right .list .item:hover .title {
    color: #c70008;
    transition: all 0.5s;
}

.box3 {
    background-image: url(../image/index20.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.box3 .box {
    padding-bottom: 370px;
}

.box31 .title1 .ename span {
    display: block;
}

.box31 .title1 .more {
    position: static;
    float: right;
    margin-top: 25px;
}

.box31 .title1::before {
    top: 3px;
    transform: translateY(0%);
}

.box31 .left {
    width: 330px;
}

.box31 .left img {
    margin-bottom: 40px;
    height: 440px;
    width: 330px;   
}

.box31 .right {
    width: calc(100% - 330px);
    box-sizing: border-box;
    padding-left: 65px;
    position: relative;
}

.box31 .right .block {
    position: relative;
    height: 620px;
}

.box31 .right .img1 {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.box31 .right .img2 {
    width: 41%;
    height: 230px;
    position: absolute;
    bottom: 46px;
    left: 0px;
    z-index: 3;
    overflow: hidden;
}

.box31 .right .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box31 .right .back {
    position: absolute;
    height: 322px;
    width: 90%;
    bottom: 0px;
    right: 0px;
    background-size: 100% 100%;
    background-image: url(../image/index32.png);
    z-index: 2;
}

.box31 .right .list {
    width: 59%;
    height: 230px;
    position: absolute;
    bottom: 46px;
    right: 0px;
    z-index: 4;
    box-sizing: border-box;
    padding: 0 40px;
}

.box31 .right .list .item1 .title {
    color: #ffffff;
    font-size: 18px;
}

.box31 .right .list .item1 .summary {
    color: rgb(255, 255, 255, 0.6);
    line-height: 22px;
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 4px;
}

.box31 .right .list .item {
    margin-top: 18px;
    color: rgb(255, 255, 255, 0.9);
}

.box31 .right .list .item:hover,
.box31 .right .list .item1:hover,
.op1:hover {
    opacity: 0.8;
}

.box32 {
    margin-bottom: 45px;
    width: calc(100% + 15px);
}

.box32 .item {
    width: calc(25% - 15px);
    margin-right: 15px;
    float: left;
    height: 86px;
    overflow: hidden;
}

.box32 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box32 .item:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.box33 {
    width: calc(100% + 55px);
}

.box33 .block {
    width: calc(100%/3 - 40px);
    margin-right: 40px;
    height: 600px;
    box-sizing: border-box;
    padding: 30px 30px;
    float: left;
}

.box33 .block:nth-child(1) {
    background-color: #fff8ed;
}

.box33 .block:nth-child(2) {
    background-color: #f0f8fd;
}

.box33 .block:nth-child(3) {
    background-color: #f3fdef;
}

.box33 .block1 .list .item1 .img {
    overflow: hidden;
}

.box33 .block1 .list .item1 .img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.box33 .block1 .list .item1 .title {
    line-height: 50px;
    color: #ffffff;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 17px;
    background-color: #dab96b;
    text-align: center;
}

.box33 .block1 .list .item {
    border-bottom: 1px solid #f1e8da;
}

.box33 .block1 .list .item .date {
    float: left;
    color: #c70008;
    padding-right: 10px;
}

.box33 .block1 .list .item .title {}

.box33 .block1 .list .item .date,
.box33 .block1 .list .item .title {
    line-height: 50px;
}

.box33 .block1 .list .item:last-child {
    border-bottom: 0px;
}

.box33 .block2 .list .item {
    margin-bottom: 17px;
}

.box33 .block2 .list .item:hover .title {
    color: #c70008;
}

.box33 .block2 .list .item:hover .summary {
    color: #333333;
}

.box33 .block2 .list .item .date {
    padding: 0px 7px;
    line-height: 25px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #c70008;
    float: left;
}

.box33 .block2 .list .item .text {
    line-height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 17px;
}

.box33 .block2 .list .item .summary {
    line-height: 24px;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 10px;max-height:50px
}

.box33 .block3 .list .top img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.box33 .block3 .list .top {
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    height: 180px;
}

.box33 .block3 .list .top a{
    height:100%;
}
.box33 .block3 .list .top video{
    width:100%;
    height:100%;
    object-fit: cover;
}
.box33 .block3 .list .bottom .item {
    width: calc(41% - 8px);
    float: right;
    height: 122px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 10px;
}
.box33 .block3 .list .bottom .item a{
    height:100%;
}

.box33 .block3 .list .bottom .item:nth-child(odd) {
    float: left;
    width: 59%;
}

.box33 .block3 .list .bottom .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miniimg {
    display: none;
}

.djs {
    position: fixed;
    /* top: 50%;
    transform: translateY(-50%); */
    bottom: 120px;
    right: 30px;
    width: 126px;
    z-index: 199;
    display: none;
}

.djs .text {
    background-color: #f8280a;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 15px;
}

.djs .text .title {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.djs .text .line {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin: 15px 0;
}

.djs .text .tian {
    height: 40px;
    text-align: center;
}

.djs .text .tian .item1 {
    font-size: 40px;
}

.djs .text .tian .item1,
.djs .text .tian .item2 {
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

.djs .text .tian .item2 {
    line-height: 40px;
}

.box31 .right .block1 {}

.box31 .right .block1 .top {
	display: flex;
}
.box31 .right .block1 .top .kjzgimg img{
	width:315px;
	height:200px;
	object-fit:cover;
}

.box31 .right .block1 .top .kjzgtt{
	font-size:15px;
        color:#fff; 
	height:60px;
	width:315px;
	padding:10px;
	background-color:#2e96a7;
}

.box31 .right .block1 .backimg img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.box31 .right .block1 .tlist {
    background-color: #e2f5ff;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    margin: auto;
    transform: translateY(-30px);
	position: relative;
}

.box31 .right .block1 .tlist .image {
    float: left;
    overflow: hidden;
    margin-top: 13px;
}

.box31 .right .block1 .tlist .image img {
    width: 300px;
    height: 180px;
    object-fit: cover;
}

.box31 .right .block1 .tlist1 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    float: left;
}

.box31 .right .block1 .tlist1 .item1 .title {
    font-size: 19px;
    font-weight: 600;
}

.box31 .right .block1 .tlist1 .item1 .summary {
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 4px;
    max-height: 45px;
}

.box31 .right .block1 .tlist1 .item {
    margin-top: 20px;
    margin-bottom:20px;
}


.box31 .right .block1 .tlist1 .item .date{
    border-radius: 5px;
    line-height: 25px;
    padding: 0px 12px;
    position: relative;
    color: #FFF;
    background-color: #c70008;
    display: inline-block;
}

.box31 .right .block1 .tlist1 .item:hover .date{color: #FFF;background: #c70008;}
.box31 .right .block1 .tlist1 .item1:hover .title,
.box31 .right .block1 .tlist1 .item:hover {
    color: #c70008;
    transition: all 0.5s;
}

.box31 .right .block1 .tlist1 .item1:hover .summary {
    transition: all 0.5s;
    color: #333333;
}

.mjvideo{
 /* width: 300px; */
}
.xgvideo{
 width: 100%;
 /* transform:translateX(-15px); */
}

@media screen and (max-width: 1400px) {
    .box32 .item {
        height: calc((94vw - 45px)/4/338*86);
    }
}

@media screen and (max-width: 1200px) {
    .adfly{display:none;}
    .box31 .right .block1 .tlist .image img {
        width: 230px;
    }
    .box31 .right .block1 .tlist1 {
        width: calc(100% - 230px);
    }
    .box33 .block3 .list .top img {
        height: calc(94vw/37*22);
    }
    .box33 .block3 .list .bottom .item {
        height: calc((94vw - 66px)*0.41/146*142);
    }
    .box33 .block3 .list .bottom .item:nth-child(odd) {
        height: calc((94vw - 66px)*0.59/210*142);
    }
    .box33 .block {
        height: auto;
    }
    .box33 .block1 .list .item1 .img img {
        height: calc(100vw /37*20);
        object-fit: cover;
        width: 100%;
    }
    .box11 .left,
    .box11 .right {
        width: 100%;
    }
    .box11 .right {
        margin-top: 40px;
    }
    .box33 .block {
        width: calc(100% - 55px);
    }
    .box33 .block:nth-child(2) {
        margin: 30px 0;
    }
    .box11 .left .img {
        height: calc(94vw / 677*456);
    }
    .box12 .list .item .title {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1000px) {
		.box31 .right .block1 .top {
	  display: block;
    }
	
	.box31 .right .block1 .top .kjzgimg img{
	width:100%;
	padding-top: 30px;
	}

.box31 .right .block1 .top .kjzgtt{
	width:100%;
}
	
	.box31 .right .block1 .tlist1 .item .date{
		display: none;
	}

	.box31 .right .block1 .backimg img {
        height: calc(94vw/100*38);
    }
    .djs {
        display: none;
    }
    .box32 .item {
        width: calc(50% - 15px);
        height: calc((94vw - 15px)/2/338*86);
        margin-bottom: 15px;
    }
    .box31 .left img {
        width: 340px;
        margin: auto;
    }
    .box2 .left .top .item .img img {
        height: calc((94vw - 60px)/3/306*200);
    }
    .box12 .list .item {
        padding: 25px 0px;
        width: calc(100% / 4);
    }
    .box2 .left,
    .box31 .left,
    .box31 .right {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .box31 .right {
        margin-top: 30px;
    }
    .box2 .right {
        width: 100%;
        transform: translateY(0px);
        margin: 30px 0px;
    }
    .box31 .right .img1 {
        height: calc(94vw/100*38);
    }
    .box31 .right .block {
        height: calc(94vw/100*38 + 262px);
    }
}

@media screen and (max-width: 800px) {
		.box31 .right .block1 .top {
	  display: block;
    }
	
	.box31 .right .block1 .top .kjzgimg img{
	width:100%;
	padding-top: 30px;
	}

.box31 .right .block1 .top .kjzgtt{
	width:100%;
}
	.box31 .right .block1 .tlist1 .item .date{
		display: none;
	}	
	
.box33 .block:nth-child(3){padding-bottom: 15px;}
.box33 .block3 .list .top {
    margin-bottom: 20px;
}
    .box2 .right {
        padding: 15px 15px;
    }
    .box31 .right .block1 .tlist {
        padding: 20px;
        width: 95%;
        transform: translateY(-30px);
    }
    .nav {
        top: 80px;
    }
    .box3 .box {
        padding-bottom: 200px;
    }
    .box33 .block:nth-child(2) {
        margin: 20px 0;
        padding-bottom: 0px;
    }
    .box33 .block {
        padding: 20px;
    }
    .box32 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .box2 .left .bottom .block {
        width: 100%;
        padding-left: 0;
    }
    .title1 .name {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 22px;
    }
    .title1 .ename {
        font-size: 14px;
        margin-top: 5px;
    }
    .title1::before {
        width: 3px;
        height: 40px;
    }
    .title1 {
        padding-left: 10px;
        margin: 20px 0;
    }
    .title1 .more {
        bottom: 3px;
        padding-left: 22px;
        padding-bottom: 5px;
        background-position: 0px 2px;
        background-size: 15px;
        font-size: 14px;
    }
    .box11 .left .title {
        font-size: 17px;
    }
    .box11 .right .item .img {
        width: 150px;
        float: left;
        height: 110px;
    }
    .box11 .right .item .title {
        line-height: 22px;
        font-size: 16px;
    }
    .box11 .right .item .stitle {
    line-height: 22px;
    font-size: 15px;
    margin: 5px 0;
}
    .box11 .right .item .summary {
        line-height: 20px;
        color: #6e6e6e;
        -webkit-line-clamp: 2;
        font-size: 14px;
    }
    .box11 .date {
        background-size: 13px;
        padding-left: 20px;
        font-size: 14px;
        margin: 7px 0;
    }
    .box11 .right .item .text {
        width: calc(100% - 150px);
        padding-left: 10px;
    }
    .box11 .left .img{
    margin-bottom: 15px;
}
    .box11 .left .summary{
    font-size: 15px;
    line-height: 24px;
    max-height: 50px;
}
    .box11 .right {
        margin-top: 25px;
    }
    .box11 .right .item {
        margin-bottom: 25px;
        display: flex;
        align-content: center;
        align-items: center;
    }
    .box33 .block2 .list .item{
    margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
	.box31 .right .block1 .top {
	  display: block;
    }
	
	.box31 .right .block1 .top .kjzgimg img{
	width:100%;
	padding-top: 30px;
	}

.box31 .right .block1 .top .kjzgtt{
	width:100%;
}
		.box31 .right .block1 .tlist1 .item .date{
		display: none;
	}
	
    .box31 .right .block1 .tlist .image {
        margin-top: 0px;
    }
    .box31 .right .block1 .tlist1 .item1 .title {
        font-size: 17px;
    }
    .box31 .right .block1 .tlist1,
    .box31 .right .block1 .tlist .image {
        width: 100%;
        padding-left: 0px;
    }
    .box31 .right .block1 .tlist .image img {
        width: 100%;
        height: calc(94vw/30*18);
        margin-bottom: 20px;
    }
    .box31 .right {
        margin-top: 20px;
    }
    .box31 .title1 .more {
        margin-top: 15px;
    }
    .box31 .right .block {
        height: auto;
    }
    .box31 .right .back {
        height: calc(100% - 94vw/100*38 + 20px);
    }
    .box31 .right .list {
        position: relative;
        bottom: auto;
        width: 100%;
        padding: 15px;
        height: auto;
    }
    .box31 .right .img2 {
        position: relative;
        width: 100%;
        height: calc(94vw /412*203);
        bottom: auto;
        left: auto;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .box31 .right .back {
        width: 100%;
    }
    .box31 .left img {
        width: 100%;
        height: calc(94vw/330*386);
    }
    .box2 .left .top .item {
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }
    .box2 .left .bottom {
        margin-top: 0px;
        padding: 20px;
    }
    .box2 .left .top .item .img img {
        height: calc((94vw - 60px)/306*200);
    }
    .box12 .list .item .icon {
        margin: auto;
        width: 45px;
        height: 45px;
    }
    .box12 .list .item .title {
        font-size: 14px;
        letter-spacing: 0px;
        margin-top: 7px;
    }
    .box12 .list .item {
        padding: 15px 0px;
    }
    .box2 .right .list .item{
    margin-bottom: 25px;
}
}

@media screen and (max-width: 500px) {
    .box32 .item {
        width: calc(100% - 15px);
        height: calc((94vw)/338*86);
    }
}

@media screen and (max-width: 450px) {
    .box3 .box {
        padding-bottom: 60px;
        padding-top: 15px;
    }
    .box12 .list .item {width: calc(100% / 3);}
    .box12 .list .item:nth-child(7){width:100%}
}