.major_left,
.major_right {
    margin-bottom: 60px;
}

.major_left img {
    width: 100%;
}

.major_left p:nth-child(2) {
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
    color: #333;
}

.major_left p:nth-child(3) {
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.major_left p:last-child {
    font-size: 14px;
    margin: 15px 0;
    color: #656565;
}

.major_right ul li::before {
    content: counter(my);
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    position: relative;
    top: -80px;
}

.major_right ul li {
    counter-increment: my;
    margin-bottom: 30px;
    position: relative;
}

.major_right ul li:first-child::before {
    background: #FE5F5F;
}

.major_right ul li:nth-child(2)::before {
    background: #FF8547;
}

.major_right ul li:nth-child(3)::before {
    background: #FFAC38;
}

.major_right ul li:last-child::before {
    background: #FE8888
}

.major_right ul li img {
    width: 190px;
    height: 104px;
    display: inline-block;
    margin-right: 15px;
}

.major_right ul li div {
    position: absolute;
    display: inline-block;
}

.major_right ul li div p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.major_right ul li div p:nth-child(2) {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}

.major_right ul li div p:nth-child(3) {
    color: #656565;
    font-size: 14px;
}

.four_nav_news li {
    border: 2px solid #506ED8;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tab-content,
.four_nav_news,
.style_show,
.specialize,
.special_news {
    position: relative;
    margin-bottom: 60px;
}

.four_mid_news {
    display: inline-block;
    margin-right: 15px;
}

.four_mid_news img {
    width: 490px;
    height: 300px;
}

.four_mid_news p {
    width: 100%;
    max-width: 490px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-left: 10px;
    background: rgba(0, 0, 0, .5);
}

.four_tab_news {
    position: absolute;
    display: inline-block;
}

.four_tab_news ul li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: flex;
}

.four_tab_news ul li a {
    flex: 1;
    height: 50px;
    overflow: hidden;
}

.four_tab_news ul li span {
    font-size: 14px;
    color: #656565;
    margin-left: 15px;
}

.style_show img {
    width: 100%;
    height: 245px;
}

.style_show a p:nth-child(2) {
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    line-height: 30px;
    height: 60px;
    padding: 0 5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.style_show a p:nth-child(3) {
    color: #B2B2B2;
    font-size: 12px;
    padding: 0 5%;
}

.style_show a p:nth-child(3) span {
    font-size: 24px;
    margin-right: 15px;
}

.specialize,
.special_news {
    display: inline-block;
}

.specialize p:nth-child(2) {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
}

.specialize p:nth-child(3) {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 15px;
}

.special_news>li {
    border: 1px solid #DADADA;
    border-radius: 15px;
    float: left;
    width: 24%;
    margin-left: 1.3%;
    position: relative;
}

.special_news>li:first-child {
    margin-left: 0;
}

.special_news li a p {
    position: relative;
    top: -30px;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .5);
}

.special_news li ol li {
    width: 49%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.special_news li ol::after {
    display: block;
    content: "";
    clear: both;
}

.special_news li ol li a {
    font-size: 16px;
    color: #2D71B3;
}

.special_news>li ol+a {
    display: block;
    border-radius: 5px;
    width: 90%;
    margin: 10px 5%;
    background: #DADADA;
    font-size: 16px;
    padding: 10px 0;
    color: #323131;
    text-align: center;
}

.special_news>li ol+a:hover {
    background: #2D71B3;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px;
}