.banner{
    margin-bottom: 6px;
}
.uk-grid{
    box-sizing: border-box;
    display: flex;
}
.col14{
    width: 100%;
}
a{
    display: block;
}
.text-overflow1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.banner .carousel{
    overflow-x: hidden;
    position: relative;
}
.carousel-container{
    height: 220px;
    position: relative;
}
.carousel-item{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: 387px;
}
.carousel-card{
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-card .image{
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.carousel-card .image img{
    object-fit: fill;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.carousel-item .text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    position: absolute;
    color: #fff;
    bottom: 0;
}
.carousel .controler2 a{
    display: none;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .23);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    line-height: 36px;
}
.carousel:hover .controler2 a{
    display: block;
}
.carousel .prev{
    left: 16px;
}
.carousel .next{
    right: 16px;
}
.controler{
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.controler b{
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    padding: 12px 4px;
}
.controler b .carousel-button{
    display: block;
    opacity: .48;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: .3s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 40px;
}
.controler b:hover .carousel-button{
    opacity: 1;
}
.controler b.down .carousel-button{
    opacity: 1;
}
.carousel-item {
    transition: transform .4s ease-in-out;
}
.banner .section{
    padding-top: 10px;
}
.module{
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
}
.box-left{
    display: flex;
    gap: 20px;
    width: 69.5%;
    padding: 20px 15px 20px 0px;
}
.box-right{
    max-width: 30.5%;
    padding: 20px 15px;
}
.left-warp{
    overflow: hidden;
}
.left-warp:first-child{
    width: 387px;
}
.left-warp:nth-child(2){
    flex: 1;
}
.sub_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.sub_title b {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 12px;
}
.sub_title a {
    font-size: 12px;
    color: #888;
}
.sub_title b::before {
    width: 100%;
    height: 2px;
    background: #4d77ff;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: " ";
}
.part .item {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.part .item .thumb {
    display: block;
    position: relative;
    width: 130px;
    height: 90px;
    overflow: hidden;
    margin-right: 15px;
}
.part .item .thumb img {
    height: 100%;
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.part .item .item-warp {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.part .item .item-title a {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.part .item .desc {
    color: #999;
    font-size: 14px;
    margin: 20px 0;
}
.part .item .time {
    color: #999;
    font-size: 12px;
}
.part ul li {
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
}
.part ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #4d77ff;
    margin-right: 15px;
}
.part ul li a {
    display: block;
    flex: 1;
    color: #333;
    font-size: 16px;
    overflow: hidden;
}
.part ul li .time {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}
.pa-flash{
    position: relative;
    margin-left: 15px;
}
.pa-flash ul li {
    padding-left: 24px;
    margin-top: 28px;
    position: relative;
}
.pa-flash ul li .time {
    width: 110px;
    height: 28px;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 28px;
    color: #999;
    font-size: 12px;
}
.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pa-flash ul li .name {
    font-size: 16px;
    color: #333;
    margin-top: 14px;
    margin-bottom: 18px;
    display: block;
}
.pa-flash ul li .desc {
    color: #999;
    font-size: 14px;
}
.pa-flash ul li::after {
    content: '';
    position: absolute;
    left: -4.5px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border: solid 2px #4d77ff;
    border-radius: 50%;
    z-index: 99;
}
.pa-flash::after {
    position: absolute;
    left: 0;
    top: 16px;
    content: '';
    height: 84%;
    width: 1px;
    background: #4d77ff;
}
.pa-three {
    margin: 23px 0;
    width: 100%;
    height: 108px;
    display: block;
}
.rs-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.rs-list ul li:last-child{
    margin-bottom: 8px;
}
.rs-list ul li .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rs-list ul li .info {
    margin: 0 13px;
    font-size: 14px;
    color: #666;
}
.rs-list ul li .down {
    width: 11px;
    height: 19px;
    background: url(/static/images/gbj/down.png) no-repeat center;
}
.rs-list ul li .img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.f1 {
    flex: 1;
    overflow: hidden;
}
.rs-list ul li .info {
    margin: 0 13px;
    font-size: 14px;
    color: #666;
}
.rs-list ul li .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.module .section{
    padding-bottom: 0px;
    padding-right: 8px;
}
.index_area5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px;
}
.choiceImg {
    width: 100%;
    height: 230px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.img {
    width: 100%;
    height: 100%;
    display: flex;
}
.choiceImg .shadow {
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choiceImg .shadow .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.choiceImg .shadow .views {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.choiceImg .shadow .views .icon {
    width: 16px;
    height: 16px;
    background: url(/static/images/gbj/views1.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2px;
}
.choiceWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choiceWrap .choiceItem {
    width: 180px;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}
.choiceWrap .choiceItem .shadow {
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
}
.choiceWrap .choiceItem .choiceItem-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.choiceItem .img{
    height: 120px;
}
img {
    border: none;
}
.index_item11 {
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 16px;
}
.part .index_item11 {
    position: relative;
    padding-right: 30px;
}
.index_item11 .titleWrap {
    height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.index_item11 .content {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part .index_item11 .more {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 11px;
    height: 19px;
    transform: translate(0, -50%);
    background: url(/static/images/gbj/down.png) no-repeat center;
    background-size: 100%;
    display: block;
}
.index_area6{
    margin-top: 18px;
}
.index_item11 .titleWrap .date {
    margin-right: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #4d77ff;
    line-height: 18px;
    display: flex;
    width: 65px;
}
.index_item11 .titleWrap .date .icon {
    font-size: 22px;
    margin-right: 1px;
    color: #4d77ff;
}
.index_item11 .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 271px;
}
.sub_title .gd {
    color: #4d77ff;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translate(0, -50%);
}
.part .index_item7 {
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
}
.index_area7{
    margin-top: 18px;
}
.index_item7 .item_wrap {
    flex: 1;
    display: flex;
    justify-content: start;
}
.index_item7 .item_wrap .item_img {
    width: 100px;
    height: 70px;
    display: block;
    flex-shrink: 0;
    position: relative;
    margin-right: 15px;
}
.index_item7 .item_wrap .item_img img {
    border-radius: 4px;
}
.index_item7 .rank {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background: #BFBFBF;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.index_item7:nth-of-type(1) .rank {
    background: #F35954;
}
.index_item7:nth-of-type(2) .rank {
    background: #FF9229;
}
.index_item7:nth-of-type(3) .rank {
    background: #FFC912;
}
.part .index_item7:last-child{
    padding-bottom: 20px;
    margin-bottom: 1px;
}
.index_item7 .item_wrap .item_content {
    height: 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 225px;
}
.index_item7 .item_wrap .item_content .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_item7 .item_wrap .item_content .content {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_item7 .item_wrap .item_content .date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.index_area1 .index_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.index_area1 .index_item .item_img {
    width: 160px;
    height: 100px;
}
.index_area1 .index_item .item_content {
    width: 210px;
    height: 100px;
}
.index_area1 .index_item .item_content .titleWrap {
    height: 20px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.index_area1 .index_item .item_content .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 16px;
}
.index_area1 .index_item .item_content .end_info {
    width: 100%;
    height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_area1 .index_item .item_content .titleWrap .tag {
    width: 36px;
    height: 20px;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    background: #4d77ff;
    border-radius: 2px;
    margin-right: 8px;
}
.index_area1 .index_item .item_content .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    width: 171px;
}
.index_area1 .index_item .item_content .end_info .date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.index_area1 .index_item .item_content .end_info .views {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    display: none;
}
.top3{
    margin-top: 30px;
}
.top2{
    margin-top: 20px;
}
.tag_info1_item {
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 16px;
}
.tag_info1_item .tag_info1 {
    height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.tag_info1_item .other_info {
    height: 16px;
    display: flex;
    align-items: center;
}
.tag_info1_item .tag_info1 .tag {
    width: 36px;
    height: 20px;
    background: #4d77ff;
    border-radius: 2px;
    margin-right: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    flex-shrink: 0;
}
.tag_info1_item .tag_info1 .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tag_info1_item .other_info .info {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #4d77ff;
    line-height: 16px;
}
.tag_info1_item .other_info .line {
    width: 1px;
    height: 12px;
    background: #BFBFBF;
    margin: 0 10px;
}
.tag_info1_item .other_info .date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.dot_infos {
    margin-top: 22px;
    margin-bottom: 26px;
}
.dot_infos .dot_info {
    display: flex;
    align-items: center;
    height: 18px;
    margin-bottom: 16px;
}
.dot_infos .dot_info .dot {
    width: 4px;
    height: 4px;
    background: #4d77ff;
    margin-right: 10px;
    flex-shrink: 0;
}
.dot_infos .dot_info .info_wrap {
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
.dot_infos .dot_info .info_wrap .tit {
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    float: left;
    max-width: 340px;
}
.dot_infos .dot_info .info_wrap .date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    width: 35px;
    float: right;
}
.index_area2 .dot_infos .dot_info:nth-of-type(4n) {
    padding-bottom: 19px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
    height: auto;
}
.index_area2 .dot_infos .dot_info:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.index_item11:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.part .index_item7:last-child {
    border: 0;
}
.banner .box-right{
    padding-top: 8px;
}
.focus_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 18px;
}
.focus_wrap .focus_item {
    width: 160px;
    display: block;
}
.focus_wrap .focus_item:first-child{
    margin-right: 10px;
}
.focus_wrap .focus_item:nth-of-type(2){
    margin-left: 10px;
}
.focus_wrap .focus_item .item_img {
    width: 100%;
    height: 85px;
    display: block;
    position: relative;
}
.focus_wrap .focus_item .item_content {
    box-sizing: border-box;
    padding: 25px 15px 10px 15px;
    background: #F7F7F7;
}
.focus_wrap .focus_item .item_img .tag {
    position: absolute;
    width: 36px;
    height: 20px;
    background: #4d77ff;
    border-radius: 0px 0px 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1;
    left: 15px;
    bottom: -20px;
}
.focus_wrap .focus_item .item_content .content {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.focus_wrap .focus_item .item_content .date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.finance_news {
    background: #F7F7F7;
    margin-bottom: 30px;
}
.adv_1 {
    width: 100%;
    height: 56px;
    margin-bottom: 16px;
}
.finance_news .financeWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px 20px 20px;
}
.finance_news .financeWrap .finance_item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
    border-left: 1px solid #E6E6E6;
}
.finance_news .financeWrap .finance_item .dots {
    position: absolute;
    left: -6px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: solid 3px #4d77ff;
    background-size: 100% 100%;
    border-radius: 50%;
}
.finance_news .financeWrap .finance_item .titleWrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.finance_news .financeWrap .finance_item .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    line-height: 20px;
}
.finance_news .financeWrap .finance_item .titleWrap .date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #4d77ff;
    line-height: 18px;
    margin-right: 6px;
}
.finance_news .financeWrap .finance_item .title {
    width: 233px;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ideas{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.index-tz-list {
    margin-top: 20px;
}
.index-tz-list ul {
    display: flex;
    justify-content: space-between;
}
.index-tz-list ul li {
    width: 280px;
}
.index-tz-list ul li .img {
    width: 100%;
    height: 178px;
}
.index-tz-list ul li .name {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.jcsb {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.index-tz-list ul li .t2 {
    line-height: 27px;
    font-size: 14px;
    color: #666;
}
.index-tz-list ul li .img img {
    width: 100%;
    height: 178px;
}
.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-tz-list ul li .down {
    width: 57px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #4d77ff;
    text-align: center;
    line-height: 28px;
    color: #4d77ff;
    font-size: 14px;
    margin-left: 32px;
}
.index-tz-list ul li:hover .down {
    background: #4d77ff;
    color: #fff;
}
@media (max-width: 1185px) {
    .dot_infos .dot_info .info_wrap .tit{
        width: 300px;
        max-width: 100%;
    }
    .index_item11 .title{
        width: 250px;
    }
    .index-tz-list ul li{
        width: 260px;
    }
    .index-tz-list ul li .img img {
        height: 165px;
    }
    .img{
        object-fit: cover;
    }
}
@media (max-width: 1150px) {
    .dot_infos .dot_info .info_wrap .tit{
        width: 280px;
    }
    .index_item11 .title{
        width: 230px;
    }
    .index-tz-list ul li{
        width: 250px;
    }
    .index-tz-list ul li .img img {
        height: 160px;
    }
}
@media (max-width: 1125px) {
    .dot_infos .dot_info .info_wrap .tit{
        width: 270px;
    }
    .index-tz-list ul li{
        width: 245px;
    }
    .index-tz-list ul li .img img {
        height: 155px;
    }
}
@media (max-width: 1100px) {
    .module{
        display: block;
    }
    .box-left{
        width: auto;
    }
    .dot_infos .dot_info .info_wrap .tit{
        width: 85%;
    }
    .box-right{
        max-width: 100%;
        padding-left: 0px;
    }
    .adv_1 {
        height: auto;
    }
    .focus_wrap{
        justify-content: start;
    }
    .index_item7 .item_wrap .item_content {
        width: 100%!important;
        max-width: initial;
    }
    .index_item11 .title {
        flex: 1;
        width: auto;
    }
    .finance_news{
        margin-bottom: 0px;
    }
    .finance_news .financeWrap .finance_item .title{
        width: auto;
    }
    .main{
        margin-right: 2px;
    }
}
@media (max-width: 1050px) {
    .index-tz-list ul li{
        width: 50%;
        padding: 10px;
    }
    .index-tz-list ul{
        flex-wrap: wrap;
    }
    .index-tz-list ul li .img{
        height: 250px;
    }
    .index-tz-list ul li .img img {
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 1000px) {
    .index-tz-list ul li .img{
        height: 230px;
    }
    .index-tz-list ul li .img img {
        height: 230px;
    }
}
@media (max-width: 950px) {
    .index-tz-list ul li .img{
        height: 220px;
    }
    .index-tz-list ul li .img img {
        height: 220px;
    }
}
@media (max-width: 900px) {
    .index-tz-list ul li .img{
        height: 210px;
    }
    .index-tz-list ul li .img img {
        height: 210px;
    }
}
@media (max-width: 830px) {
    .box-left{
        display: block;
    }
    .left-warp:first-child{
        width: 100%;
    }
    .carousel-item{
        left: 830px;
    }
    .carousel-container{
        height: 405px;
    }
    .index_area1 .index_item .item_content{
        width: 80%;
        margin-left: 20px;
    }
    .choiceImg{
        max-height:220px;
    }
    .main .banner{
        margin-top: 15px;
    }
    .module .section {
        padding-top: 0px;
    }
    .module{
        margin-top: 0px;
    }
    .top6{
        margin-top: 20px;
    }
    .index-tz-list ul li .img{
        height: 200px;
    }
    .index-tz-list ul li .img img {
        height: 200px;
    }
}
@media (max-width: 800px) {
    .carousel-container{
        height: 380px;
    }
    .index-tz-list ul li .img{
        height: 195px;
    }
    .index-tz-list ul li .img img {
        height: 195px;
    }
}
@media (max-width: 750px) {
    .carousel-container{
        height: 360px;
    }
    .index-tz-list ul li .img{
        height: 190px;
    }
    .index-tz-list ul li .img img {
        height: 190px;
    }
}
@media (max-width: 700px) {
    .carousel-container{
        height: 320px;
    }
    .index-tz-list ul li .img{
        height: 185px;
    }
    .index-tz-list ul li .img img {
        height: 185px;
    }
}
@media (max-width: 650px) {
    .carousel-container{
        height: 300px;
    }
    .index-tz-list ul li .img{
        height: 180px;
    }
    .index-tz-list ul li .img img {
        height: 180px;
    }
}
@media (max-width: 600px) {
    .carousel-container{
        height: 270px;
    }
    .index-tz-list ul li .img{
        height: 178px;
    }
    .index-tz-list ul li .img img {
        height: 178px;
    }
}
@media (max-width: 550px) {
    .carousel-container{
        height: 250px;
    }
    .index-tz-list ul li .img{
        height: 170px;
    }
    .index-tz-list ul li .img img {
        height: 170px;
    }
}
@media (max-width: 500px) {
    .carousel-container{
        height: 220px;
    }
    .index-tz-list ul li .img{
        height: 150px;
    }
    .index-tz-list ul li .img img {
        height: 150px;
    }
}
@media (max-width: 405px) {
    .dot_infos .dot_info .info_wrap .tit {
        width: 80%;
    }
    .dot_infos .dot_info .info_wrap{
        width: 80%;
    }
    .choiceWrap .choiceItem{
        width: 48%;
    }
    .index-tz-list ul li .img{
        height: 120px;
    }
    .index-tz-list ul li .img img {
        height: 120px;
    }
}
