body,
div,
ul,
li,
ol,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
}

body {
    font-size: 12px;
    font-family: ' ';
    background-color: #ffffff;
}

.ft {
    float: left;
}

.rt {
    float: right;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.top {
    padding: 10px 0;
    background: #Feedd4;
}

.logo {
    width: 15%;
}

.logo img {
    display: block;
    width: 100%;
}

nav {
    width: 60%;
}

nav ul {
    display: flex;
}

nav ul li {
    line-height: 55px;
    flex: 1;
    text-align: center;
}

nav ul li a {
    color: rgba(59, 59, 88, .6);
    font-size: 14px;
}

nav ul li:hover a {
    font-weight: bold;
    border-bottom: 2px solid #3b3b58;
    color: #000;
}

nav ul li.active a {
    font-weight: bold;
    border-bottom: 2px solid #3b3b58;
    color: #000;
}

.banner_index {
    position: relative;
}

.banner_index>div:nth-child(2) {
    position: absolute;
    bottom: 47%;
    left: 19%;
    height: 29px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 29px;
}

.banner_index>div:nth-child(3) {
    position: absolute;
    bottom: 19%;
    left: 19%;
    margin-top: 53px;
    width: 150px;
    height: 150px;
    background: #ffe4c1;
    border-radius: 20px;
    padding: 10px;
}


}
.banner {
    position: relative;
}
.banner img,
.banner_index img {
    display: block;
    width: 100%;
}
.banner>div:nth-child(2) {
    position: absolute;
    top: 27%;
    left: 19%;
}
.banner h3 {
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    line-height: 69px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    position: relative;
}
.banner h3::before {
    content: "";
    display: block;
    width: 10px;
    height: 62px;
    background: #fedd00;
    position: absolute;
    top: 2px;
    left: -19px;
}
.banner p {
    position: absolute;
    top: 39%;
    left: 19%;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    line-height: 69px;
    letter-spacing: 8px;
}
.banner>div:nth-child(4) {
    position: absolute;
    top: 50%;
    left: 19%;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    letter-spacing: 3px;
}
.banner>div:nth-child(5) {
    position: absolute;
    top: 58%;
    left: 19%;
    width: 200px;
    height: auto;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 29px;
    box-sizing: border-box;
    padding: 15px;
    background: rgba(255, 255, 255, 0.65);
    z-index: 55;
    border-radius: 18px;
}
.con_one {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-59px);
    border-radius: 24px;
    box-shadow: 0 20px 20px -4px rgb(137 154 230 / 10%);
    box-sizing: border-box;
    padding: 20px 0;
}
.con_one ul {
    display: flex;
    justify-content: space-around;
}
.con_one ul li img {
    display: block;
    width: 48px;
    margin: 0 auto;
}
.con_one ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #727594;
}
.con_tow {
    padding-top: 30px;
    margin-bottom: 0px;
    background: #f6f7fd;
}
.three_title h2 {
    position: relative;
    display: table;
    white-space: nowrap;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 500;
    color: #3b3b58;
    letter-spacing: 6px;
}
.three_title h2:before {
    border-top: 4px solid #6c6f90;
    content: "";
    display: table-cell;
    position: relative;
    top: 26px;
    left: -19px;
    width: 30px;
}
.three_title h2:after {
    border-top: 4px solid #6c6f90;
    content: "";
    display: table-cell;
    position: relative;
    top: 26px;
    width: 30px;
    right: -8px;
}
.three_title span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #696c8d;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.con_tow {
    padding-bottom: 110px;
}
.con_tow ul {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con_tow ul li {
    text-align: center;
    width: 48%;
    margin: 1% 1%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.con_tow ul li>div {
    /* margin-bottom: 20px;*/
}
.con_tow ul li .img {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.con_tow ul li>div img {
    /*display: block;*/
    
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.con_tow ul li .txt {
    float: right;
    width: calc(100% - 90px);
    text-align: left;
}
.con_tow ul li h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3b3b58;
    line-height: 30px;
}
.con_tow ul li h2 a {
    color: #3b3b58;
}
.con_tow ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #696c8d;
    line-height: 26px;
    margin-top: 10px;
}
.con_tow ul li>a {
    display: inline-block;
    color: #6c6f90;
    margin-top: 15px;
    padding: 5px 15px;
    border: 1px solid #6c6f90;
    border-radius: 4px;
}
.con_tow>div>a {
    text-decoration: none;
    margin: 80px auto 0;
    display: block;
    text-align: center;
    width: 333px;
    height: 70px;
    background: #50465b;
    border-radius: 49px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
    letter-spacing: 2px;
    cursor: pointer;
}
.con_tow>div>a:hover {
    background: #80738e;
}
.con_three section {
    margin-top: 110px;
}
.con_three section>div:nth-child(1) h3 {
    background: url(../images/plan_title.445d37d.png);
    background-size: 568px 60px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    height: 60px;
    text-indent: 29px;
    text-align: center;
}
.con_three section table {
    width: 100%;
    border-collapse: collapse;
}
.con_three section table thead th {
    height: 50px;
    color: #999;
    background: #f9f7f2;
    border: none;
}
.con_three section table tbody td {
    text-align: center;
    height: 50px;
}
.con_three section table tbody tr:nth-child(2n) td {
    background: #f9f7f2;
}
.con_three section>div:nth-child(1) h4 {
    height: 75px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #3b3b58;
    line-height: 75px;
    vertical-align: middle;
    border-bottom: 2px solid #feb008;
}
.con_three section>div:nth-child(1) h4 span {
    font-size: 37px;
    font-weight: 500;
    color: #ff9800;
    margin-right: 17px;
    margin-left: 14px;
}
.con_four {
    background: #cea27f;
    background-size: cover;
}
.con_four {
    padding-top: 100px;
    margin-top: 0px;
}
.four_title {
    text-align: center;
}
.four_title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    letter-spacing: 1px;
}
.four_title span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.con_four {
    padding-bottom: 100px;
}
.con_four .user_avatar {
    position: absolute;
    width: 66px;
    height: 66px;
    top: -70px;
    z-index: 666;
}
.con_four ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.con_four ul li {
    width: 48%;
    background: #fff;
    margin-top: 10px;
    padding: 32px 30px;
    background: #fff;
    box-shadow: 0 20px 46px -10px rgb(179 156 111);
    border-radius: 4px;
    margin-bottom: 44px;
    box-sizing: border-box;
}
.con_four ul li a {
    color: #000;
    position: relative;
}
.con_four .user_info {
    background: url("../images/sb.png")no-repeat 100%;
    background-size: 120px 20px;
    height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #313133;
    line-height: 30px;
}
.con_four .main_title {
    font-size: 20px;
    font-weight: 600;
    color: #313133;
    line-height: 28px;
    margin: 13px 0 12px;
}
.con_four .main_content {
    font-size: 14px;
    font-weight: 400;
    color: #313133;
    line-height: 30px;
    text-align: justify;
}
.con_four>a {
    display: block;
    cursor: pointer;
    margin: 46px auto 0;
    width: 333px;
    height: 70px;
    border-radius: 49px;
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
    text-align: center;
    letter-spacing: 2px;
}
.con_five .swiper-slide img {
    display: block;
    width: 100%;
}
.con_five .swiper-slide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con_five .swiper-slide ul li {
    width: 20%;
}
.con_five {
    padding-top: 100px;
    padding-bottom: 110px;
}
.five_title {
    text-align: center;
    padding-bottom: 0px;
}
.five_title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #3b3b58;
    line-height: 50px;
    letter-spacing: 1px;
}
.five_title span {
    font-size: 20px;
    font-weight: 400;
    color: #3b3b58;
    line-height: 30px;
}
footer {
    background: linear-gradient(167deg, #ffffff, #ffffff);
    padding: 60px 0;
}
.foot_top {
    display: flex;
    justify-content: space-between;
}
.foot_top .top_left {
    width: 20%;
}
.foot_top .top_left>div {
    border-right: 1px solid #ccc;
}
.foot_top .top_left img {
    display: block;
    width: 60%;
}
.foot_top .top_left p {
    font-size: 16px;
    opacity: .5;
    letter-spacing: 10px;
    margin-top: 20px;
}
.foot_top .top_right {
    width: 70%;
}
.foot_top .top_right img {
    display: block;
    width: 120px;
    height: 120px;
}
.foot_top .top_right>div:nth-child(1) p {
    color: #000;
    opacity: .5;
    line-height: 30px;
    text-align: center;
}
.foot_top .top_right>div:nth-child(2) {
    margin-left: 130px;
    padding-top: 10px;
}
.foot_top .top_right>div:nth-child(2) p {
    margin-bottom: 16px;
    font-size: 20px;
    color: #000;
}
.foot_bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #3b3b58;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 30px;
    opacity: .6;
}
.foot_bottom span {
    margin-right: 50px;
}
.foot_bottom a {
    color: #000;
    opacity: .6;
}
.about_a {
    margin-top: 110px;
}
.about_a .consult h2 {
    height: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 24px;
    letter-spacing: 1px;
    border-left: 10px solid #fedd00;
    padding-left: 18px;
    margin: 110px 0 40px;
}
.consult ul li {
    float: left;
    width: 31%;
    margin-right: 24px;
    background: #fff;
    box-shadow: 0 20px 46px -4px rgba(137, 154, 230, .2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.consult ul li>div:nth-child(1) .adviser_info_iframe {
    height: 307px;
    background: #fdf1d6;
    position: relative;
    overflow: hidden;
}
.consult ul li>div>div:nth-child(2) a {
    display: block;
    width: 204px;
    height: 48px;
    border-radius: 26px;
    border: 1px solid rgba(108, 111, 144, .5);
    font-size: 22px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 48px;
    margin: 36px auto 0;
    text-align: center;
    cursor: pointer;
}
.consult ul li:nth-child(3) {
    margin-right: 0;
}
.adviser_name {
    display: flex;
    margin-bottom: 32px;
    align-items: baseline;
}
.adviser_name span {
    font-size: 22px;
    font-weight: 600;
    color: #4b3025;
    line-height: 24px;
}
.adviser_info_ab {
    position: absolute;
    top: 57px;
    left: 35px;
}
.adviser_title {
    margin-left: 7px;
    display: inline-block;
    background: url(../images/adviserTitle2.f239650.png) no-repeat 0 0;
    background-size: cover;
    width: 120px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #8f5717;
    text-align: center;
    line-height: 27px;
    padding-top: 10px;
    padding-left: 25px;
}
.cert_item {
    font-size: 13px;
    font-weight: 500;
    color: rgba(106, 82, 69, .8);
    line-height: 16px;
    background: url('../images/duihao.png') no-repeat 0;
    background-size: 13.2px 13.2px;
    padding-left: 20px;
    margin-bottom: 11px;
}
.adviser_info_ab>img {
    position: absolute;
    left: 132px;
    width: 240px;
    bottom: -125px;
}
.about_b {
    margin-top: 110px;
    padding-bottom: 110px;
}
.about_b .about_b_top {
    background: url(../images/ideabg.b764aec.png) no-repeat;
    background-size: cover;
    height: 102px;
    font-size: 26px;
    font-weight: 400;
    color: #3b3b58;
    line-height: 102px;
    text-indent: 46px;
}
.about_b ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.about_b ul li {
    width: 32%;
    background: #fff;
    box-shadow: 0 20px 46px -4px rgba(137, 154, 230, .2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.about_b .about_b_bottom {
    font-size: 16px;
    font-weight: 400;
    color: #696c8d;
    line-height: 30px;
    padding: 36px 36px 60px 46px;
}
.about_advantage {
    padding-top: 100px;
    background: #f6f7fd;
    text-align: center;
    padding-bottom: 110px;
}
.advantage_change {
    margin-top: 60px;
    position: relative;
}
.advantage_item img {
    display: inline-block;
    width: 90px;
}
.advantage_item p {
    font-size: 24px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 30px;
    margin-top: 40px;
}
.advantage_item div {
    margin: 25px auto 0;
    width: 232px;
    font-size: 16px;
    font-weight: 400;
    color: #696c8d;
    line-height: 26px;
    text-align: left;
}
.advantage_change .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -27px;
    left: 0;
    width: 100%;
}
.advantage_change .swiper-pagination span {
    margin: 0 5px;
}
.about_explain {
    padding-top: 110px;
    padding-bottom: 110px;
}
.about_explain section {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.about_explain section .step_item {
    width: 100px;
}
.about_explain section .step_split {
    width: 62px;
    height: 26px;
    margin-top: 36px;
    background: url('../images/thiszx.png') no-repeat;
    background-size: 62px 26px;
}
.about_explain section>div img {
    display: block;
    width: 100%;
}
.about_explain section .step_item .step_title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #3b3b58;
    line-height: 40px;
}
.carousel {
    width: 100%;
}
.carousel img {
    display: block;
    width: 100%;
}
.information {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.information .information_left ul li {
    cursor: pointer;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #3b3b58;
    line-height: 60px;
    border-bottom: 1px solid #ebf0fc;
}
.information_left {
    width: 20%;
}
.information_right,
.about_right {
    width: 75%;
}
.information .information_left ul li.active {
    color: #fdaa0e;
    border-right: 2px solid #fdac0e;
}
.information .information_left ul li a {
    color: #3b3b58;
}
.information .information_left ul li.tab .disc {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(66, 66, 94, 0), #3b3b58);
    opacity: .2;
    border-radius: 6px;
    margin-right: 20px;
}
.information .information_left ul li.active .disc {
    background: linear-gradient(270deg, rgba(253, 172, 14, 0), #fdac0e);
    opacity: 1;
}
.information .information_left ul li.active a {
    color: rgba(253, 172, 14, 1);
}
.information_right>div:nth-child(1) {
    font-size: 25px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 30px;
}
.information_right>div:nth-child(1)>i {
    border-color: transparent transparent transparent #fdac0e;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 25px;
}
.information_nr {
    padding-top: 20px;
}
.about_right {
    padding-bottom: 40px;
}
.about_right>ul {
    display: flex;
    justify-content: space-between;
}
.about_right>ul li {
    display: block;
    width: 48%;
    background: #d9a283;
    box-shadow: 0 16px 24px -4px rgba(137, 154, 230, .08);
    border: 1px solid rgba(236, 238, 243, .96);
}
.about_right>ul li img {
    display: block;
    width: 100%;
}
.about_right>ul li>div:nth-child(1) {
    margin-bottom: 50px;
}
.about_right>ul li>div:nth-child(2) {
    padding: 0 32px;
}
.about_right>ul li>div:nth-child(2) h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
.about_right>ul li>div:nth-child(2) p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px;
}
.about_right>div:nth-child(2) {
    margin-top: 20px;
    box-shadow: 0 16px 24px -4px rgba(137, 154, 230, .08);
    border: 1px solid rgba(236, 238, 243, .96);
    background: #d9a283;
}
.about_right>div:nth-child(2) div:nth-child(1) {
    margin-bottom: 50px;
}
.about_right>div:nth-child(2) div:nth-child(2) {
    padding: 0 32px;
}
.about_right>div:nth-child(2) div:nth-child(2) h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
.about_right>div:nth-child(2) div:nth-child(2) h3:before {
    content: "";
    border-color: transparent transparent transparent #fdac0e;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 10px;
}
.about_right>div:nth-child(2) div:nth-child(2) p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px;
}
.classroom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}
.classroom_left {
    width: 72%;
}
.classroom_right {
    width: 25%;
}
.classroom_left .x_news {
    display: flex;
    justify-content: space-between;
}
.classroom_left .x_news .x_news_left {
    display: block;
    width: 75%;
}
.classroom_left .x_news .x_news_right {
    width: 25%;
}
.classroom_left .x_news .x_news_left img {
    display: block;
    width: 100%;
}
.classroom_left .x_news .x_news_left {
    position: relative;
}
.classroom_left .x_news .x_news_left .swiper-slide div {
    display: block;
    align-items: center;
    position: absolute;
    padding-left: 26px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .7);
}
.classroom_left .x_news .x_news_left .swiper-pagination {
    bottom: 15px;
    right: 35%;
}
.classroom_left .x_news .x_news_left .swiper-pagination span {
    margin: 0 2px;
}
.classroom_left .x_news .x_news_left .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #5C5C5C;
    opacity: 1;
}
.classroom_left .x_news .x_news_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}
.classroom_left .x_news .x_news_right {
    display: block;
    width: 23%;
}
.x_news_right>div {
    position: relative;
}
.x_news_right>div img {
    display: block;
    width: 100%;
}
.x_news_right>div div {
    display: block;
    align-items: center;
    position: absolute;
    padding-left: 26px;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .7);
}
.x_news_right>div:nth-child(1) {
    margin-bottom: 9px;
}
.x-tabs {
    margin-bottom: 20px;
}
.x-tabs>ul>li {
    float: left;
    margin-right: 40px;
    font-size: 16px;
    color: #89899b;
    line-height: 30px;
    font-weight: 600;
}
.x-tabs>ul>li.active {
    border-bottom: 3px solid #fedd00;
    font-size: 16px;
    line-height: 30px;
}
.x-tabs>ul>li.active a {
    color: #000;
}
.x-tabs>ul>li a {
    display: block;
    width: 100%;
    padding: 16px 0;
    color: #89899b;
}
.x-tabs section>div:nth-child(1) {
    width: 20%;
}
.x-tabs section>div:nth-child(2) {
    width: 76%;
}
.x-tabs section>div:nth-child(2) a {
    display: block;
    margin-top: 16px;
}
.x-tabs section>div:nth-child(2) a span:first-child {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 22px;
}
.x-tabs section>div:nth-child(2) a span:first-child::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -8px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3b3b58;
}
.x-tabs section>div:nth-child(2) a span:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 22px;
}
.x-tabs .sec_left>div {
    display: flex;
    width: 160px;
    height: 100px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bg-wenda-box.f7a2abc.png);
    background-size: cover;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 600;
    color: #8a6c17;
    line-height: 30px;
    margin-top: 16px;
}
.x-tabs ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-tabs ol li {
    width: 24%;
    margin-bottom: 15px;
}
.x-tabs ol li img {
    display: block;
    width: 100%;
    height: 100%;
}
.x-tabs ol {
    display: none;
}
.x-tabs ol li a>div {
    height: 119px;
}
.x-tabs ol li a p {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 22px;
}
.x-tabs dl dd a::after {
    content: "";
    display: block;
    clear: both;
}
.x-tabs dl dd {
    margin-top: 10px;
}
.x-tabs dl dd a>div>img {
    display: block;
    width: 100%;
    height: 120px;
}
.x-tabs dl dd a>div:first-child {
    float: left;
    width: 23%;
    margin-right: 15px;
}
.time_ll div {
    display: inline;
    color: #696c8d;
}
.time_ll div {
    margin-right: 10px;
}
.time_ll div img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
}
.x-tabs dl {
    display: none;
}
.x-tabs dl dd {
    margin-bottom: 20px;
}
.x-tabs dl dd a>div:last-child {
    width: 75%;
    float: right;
}
.x-tabs dl dd a>div:last-child h2 {
    font-size: 20px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.x-tabs dl dd a:hover h2 {
    color: #4184f4!important;
}
.x-tabs dl dd a>div:last-child p {
    font-size: 12px;
    font-weight: 400;
    color: #696c8d;
    height: 38px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 36px;
}
.time_ll span {
    font-size: 11px;
    font-weight: 400;
    color: #696c8d;
    line-height: 18px;
    border: 1px solid #e1e6f0;
    padding: 0 4px;
    margin-right: 4px;
    cursor: pointer;
}
.right_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    height: 298px;
    background: #fff;
    border: 1px solid rgba(236, 238, 243, .96);
    border-radius: 5px;
    border-top: 5px solid #fedd00;
}
.right_top>div:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    color: #3b3b58;
    line-height: 30px;
    margin-top: 24px;
}
.right_top>div:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #3b3b58;
    line-height: 22px;
    margin-top: 4px;
}
.right_top>div:nth-child(3) {
    margin-top: 4px;
}
.right_top>div:nth-child(3) img {
    margin-top: 4px;
    width: 158px;
    height: 158px;
}
.right_top>div:nth-child(4) {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #3b3b58;
    line-height: 22px;
}
.right_article {
    margin-top: 56px;
}
.right_article>div:nth-child(1) {
    position: relative;
    display: inline-block;
    margin: 0 auto 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #3b3b58;
    line-height: 30px;
}
.right_article>div:nth-child(1) div {
    position: absolute;
    top: 15px;
    right: -10px;
    width: 33px;
    height: 12px;
    background: linear-gradient(270deg, rgba(254, 221, 0, 0), #fedd00);
    z-index: -1;
}
.right_article ul li {
    margin-top: 10px;
}
.right_article ul li a::after {
    content: "";
    display: block;
    clear: both;
}
.right_article ul li a>div:nth-child(1) {
    position: relative;
    float: left;
    width: 36%;
    height: 64px;
}
.right_article ul li a>div:nth-child(1) span {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-top-left-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    background-color: rgb(255, 51, 102);
}
.right_article ul li:nth-child(2) a>div:nth-child(1) span {
    background-color: rgb(246, 165, 36);
}
.right_article ul li:nth-child(3) a>div:nth-child(1) span {
    background-color: rgb(65, 132, 244);
}
.right_article ul li a>div:nth-child(1) img {
    display: block;
    width: 100%;
    height: 100%;
}
.right_article ul li a>div:nth-child(2) {
    float: right;
    width: 62%;
}
.right_article ul li a>div:nth-child(2) h3 {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.right_article ul li a>div:nth-child(2) p {
    font-size: 12px;
    font-weight: 400;
    color: #696c8d;
    line-height: 20px;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.right_article ul li a:hover h3 {
    color: #4184f4 !important;
}
.right_article>a {
    display: block;
    margin-top: 10px;
}
.right_article>a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    color: #fff;
    background-color: #9d9dac;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    vertical-align: super;
}
.right_article>a h4 {
    display: inline-block;
    width: 270px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 20px;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_article>a:hover h4 {
    color: #4184f4 !important;
}
.right_marvellous {
    margin-top: 30px;
}
.right_marvellous>div:nth-child(1) {
    position: relative;
    display: inline-block;
    margin: 0 auto 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #3b3b58;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right_marvellous>div:nth-child(1) div {
    position: absolute;
    top: 15px;
    right: -10px;
    width: 33px;
    height: 12px;
    background: linear-gradient(270deg, rgba(254, 221, 0, 0), #fedd00);
    z-index: -1;
}
.right_marvellous>a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b58;
    line-height: 22px;
    margin-top: 16px;
}
.right_marvellous>a i {
    display: inline-block;
    background-color: rgba(59, 59, 88, .5);
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
}
.right_element {
    margin-top: 56px;
}
.right_element>div:nth-child(1) {
    position: relative;
    display: inline-block;
    margin: 0 auto 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #3b3b58;
    line-height: 30px;
}
.right_element>div:nth-child(1) div {
    position: absolute;
    top: 15px;
    right: -10px;
    width: 33px;
    height: 12px;
    background: linear-gradient(270deg, rgba(254, 221, 0, 0), #fedd00);
    z-index: -1;
}
.right_element>div:nth-child(2) a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #696c8d;
    line-height: 20px;
    padding: 4px 12px;
    background: #f2f2f2;
    border-radius: 19px;
    margin-top: 16px;
    margin-right: 12px;
}
.right_element>div:nth-child(2) a:hover {
    background: #fff7c1;
    color: #fea900;
}
@media screen and (max-width: 768px) {}
.c_add1bg {}
.c_add1 {}
.c_add1 ul li {
    float: left;
    width: calc((100% - 80px)/5);
    margin: 0 20px 20px 0;
    text-align: center;
}
.c_add1 ul li:nth-child(5n) {
    margin-right: 0;
}
.c_add1 ul li .nr_box {
    border: 1px solid #ccc;
    padding: 20px 10px;
}
.c_add1 ul li .img {
    height: 134px;
    position: relative;
}
.c_add1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}
.c_add1 ul li .txt {}
.c_add1 ul li .txt .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0 0 0;
}
.c_add1 ul li .txt .h3 {
    font-size: 12px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.c_add2bg {}
.c_add2 {}
.c_add2 ul li {
    float: left;
    width: calc((100% - 80px)/5);
    margin: 0 20px 20px 0;
    text-align: center;
}
.c_add2 ul li:nth-child(5n) {
    margin-right: 0;
}
.c_add2 ul li .nr_box {
    border: 1px solid #ccc;
    padding: 20px 10px;
}
.c_add2 ul li .img {
    height: 134px;
    position: relative;
}
.c_add2 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}
.c_add2 ul li .txt {}
.c_add2 ul li .txt .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0 0 0;
}
.c_add2 ul li .txt .h3 {
    font-size: 12px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    margin: 10px 0 0 0;
}