@media screen and (min-width: 992px){
    .layui-col-md9 {
        width: 70%;
    } 
}
@media screen and (min-width: 992px){
    .layui-col-md3 {
        width: 28%;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 16px;
    background-color: #ddd;
}
/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: #eee;
}
/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;

}

.tree-list li:nth-child(1)::after {
    content: "";
    height: 53px;
    background: #ccc;
    padding-right: 1px;
    position: relative;
    top: -6px;
    padding-top: 20px;
    left: 33px;
}
.tree-list li:nth-child(2)::after {
    content: "";
    height: 53px;
    background: #ccc;
    padding-right: 1px;
    position: relative;
    top: -6px;
    padding-top: 20px;
    left: 33px;
}

.NavBox{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.NavBox .navBox {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 190px;
    text-align: center;
    color: #8a060f;
    /* background:#8a060f; */
    /* background: url(https://www.119china.org/public/home/images/kc_01_03.png) no-repeat; */
}
.NavBox .nav-list{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 190px;
    text-align: center;
    color: #8a060f;
    /* background: url(https://www.119china.org/public/home/images/kc_01_04.png) no-repeat; */
    margin-left: -20px;
}
.NavBox .navBox a.on {
    color: white;
    background:#8a060f;
}
.NavBox .navBox a {
    display: block;
    width: 160px;
    text-align: center;
}

.NavBox .navBox a:hover {
    color: white;
    background:#8a060f;
}

.column_title {
    width: 100%;
    height: 80px;
    background: white;
    margin: 0 auto;
    overflow: hidden;
    line-height: 80px;
    margin-top: 20px;
}
.column_title li.current {
    color: #8a060f;
}
.column_title li {
    float: left;
    cursor: pointer;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 18px;
}
.column_title li a:hover, .column_title li a:active, .column_title li.current a {
    color: #8a060f;
}

.censusBox {
    width: 100%;
    height: 450px;
    background: white;
}
.homeLeft_data {
    padding: 42px 0;
    overflow: hidden;
}
.censusBox .homeRight_bightImg {
    padding: 0 30px;
    overflow: hidden;
}
.homeLeft_dataList {
    width: 266px;
    float: left;
    text-align: center;
}
.homeLeft_data .homeLeft_dataList .dataListShu {
    font-size: 46px;
    line-height: 46px;
    color: #ff6c6c;
}
.homeLeft_data .homeLeft_dataList .dataListText {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-top: 16px;
}
.homeLeft_data .homeLeft_dataList .dataListShu span {
    font-size: 12px;
    color: #999;
    line-height: 12px;
}
.censusBox .homeRight_bightImg {
    padding: 0 30px;
    overflow: hidden;
}
.censusBox .homeRight_bightImg .bightImgbox {
    padding: 30px 0 32px 0;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    overflow: hidden;
}
.censusBox .bightImg {
    width: 50%;
    float: left;
}
.censusBox .circleImg {
    position: relative;
}
.censusBox .bightImg p {
    font-size: 14px;
    line-height: 14px;
    color: #333;
}
.circle {
    width: 150px;
    height: 150px;
    margin: 32px auto 0;
    cursor: pointer;
}
.censusBox .circleImg .bianXian {
    width: 1px;
    height: 90px;
    background: #eee;
    position: absolute;
    top: 75px;
    right: 0;
}
.circle>div {
    position: relative;
    overflow: hidden;
    height: 150px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    cursor: default;
}
.jifen {
    width: 150px;
    height: 150px;
    background: url(https://www.119china.org/includes/gpyc_images/tiku/tiku-index/jifen.png)no-repeat;
    margin: 32px 0 0 110px;
    line-height: 150px;
}
.jifen em {
    font-size: 28px;
    color: #ff6c6c;
    margin-right: 5px;
    font-weight: bold;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.circle-info, .circle-info-half {
    color: #999;
}

.examBox {
    width: 100%;
    margin-top: 20px;
    background: white;
    overflow: hidden;
}
.layui-tab-title {
    height: 60px;
}

.layui-tab-title li {
    font-size: 18px;
    line-height: 60px;
    min-width: 65px;
    padding: 0 40px;
}
.layui-tab-title .layui-this:after {
    height: 60px;
}

.toggleBox {
    width: 100%;
    height: 440px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 18px;
    position: relative;
}
.zhengtiimg {
    width: 290px;
    height: 340px;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 50%;
    margin-top: -170px;
}
.homeWork_box {
    margin: 30px auto 0;
    overflow: hidden;
}
.common_partBtn {
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    line-height: 12px;
    padding: 9px 20px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 18px;
    border: 1px solid #ddd;
}
.common_bghg {
    float: right;
    margin-right: 25px;
}
.chapter_section {
    overflow: hidden;
    cursor: pointer;
}
.common_section {
    border-bottom: 1px solid #f8f8f8;
    line-height: 69px;
}
.chapter_section .sectionImg {
    float: left;
    margin-top: 29px;
    margin-right: 10px;
    margin-left: 10px;
}
.common_section .section_name {
    float: left;
    font-size: 16px;
    color: #333;
}
.part_btnRig {
    float: right;
    margin-right: 25px;
}
.partList .part_plan {
    float: right;
    margin-right: 30px;
    color: #999;
    width: 60px;
    text-align: right;
}
.partList .part_plan span {
    color: #333;
}
.common_partBtn:hover {
    background: #e81021;
    color: #fff;
}

.common_part .common_partList .common_partName:hover {
    color: #8a060f;
}
.common_section .section_name:hover {
    color: #8a060f;
}
.common_part {
    padding-left: 20px;
    overflow: hidden;
}
.common_part .common_partList {
    border-bottom: 1px solid #f8f8f8;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 60px;
}
.common_part .common_partList img {
    float: left;
    margin: 22px 10px 0 10px;
}
.common_part .common_partList .common_partName {
    float: left;
}
.part_btnRig {
    margin-right: 25px;
}
.partList .part_plan {
    float: right;
    margin-right: 30px;
    color: #999;
    width: 60px;
    text-align: right;
}
.partList .part_plan span {
    color: #333;
}
.tikuRight-Topimg p {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.tiku-right-history {
    padding-top: 10px;
    background: #fff;
    padding-bottom: 30px;
}
.tree-list {
    display: table;
    list-style: none;
    table-layout: fixed;
    width: 100%;
}
.tree-list li {
    display: table-cell;
    text-align: center;
}
.tree-list .item-tt1 {
    display: block;
    width: 38px;
    height: 42px;
    background: url(https://www.119china.org/public/home/images/cuotiji.png)no-repeat center bottom;
    transition: all 0.5s ease;
    margin-left: 40px;
    margin-bottom: 2px;
}
.item-num {
    font-size: 14px;
    color: gray;
    margin-left: 15px;
}
.tree-list .item-tt2 {
    display: block;
    width: 38px;
    height: 42px;
    background: url(https://www.119china.org/public/home/images/shoucang.png)no-repeat center bottom;
    transition: all 0.5s ease;
    margin-left: 43px;
    margin-bottom: 2px;
}

.tree-list .item-tt1:hover {
    background: url(https://www.119china.org/public/home/images/cuotiji_2.png)no-repeat center top;
}

.tree-list .item-tt2:hover {
    background: url(https://www.119china.org/public/home/images/shoucang_2.png)no-repeat center top;
}

.tree-list .item-tt3:hover {
    background: url(https://www.119china.org/public/home/images/jilu_2.png)no-repeat center top;
}
.tree-list .item-tt3 {
    display: block;
    width: 38px;
    height: 42px;
    background: url(https://www.119china.org/public/home/images/jilu.png)no-repeat center bottom;
    transition: all 0.5s ease;
    margin-left: 43px;
    margin-bottom: 2px;
}
.tiku-right-rank {
    margin-top: 20px;
    padding-top: 20px;
    background: #fff;
}
.tiku-right-rank h3 {
    line-height: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
    margin-left: 20px;
    font-size: 14px;
}
.rankBox {
    overflow: hidden;
    width: 300px;
    margin-left: 30px;
    padding-top: 20px;
    overflow-y: auto;
    height: 732px;
}
.rankBox li {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}
.rankListLeft {
    width: 30px;
    float: left;
    text-align: center;
    margin-right: 15px;
    line-height: 40px;
}
.headPortrait {
    float: left;
}
.rankNameNum {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    line-height: 12px;
}
.headPortrait img {
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
}
.rankNameNum .rankNameLv {
    color: #000;
}
.rankNameNum .rankNum {
    color: #999;
    margin-top: 10px;
}

.rb_zt {
    float: right;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 12px;
    display: block;
    margin-right: 15px;
    text-align: center;
    width: 100px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
}

.chapter_section .section_numbber {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}