main {
    display: block;
    position: relative;
    overflow: hidden;
}

main::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/main.png) no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}


/* mode1 */

.mode1 {
    padding-top: 30px;
    box-sizing: border-box;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}

.title {
    text-align: center;
    margin-bottom: 20px;
}

.tit {
    display: inline-block;
    vertical-align: middle;
}

.more {
    display: inline-block;
    vertical-align: middle;
    margin-left: 33px;
    padding-left: 33px;
    box-sizing: border-box;
    color: rgb(0, 64, 152);
    line-height: 1.2;
    position: relative;
}

.more::before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
}

.indexa {
    background: #fff;
    position: relative;
}

.indexa::before {
    content: '';
    display: block;
    width: 868px;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.039;
    position: absolute;
    right: -100px;
    bottom: -20px;
    z-index: -1;
    border-radius: 88px;
    border-bottom-left-radius: 0;
}

.indexal {
    width: 868px;
    overflow: hidden;
    position: relative;
}

.indexal a {
    display: block;
    position: relative;
}

.indexatop {
    position: relative;
}

.indexatop::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: calc(280% / 8.68);
    background: rgba(0, 0, 0, .7);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.indexapic {
    padding-bottom: 56.22%;
}

.indexdate {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 0 36px;
    box-sizing: border-box;
    bottom: 20px;
    z-index: 2;
}

.date {
    font-family: 'DIN-Medium';
    display: inline-block;
    font-weight: bold;
}

.indexdate span {
    color: rgba(255, 255, 255, .7);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.indexdate span::before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: calc(50% - 5.5px);
}

.indexabot {
    padding: 21px 37px 40px;
    box-sizing: border-box;
    position: relative;
}


.indexatxt {
    line-height: 1.4;
    color: #222;
}

.indexatxt span {
    position: relative;
    background-image: linear-gradient(#cc0808, #cc0808);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.indexal a:hover .indexatxt span {
    color: #cc0808;
    background-size: 100% 1px;
}

.indexal .slick-dots {
    bottom: 164px;
    font-size: 0;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.indexal .slick-dots li {
    width: 10px;
    height: 2px;
    margin: 0 10px;
}

.indexal .slick-dots li button {
    border-radius: 0;
    background: rgba(255, 255, 255, .5);
}

.indexal .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

.indexal .slick-arrow {
    width: 44px;
    height: 44px;
}

.indexal .slick-prev {
    left: 0;
    background: rgba(0, 64, 152, .6) url(../images/indexl.png) no-repeat center;
    background-size: 8px;
}

.indexal .slick-prev:hover {
    background: rgba(0, 64, 152, 1) url(../images/indexl.png) no-repeat center;
    background-size: 8px;
}

.indexal .slick-next {
    right: 0;
    background: rgba(0, 64, 152, .6) url(../images/indedxr.png) no-repeat center;
    background-size: 8px;
}

.indexal .slick-next:hover {
    background: rgba(0, 64, 152, 1) url(../images/indedxr.png) no-repeat center;
    background-size: 8px;
}

.indexar {
    margin-left: 868px;
    width: calc(100% - 868px);
    padding: 10px 30px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.indexarul li {}

.indexarul a {
    display: block;
    position: relative;
    padding: 15px 0;
    line-height: 21px;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.indexainfo {
    color: #222;
    position: relative;
    z-index: 1;
}

.date2 {
    color: rgb(0, 64, 152);
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
    font-family: 'DIN-Medium';
    margin-left: 20px;
    font-weight: bold;
}

.date2::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 20px;
    background: url(../images/clock.png) no-repeat;
    position: absolute;
    background-size: 15px 15px;
    top: calc(50% - 7.5px);
}

.date2::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    left: 0px;
    background: rgba(0, 0, 0, .14);
    position: absolute;
    top: calc(50% - 5.5px);
}

.indexarul li:hover a {}

.indexarul li:hover a::after {
    content: "";
    display: block;
    width: 218px;
    height: 56px;
    background: url(../images/indexabg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.indexarul li a:hover:before,
.indexarul li a:hover:before,
.indexarul li a:focus:before,
.indexarul li a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/* mode1end */


/* mode2 */

.mode2 {
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.mode2 .more {
    display: none;
}

.mode2 .more.on {
    display: inline-block;
}

.titul {
    display: inline-block;
    margin: 0 -25px;
}

.titul li {
    display: inline-block;
}

.titul li .item {
    cursor: pointer;
    margin: 0 25px;
    color: #444;
    font-size: 2rem;
}

.indexarul a:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg, rgb(204, 8, 8) 0%, rgb(209, 59, 25) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(204, 8, 8) 0%, rgb(209, 59, 25) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(204, 8, 8) 0%, rgb(209, 59, 25) 100%);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.indexarul li:hover a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0);
    padding: 20px;
}

.indexarul li:hover a::after {
    content: "";
    display: block;
    width: 218px;
    height: 56px;
    background: url(../images/indexabg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.indexarul li:hover .indexainfo,
.indexarul li:hover .date2 {
    color: #fff;
}

.indexarul li:hover .date2::before {
    display: none
}

.indexarul li:hover .date2::after {
    background: url(../images/clock1.png) no-repeat;
    background-size: 15px 15px;
}

.titul li.on .item {
    color: #222;
    font-size: 2.2rem;
}

.mode2a {
    margin: 0 -10px;
    overflow: hidden;
    font-size: 0;
}

.mode2a li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.mode2box {
    display: block;
    margin: 0 10px;
    transition: all .3s ease-in-out;
}

.mode2a li:hover .mode2box {
    transform: translateX(5px);
}

.mode2pic {
    padding-bottom: 56.25%;
    position: relative;
}

.mode2info {
    padding: 15px 35px 20px;
    box-sizing: border-box;
    background: #004098;
    position: relative;
}

.mode2info::before {
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background: #cc0808;
    position: absolute;
    top: 24px;
    left: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.mode2info .date {
    margin-bottom: 12px;
}

.mode2txt {
    line-height: 1.5;
}

.mode2txt span,.mode3arinfo span,.mode3rtxt span {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}
.mode3ula li:hover .mode3arinfo span,.mode3rul li:hover .mode3rtxt span,
.mode2a li:hover .mode2txt span {
    background-size: 100% 1px;
}

.mode2a li:hover .mode2info::before,
.mode2b li:hover .mode2info::before {
    width: 3px;
    height: 12px;
    top: 20px;
}

.mode2b {
    margin: 0 -8px;
    font-size: 0;
}

.mode2b li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
}

.mode2bbox {
    margin: 0 8px;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
}

.mode5bot::after,
.mode6ul li a::after,
.mode4lbox::after,
.mode4lbox li a::after,
.mode3rul li a .mode3rinfo::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004098;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.mode4lbox li a::after {
    background: #cc0808;
}

.mode5ul li a:hover .mode5bot::after,
.mode4lbox li a:hover::after,
.mode4lbox li a:hover::after,
.mode4lbox li a:focus::after,
.mode4lbox li a:active::after,
.mode3rul li a:hover .mode3rinfo::after,
.mode3rul li a:hover .mode3rinfo::after,
.mode3rul li a:focus .mode3rinfo::after,
.mode3rul li a:active .mode3rinfo::after,
.mode2b li a:focus::after,
.mode2b li a:active::after,
.mode3ula li a:focus::after,
.mode3ula li a:active::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.mode2b li:hover .mode2txt {
    color: #fff;
}

.mode2b li:hover .mode2bbox {
    transform: translateX(5px);
}

.mode2b li:hover .mode2info {
    font-weight: bold;
}

.mode2b .mode2info {
    background: #fff;
}

.mode2bbox .date {
    color: #0d4da1;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.mode2bbox .mode2txt {
    color: #222;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.mode2listBox {
    display: none;
}

.mode2listBox.on {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}


/* mode3 */

.mode3 {
    background: #fff;
    padding: 30px 0 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mode3::before {
    content: '';
    display: block;
    width: 100%;
    height: 545px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/mode3bg.png) no-repeat;
    background-size: cover;
}

.mode3 .title {
    text-align: left;
}

.mode3r {
    width: 300px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.mode3l {
    width: calc(100% - 330px);
    position: relative;
    z-index: 1;
}

.mode3con {}

.mode3ula {
    margin: 0 -8px;
    font-size: 0;
    margin-bottom: -16px;
}

.mode3ula li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 16px;
}

.mode3asummary {
    line-height: 22px;
    color: #999;
    display: none;
}

.mode3ula li.on .mode3asummary {
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 66px;
    display: none;
}

.mode3ula li a {
    display: block;
    margin: 0 8px;
    transition: all .3s ease-in-out;
    background: #004098;
    position: relative;
    overflow: hidden;
}

.mode3ula li:hover a {
    transform: translateX(5px);
}

.mode3al {
    width: 290px;
    position: relative;
    z-index: 1;
}

.mode3ula li.on a {
    background: #f5f5f5;
}

.mode3ula li.on .mode3al {
    width: 55px;
    height: 100%;
    position: static;
}

.mode3ula li.on .mode3al .date3 {}

.mode3apic {
    padding-bottom: 56.16%;
}

.date3 {
    width: 64px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    left: -10px;
    text-align: center;
    z-index: 2;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -webkit-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -ms-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
}

.date3::before {
    content: '';
    display: block;
    width: 65px;
    height: 12px;
    background: url(../images/date3top.png) no-repeat;
    position: absolute;
    left: 0;
    top: -12px;
}

.day {
    font-family: 'DIN-Medium';
}

.mode3ula li.on .mode3ar {
    margin-left: 0;
    height: auto !important;
    padding: 18.7px 20px;
}

.mode3ula li.on .mode3ar .date {
    color: #0d4da1;
}

.mode3ar {
    margin-left: 292px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mode3ula li.on:nth-child(3) a::before,
.mode3ula li.on:nth-child(4) a::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.45s ease-out;
    z-index: 0;
    background: #0d4da1;
}

.mode3ar .date {
    margin-top: 10px;
}

.mode3ula li a:hover .mode3arinfo {
    color: #0d4da1;
    font-weight: bold;
}

.mode3ula li:hover .mode3asummary {
    color: #fff;
}

.mode3ula li.on .mode3arinfo {
    color: #222;
    height: 52px;
    -webkit-line-clamp: 2;
    position: relative;
}

.mode3ula li.on .mode3arinfo span,
.mode2b span {
    background-image: linear-gradient(#0d4da1, #0d4da1);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.mode3arinfo {
    color: #fff;
    line-height: 26px;
    height: 78px;
    -webkit-line-clamp: 3;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.mode3ula li:hover .mode3arinfo span {
    color: #fff;
}

.mode3ula li.on:hover .mode3arinfo span,
.mode2b li:hover .mode2txt span {
    color: #004098;
    background-size: 100% 1px;
}

.mode3rul li {
    margin-bottom: 16px;
}

.mode3rul li a {
    display: block;
    background: #f5f5f5;
    position: relative;
    transition: all .3s ease-in-out;
}

.mode3rul li:hover a {
    transform: translateX(5px);
}

.mode3rpic {
    padding-bottom: 66.67%;
    position: relative;
    z-index: 1;
}

.mode3rinfo {
    padding: 16.5px 27px 36px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mode3rinfo .date {
    color: #0d4da1;
    margin: 0;
    position: relative;
    z-index: 1;
}

.mode3rul li a:hover .mode3rtxt,
.mode3rul li a:hover .date {
    color: #fff;
    font-weight: bold;
}

.mode3rtxt {
    line-height: 26px;
    height: 52px;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}


/* mode4 */

.mode4con {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 35px 0;
    box-sizing: border-box;
}

.mode4con .title {
    text-align: left;
}

.mode4l {
    width: calc(100% - 530px);
}

.mode4r {
    width: 500px;
    overflow: hidden;
}

.mode4lbox {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.mode4lbox li a:hover .mode4linfo,
.mode4lbox li a:hover .date {
    color: #fff;
    font-weight: bold;
}

.mode4linfo {
    color: #222;
    position: relative;
    z-index: 1;
}

.mode4lbox li {
    margin-bottom: 10px;
}

.mode4lbox li:last-child {
    margin-bottom: 0;
}

.mode4lbox li:hover a {
    transform: translateX(5px);
}

.mode4lbox a {
    display: block;
    line-height: 1.625;
    padding: 14.5px 25px;
    background: #f5f5f5;
    transition: all .3s ease-in-out;
    position: relative;
}

.mode4lbox .date {
    margin-left: 20px;
    color: #0d4da1;
    position: relative;
    z-index: 1;
}

.mode4rul {
    /* margin: 0 -10px; */
    font-size: 0;
}

.mode4rul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.mode4rul a {
    display: block;
    /* margin: 0 10px; */
    padding: 0px;
    background: #fff;
}

.mode4rtop {
    padding: 0px 6px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.mode4rpic {
    padding-bottom: 143.26%;
    background: none;
}

.mode4rpic img {
    width: 100.3%;
    height: 100.3%;
}

.mode4rbot {
    text-align: center;
    padding: 16.5px;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -webkit-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -ms-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
}

.mode5 {
    padding: 45px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mode5 .more {
    color: #fff;
}

.mode5 .more::before {
    background: rgba(255, 255, 255, .1);
}

.mode5ul {
    margin: 0 -10px;
    font-size: 0;
}

.mode5ul>li {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.mode5ul>li a {
    display: block;
    margin: 0 10px;
}

.mode5top {
    padding-bottom: 133.3%;
    position: relative;
}

.mode5bot {
    padding: 30px 37px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.mode5ul li a:hover .mode5info {
    color: #fff;
    font-weight: bold;
}

.mode5info {
    line-height: 26px;
    height: 78px;
    color: #222;
    position: relative;
    z-index: 1;
    text-align: center;
}


/* mode6 */

.mode6 {
    padding: 35px 0 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: url(../images/mode6bg.png) no-repeat;
    background: #004098;
    background-size: cover;
}

.mode6 .tit,
.mode6 a {
    color: #fff;
}

.mode6 .more::before {
    background: rgba(255, 255, 255, .1);
}

.mode6ul {
    margin: 0 -8px;
    overflow: hidden;
    font-size: 0;
}

.mode6ul li {
    margin-bottom: 16px;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

.mode6ul li a {
    display: block;
    margin: 0 8px;
    padding: 20px 37px 20px;
    box-sizing: border-box;
    background: #fff;
    /* background: rgba(0, 0, 0, .1); */
    transition: all .3s ease-in-out;
    position: relative;
}

.mode6ul li:hover a {
    transform: translateX(5px);
}

.mode6ultop {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -webkit-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -ms-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    position: relative;
    z-index: 1;
}

.mode6ultop .item {
    font-weight: bold;
}

.mode6ultop .item,
.date6,
.mode6ultop span {
    display: inline-block;
    vertical-align: middle;
}

.mode6ultop span {
    margin: 0 10px;
}

.date6 {
    font-family: 'DIN-Medium';
    font-weight: bold;
}

.mode6info {
    line-height: 26px;
    color: #222;
    margin-top: 15px;
    position: relative;
    height: 52px;
    z-index: 1;
}

.mode6info span {
    background-image: -moz-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -webkit-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -ms-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.mode6ul li :hover .mode6info span {
    color: #cc0808;
    background-size: 100% 1px;
}


/* mode7 */

.mode7 {
    padding: 45px 0 45px;
    box-sizing: border-box;
    background: url(../images/add_bg1.png) no-repeat center bottom/cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.mode5 .tit {
    color: #222222;
}

.mode5 .more {
    color: #004098;
}

.mode5 .more::before {
    background: rgba(0, 0, 0, .1);
}

.mode7l {
    position: relative;
}

.mode7l .slick-prev {
    left: auto;
    right: 92px;
    background: url(../images/indexl.png) no-repeat center;
    background-size: 8px;
}

.mode7l .slick-next {
    left: auto;
    right: 0;
    background: url(../images/indedxr.png) no-repeat center;
    background-size: 8px;
}

.mode7l .slick-dots {
    width: auto;
    bottom: auto;
    top: 32%;
    left: 890px;
    font-size: 0;
    z-index: 5;
}

.mode7l .slick-dots li {
    width: 28px;
    height: 3px;
    margin: 0 8.5px;
}

.mode7l .slick-dots li.slick-active button {
    background: rgba(0, 64, 152, 1);
}

.mode7l .slick-dots li button {
    border-radius: 0;
    background: rgba(0, 64, 152, .3);
}

.mode7l .slick-arrow {
    top: auto;
    transform: translateY(0);
    width: 69px;
    height: 44px;
    bottom: 107px;
    z-index: 2;
}

.mode7l::before {
    content: '';
    display: block;
    width: 160px;
    height: 44px;
    background-image: -moz-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -webkit-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    background-image: -ms-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
    position: absolute;
    right: 0;
    bottom: 107px;
    z-index: 2;
}

.mode7con,
.mode7l li {
    position: relative;
}

.mode7l .itembox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.mode7r::before {
    content: '';
    display: block;
    width: 888px;
    height: 888px;
    position: absolute;
    left: -100%;
    top: -100%;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(0, 64, 152) 0%, rgba(0, 64, 152, 0) 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(0, 64, 152) 0%, rgba(0, 64, 152, 0) 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(0, 64, 152) 0%, rgba(0, 64, 152, 0) 100%);
    opacity: 0.078;
    /* background: red; */
    border-radius: 50%;
    z-index: 1;
}

.mode7l .item {
    display: block;
    position: relative;
    width: 868px;
    overflow: hidden;
    z-index: 4;
}

.mode7img {
    height: 0;
    padding-bottom: 66.67%;
}

.play {
    position: absolute;
    left: 38px;
    bottom: 20px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3) url(../images/play.png) no-repeat center;
    background-size: 13px 16px;
}

.mode7r {
    position: absolute;
    margin-left: 868px;
    width: calc(100% - 868px);
    top: 0;
    padding-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.item-info {
    position: absolute;
    left: 900px;
    top: 14.64%;
    padding-right: 35px;
    box-sizing: border-box;
    z-index: 2;
}

.mode7r .title {
    text-align: left;
    padding: 0 30px;
    padding-right: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.item-info .date {
    color: #0d4da1;
}

.item-info .item-tit {
    line-height: 26px;
    max-height: 52px;
    color: #222;
    font-weight: bold;
    margin-bottom: 15px;
}

.mode7rul {
    /* margin: 0 -5px; */
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 100%;
    z-index: 2;
}

.mode7rul .item {
    /* margin: 0 5px; */
    padding: 0 2.5px;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
}

.mode7botpic {
    display: block;
    padding-bottom: 66.67%;
}


/* add mode 20230928 */

.addmode1 .tit {
    color: #222;
}

.addmode1 {
    padding: 45px 0 100px;
    background: #fff url(../images/add_bg2.png) no-repeat center bottom/cover;
    position: relative;
    z-index: 2;
}

.addmode1ul {
    margin: 0 -25px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.addmode1ul li {
    float: left;
    width: 16.66%;
}

.addmode1ul li:nth-of-type(even) {
    margin-top: 50px;
}

.addmode1ul a {
    display: block;
    margin: 0 25px;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.addmode1ul a .gp-img-responsive {
    padding-bottom: 100%;
    background: transparent;
    position: relative;
}

.addmode1ul a .li-icon {
    transition: all 0.35s ease-in-out;
}

.addmode1ul a:hover .li-icon {
    border-radius: 25px 0 25px 0;
}

.addmode1ul li:nth-of-type(1) .li-icon {
    background: #59cf52;
}

.addmode1ul li:nth-of-type(2) .li-icon {
    background: #cd160d;
}

.addmode1ul li:nth-of-type(3) .li-icon {
    background: #391d0d;
}

.addmode1ul li:nth-of-type(4) .li-icon {
    background: #ea8006;
}

.addmode1ul li:nth-of-type(5) .li-icon {
    background: #d13434;
}

.addmode1ul li:nth-of-type(6) .li-icon {
    background: #eaa351;
}

.addmode1ul .li-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: auto;
    transition: all 0.35s ease-in-out;
}

.addmode1ul a:hover .li-icon img {
    max-width: 0%;
}

.addmode1ul .li-code {
    max-width: 0%;
    max-height: 0%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.35s ease-in-out;
}

.addmode1ul a:hover .li-code {
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
}

.addmode1ul a .name {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    text-align: center;
}

.addmode1ul a:hover .name {
    color: #ce1b0e;
}


/* */

.xiaobaoCon {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-direction: row;
}

.xiaobaoCon .xiaobao-lf {
    width: calc(100% - 150px);
    flex-shrink: 0;
}

.xiaobaoCon .xiaobao-rt {
    width: 130px;
}

.xiaobao-lf .mode4rul>li {
    width: 100%;
}

.xiaobaoCon .xiaobao-rt {
    background: #f5f5f5;
    padding: 88px 0;
    position: relative;
    display: flex;
    width: 150px;
    display: -webkit-flex;
    justify-content: center;
    box-shadow: 20px 15px 55px rgba(0, 0, 0, .08);
    align-items: center;
}

.xiaobaoCon .xiaobao-rt li {
    position: relative;
}

.xiaobaoCon .xiaobao-rt li.on::before {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #004098;
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    transition: all .3s ease-in-out;
    z-index: 1;
}

.xiaobaoCon .xiaobao-rt li.on::before {
    width: 12px;
}

.xiaobaoCon .xiaobao-rt li:last-child {
    margin-bottom: 0px;
}

.xiaobaoCon .xiaobao-rt a {
    display: block;
    line-height: 1.4;
    color: #222;
    padding: 8px 5px 8px 25px;
    box-sizing: border-box;
    position: relative;
}

.xiaobaoCon .xiaobao-rt a::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    right: 0;
    top: 0;
}

.xiaobaoCon .xiaobao-rt li.on+li+li+li+li a::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    right: 0;
    bottom: 0
}

.xiaobaoCon .xiaobao-rt li.on a {
    color: #222;
    font-weight: bold;
    background: #fff;
}

.xiaobaoCon .xiaobao-rt li.on a::before {
    display: none
}

.xiaobao-prev,
.xiaobao-next {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .06);
    color: #004098;
    z-index: 2;
    text-align: center;
}

.xiaobao-next {
    top: auto;
    bottom: 20px;
}

.xiaobao-next:hover,
.xiaobao-prev:hover {
    color: #fff;
}


/* .xiaobao-prev{top: -28px;}
.xiaobao-next{top: auto;bottom: -28px;} */

.xiaobao-prev:hover {
    background: #cc0808;
}

.xiaobao-next:hover {
    background: #cc0808;
}


/* .xiaobaoCon .xiaobao-rt ul{position: relative;} */

.mode4rbot {
    display: none;
}

@media screen and (max-width: 1620px) {
    /* mode1 */
    .indexa::before {
        right: -50px;
        bottom: -30px;
    }
    /* mode1end */
}

@media screen and (max-width: 1520px) {
    /* mode1 */
    .indexa::before {
        right: -20px;
        bottom: -20px;
        border-radius: 44px;
        border-bottom-left-radius: 0;
    }
    /* mode1end */
}

@media screen and (max-width: 1360px) {
    main::before {
        top: -70px;
    }
    /* mode1 */
    .indexal,
    .indexa::before {
        width: 668px;
    }
    .mode4rtop {
        padding: 14px 6px;
    }
    .indexar {
        margin-left: 668px;
        width: calc(100% - 668px);
    }
    .indexarul li:nth-last-child(1),
    .indexarul li:nth-last-child(2) {
        display: none;
    }
    /* mode1end*/
    .mode3l {
        width: calc(100% - 330px);
    }
    .mode3al {
        width: 260px;
    }
    .mode3ar {
        margin-left: 260px;
        padding: 30px 15px;
    }
    .mode3rinfo {
        padding: 10px 20px 15px
    }
    .addmode1ul {
        margin: 0 -10px;
    }
    .addmode1ul a {
        margin: 0 10px;
    }
    .mode3ula li.on .mode3arinfo {
        height: 26px;
        -webkit-line-clamp: 1;
    }
    .mode3rtxt {
        line-height: 26px;
        height: 26px;
        -webkit-line-clamp: 1;
    }
    .mode7l .item {
        width: 768px;
    }
    .mode7r {
        margin-left: 768px;
        width: calc(100% - 768px);
    }
    .item-info {
        position: absolute;
        left: 805px;
    }
    .mode7l .slick-dots {
        left: 800px;
        top: 45%;
    }
}

@media screen and (max-width: 1300px) {
    .mode4rtop {
        padding: 26px 6px;
    }
    .mode1 {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .xiaobaoCon .xiaobao-rt {
        padding: 70px 0;
    }
    .title {
        margin-bottom: 10px;
    }
    .mode2 {
        padding-bottom: 10px;
    }
    .mode3 {
        padding: 20px 0 10px;
    }
    .mode4con {
        padding: 20px 0 30px;
    }
    main::before {
        top: -96px;
    }
    .mode6 {
        padding: 20px 0 13px;
    }
    .mode7 {
        padding: 30px 0 30px;
    }
    .mode5 {
        padding: 20px 0 20px;
    }
    .addmode1 {
        padding: 25px 0 80px;
    }
    .mode2box,
    .mode2bbox,
    .mode3ula li a,
    .mode6ul li a {
        margin: 0 5px;
    }
    .mode2a,
    .mode2b,
    .mode3ulaÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢.mode6ul {
        margin: 0 -5px;
    }
    .mode2a li,
    .mode2b li,
    .mode3ula li,
    .mode3rul li,
    .mode6ul li {
        margin-bottom: 10px;
    }
    .mode3rinfo {
        padding: 5px 20px 10px;
    }
    .mode3rtxt {
        line-height: 24px;
        height: 24px;
        margin-bottom: 8px;
        -webkit-line-clamp: 1;
    }
    .mode6ul li a {
        padding: 20px 25px;
    }
    .indexar {
        margin-left: 657px;
        width: calc(100% - 657px);
    }
}

@media screen and (max-width: 1280px) {
    .mode4rtop {
        padding: 26.5px 6px;
    }
}

@media screen and (max-width: 1260px) {
    .mode3l {
        width: calc(100% - 280px);
    }
    .mode4rtop {
        padding: 3px 6px;
    }
    .mode3ula li.on .mode3ar {
        padding: 18px;
    }
    .mode3rtxt {
        /* line-height: 26px; */
        /* height: 52px; */
        /* -webkit-line-clamp: 2; */
        margin-bottom: 10px;
    }
    .mode3r {
        width: 240px;
    }
    .mode3arinfo {
        line-height: 26px;
        height: 52px;
        -webkit-line-clamp: 2;
    }
    .mode3al {
        width: 260px;
    }
    .mode3ar {
        margin-left: 260px;
        padding: 30px 15px;
    }
    .mode3rinfo {
        padding: 18px 20px 20px;
    }
    .mode3al {
        width: 223px;
    }
    .mode3ar {
        margin-left: 223px;
        padding: 30px 15px;
    }
    .mode4r {
        width: 520px;
    }
    .mode4l {
        width: calc(100% - 570px);
    }
    .mode4lbox a {
        padding: 9.5px 22px;
    }
    .mode7l .item {
        width: 668px;
    }
    .mode7r {
        margin-left: 668px;
        width: calc(100% - 668px);
    }
    .item-info {
        left: 705px;
        top: 27.64%;
        padding-right: 20px;
    }
    .mode7l .slick-dots {
        top: 55%;
        left: 697px;
    }
    .more {
        margin-left: 13px;
        padding-left: 13px;
    }
    .xiaobaoCon .xiaobao-rt {
        padding: 40px 0;
    }
    .xiaobaoCon .xiaobao-rt li {}
}

@media screen and (max-width: 1250px) {
    .mode4rtop {
        padding: 3px 6px;
    }
}

@media screen and (max-width: 1240px) {
    .mode4rtop {
        padding: 16px 6px;
    }
}

@media screen and (max-width: 1200px) {
    /* mode1 */
    .indexal,
    .indexa::before {
        width: 568px;
    }
    .indexar {
        margin-left: 568px;
        width: calc(100% - 568px);
    }
    .indexarul li:nth-last-child(3) {
        display: none;
    }
    .indexal .slick-arrow {
        width: 40px;
    }
    .mode7l .slick-arrow {
        width: 40px;
        height: 35px;
    }
    .mode7l::before {
        width: 105px;
        height: 35px;
    }
    .indexal .slick-prev,
    .mode7l .slick-prev {
        right: 64px;
    }
    .indexal::before,
    .indexal .slick-arrow {
        height: 35px;
    }
    .indexal::before {
        width: 105px;
    }
    /* mode1end */
    .indexabot::before {
        height: calc(100% - 35px);
    }
}

@media screen and (max-width: 1101px) {
    .mode3l {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .mode3ula li.on .mode3arinfo {
        height: 52px;
        -webkit-line-clamp: 2;
    }
    .mode3r {
        width: 100%;
    }
    .mode3rul {
        margin: 0 -10px;
        font-size: 0;
    }
    .mode3rul li {
        width: 50%;
        display: inline-block;
    }
    .mode3rul li a {
        margin: 0 10px;
    }
    .mode4r {
        width: 100%;
        float: none;
    }
    .mode5ul li {}
    .mode4l {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .mode5bot {
        padding: 30px 15px;
    }
    .mode6ul li a {
        padding: 20px 15px 20px;
    }
    .mode7l .item {
        width: 568px;
    }
    .mode7r {
        margin-left: 568px;
        width: calc(100% - 568px);
        padding-top: 30px;
    }
    .item-info {
        left: 605px;
        top: 27.64%;
        padding-right: 20px;
    }
    .mode7l .slick-dots {
        top: 60%;
        left: 596px;
    }
    .mode7l::before,
    .mode7l .slick-arrow {
        bottom: 62px;
    }
    .addmode1ul li:nth-of-type(even) {
        margin-top: 30px;
    }
    .addmode1ul {
        margin: 0 -5px;
    }
    .addmode1ul a {
        margin: 0 5px;
    }
    .xiaobaoCon .xiaobao-lf {
        width: 66%;
        background-color: #fff;
    }
    .xiaobaoCon .xiaobao-rt {
        width: 35%;
    }
}

@media screen and (max-width: 1040px) {
    /* mode1 */
    .indexa::before {
        right: -7.5px;
        bottom: -10px;
        border-radius: 15px;
        border-bottom-left-radius: 0;
    }
    /* mode1end */
    .item-info .item-tit {
        margin-bottom: 8px;
    }
    .mode7l .slick-dots {
        top: 56%;
    }
    .mode7l::before,
    .mode7l .slick-arrow {
        bottom: 84px;
    }
}

@media screen and (max-width: 998px) {
    .titul {
        margin: 0 -10px;
    }
    .titul li .item {
        margin: 0 10px;
    }
    /* mode1 */
    .mode1 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .indexal,
    .indexa::before {
        width: 100%;
        float: none;
    }
    .indexar {
        margin-left: 0;
        width: 100%;
        padding: 20px;
        background: #fff;
        margin-top: 20px;
    }
    .indexa {
        height: auto !important;
        background: none;
    }
    .indexabot {
        padding: 10px 15px;
        background: #fff;
    }
    /* mode1end */
    .titul li .item h3 {
        font-size: 1.8rem;
    }
    .titul li.on .item h3 {
        font-size: 2.4rem;
    }
    .mode2 {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .mode3 {
        padding: 15px 0 15px;
    }
    .title {
        margin-bottom: 15px;
    }
    .mode3l {
        margin-bottom: 20px;
    }
    .mode4con {
        padding: 33.5px 0;
    }
    .mode5 {
        padding: 30px 0;
    }
    .mode6ul li {
        width: 50%;
    }
    .mode6 {
        padding: 30px 0 25px;
    }
    .mode7 {
        padding: 35px 0 43px;
    }
    .mode7l::before,
    .mode7l .slick-arrow {
        bottom: 82px;
    }
    .mode7r .title {
        padding: 0 25px;
    }
    .item-info {
        left: 595px;
    }
    .mode7l .slick-dots {
        left: 588px;
    }
    .mode5ul li>a {
        margin: 0 10px;
        display: block;
    }
    .addmode1ul {
        display: block
    }
    .addmode1ul li {
        width: 33.33%;
        margin-bottom: 50px;
    }
    .addmode1ul a .name {
        top: calc(100% + 10px);
    }
    .addmode1ul li:nth-of-type(even) {
        margin-top: 0px;
    }
    .mode5 .slick-dots {
        position: static;
        padding: 20px 0 0;
    }
    .mode5 .slick-dots li {
        width: 28px;
        height: 3px;
        opacity: 1;
    }
    .mode5 .slick-dots li button {
        background: #fff;
        border-radius: 0;
    }
    .mode5 .slick-dots li.slick-active button {
        background: rgba(0, 64, 152, 1);
    }
}

@media screen and (max-width: 900px) {
    .mode7r {
        position: static;
        height: auto !important;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .mode7r .title {
        padding: 0;
    }
    .mode7rul {
        position: static;
        margin-bottom: 20px;
    }
    .mode7l .item {
        width: 62%;
    }
    .item-info {
        position: static;
        margin-left: 62%;
        padding: 20px;
        box-sizing: border-box;
    }
    .mode7l::before,
    .mode7l .slick-arrow {
        bottom: 0px;
    }
    .mode7l .slick-dots {
        left: calc(61% + 20px);
    }
}

@media screen and (max-width: 768px) {
    .indexal .slick-dots {
        bottom: 132px;
        padding-left: 25px;
    }
    .mode7r::before {
        width: 444px;
        height: 444px;
    }
    .mode3al {
        width: 100%;
        float: none;
    }
    .mode2bbox .date {
        margin-bottom: 8px;
    }
    .mode3ar {
        margin-left: 0px;
        padding: 10px 20px 15px;
        height: auto !important;
    }
    /* mode2 */
    .mode2a li {
        width: 100%;
    }
    .mode2b {
        margin: 0 -10px;
    }
    .mode2info {
        padding: 15px 25px 25px;
    }
    .mode2bbox {
        margin: 0 10px;
    }
    .titul li .item h3 {
        font-size: 1.6rem;
    }
    .titul li.on .item h3 {
        font-size: 2.2rem;
    }
    .more {
        margin-left: 20px;
        padding-left: 20px;
    }
    .more::before {
        height: 20px;
        top: calc(50% - 10px);
    }
    /* mode2end */
    .mode5ul>li {
        width: 50%;
    }
    .title {
        text-align: center !important;
    }
}

@media screen and (max-width: 668px) {
    /* mode2 */
    .mode2b li {
        width: 50%;
    }
    /* mode2end */
    .mode7l .item {
        width: 100%;
        float: none;
    }
    .item-info {
        margin-left: 0;
        padding: 20px 20px 75px;
    }
    .mode7l .slick-dots {
        width: 100%;
        left: 0;
        bottom: 53px;
        top: unset;
    }
    .addmode1 {
        padding: 30px 0 40px;
    }
    .addmode1ul li {
        margin-bottom: 40px;
    }
    /* .xiaobaoCon .xiaobao-lf{ max-width: unset; width: 240px;}
    .xiaobaoCon .xiaobao-rt{ width: calc(100% - 250px);} */
}

@media screen and (max-width: 479px) {
    .mode6ultop span {
        padding: 0 2px;
    }
    .xiaobao-prev,
    .xiaobao-next {
        height: 30px;
        line-height: 30px;
    }
    .xiaobao-prev {
        top: 0;
    }
    .xiaobao-next {
        bottom: 0;
    }
    .mode6ultop span {
        margin: 0 2px;
    }
    .mode6ul li a {
        padding: 15px 15px 10px;
    }
    .mode7r::before {
        width: 222px;
        height: 222px;
    }
    .indexdate {
        padding: 0 20px;
        bottom: 10px;
    }
    .mode4rtop {
        padding: 6px;
    }
    .indexal .slick-dots {
        padding-left: 10px;
        bottom: 120px;
    }
    .date3 {
        width: 54px;
        height: 64px;
        padding: 5px 0;
    }
    .date3::before {
        width: 54px;
        height: 12px;
        background: url(../images/date3top.png) no-repeat;
        background-size: contain;
        top: -10px;
    }
    .addmode1ul a {
        padding: 5px;
    }
    .addmode1ul a:hover .li-code {
        max-width: calc(100% - 30px);
        max-height: calc(100% - 30px);
    }
    /* .xiaobaoCon .xiaobao-lf{ max-width: unset; width: 190px;}
    .xiaobaoCon .xiaobao-rt{ width: calc(100% - 200px);} */
    .xiaobaoCon .xiaobao-rt li {}
    .mode4lbox a {
        padding: 9.5px 10px;
    }
    .mode4lbox {
        padding: 10px;
    }
    .mode3rinfo {
        padding: 10px 10px 15px;
    }
    .mode3ula li.on .mode3ar {
        padding: 10px;
    }
    .mode3ar {
        padding: 10px 10px 15px;
    }
    .item-info {
        padding: 20px 10px 75px;
    }
}

@media screen and (max-width: 414px) {
    .xiaobaoCon .xiaobao-lf {
        width: calc(100% - 120px);
    }
    .xiaobaoCon .xiaobao-rt ul {
        height: 123.36px;
        overflow-y: scroll;
    }
    .xiaobaoCon .xiaobao-rt {
        width: 120px;
    }
    .mode2a li {
        margin-bottom: 10px;
    }
    .xiaobaoCon .xiaobao-rt a {
        padding: 4px 5px 4px 20px;
    }
    .mode3ula li.on:nth-child(4) a::before {
        display: none;
    }
    .mode3rtxt {
        height: auto;
        line-height: 24px;
        max-height: 48px;
        margin-bottom: 5px;
    }
    .mode3arinfo {
        line-height: 24px;
        height: auto;
        max-height: 72px;
    }
    /* mode2 */
    .more {
        margin-left: 10px;
        padding-left: 10px;
    }
    .more::before {
        height: 10px;
        top: calc(50% - 5px);
    }
    .titul li.on .item h3 {
        font-size: 2rem;
    }
    .title {
        margin-bottom: 15px;
    }
    .mode2b li {
        width: 100%;
        margin-bottom: 10px;
    }
    .indexar,
    .indexarul a {
        padding: 10px 10px 10px;
    }
    .indexar {
        padding: 10px 10px 20px;
    }
    .mode2info {
        padding: 15px 20px 15px;
    }
    .date2 {
        padding-left: 35px;
        margin-left: 10px;
    }
    .date2::after {
        left: 12px;
    }
    .titul {
        margin: 0 -5px;
    }
    .titul li .item {
        margin: 0 5px;
    }
    /* mode2end */
    .mode3ula li,
    .mode3rul li,
    .mode4rul li,
    .mode5ul li,
    .mode6ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .mode5bot {
        padding: 10px;
    }
    .mode5info {
        line-height: 24px;
        height: auto;
        max-height: 72px;
    }
    .mode3aul a span,
    .mode3binfo span {
        padding: 0 10px;
        margin-right: 5px;
    }
    .date3 {
        padding-left: 0;
        margin-left: 0;
        left: 0;
    }
    .mode6ultop span {
        margin: 0 5px;
    }
    .mode6info {
        line-height: 24px;
        max-height: 48px;
        height: auto;
        margin-top: 5px;
    }
    .xiaobaoCon .xiaobao-rt a {
        font-size: 12px;
    }
}
