.lph_zdq{
    height: 300px;
    background: #FFFFFF;
    margin-bottom: 10px;
}
.lph_zdq .zdq_top{
    display: flex;
    height: 50px;
    border-bottom: 1px solid #efefef;
    justify-content: space-around;
}
.lph_zdq .zdq_top p{
    width: 130px;
    text-align: center;
    
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
}
.lph_zdq .zdq_top .active{
    border-bottom: 2px solid #0362D2;
}
.lph_zdq .zdq_cont{
    text-align: center;
    padding: 17px 20px 0;
}
.lph_zdq .zdq_cont div{
    height: 160px;
}
.lph_zdq .zdq_cont div img{
    width: 150px;
}
.lph_zdq .zdq_cont p{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.lph_tjgw{
    height: 580px;
    background-color: #fff;
    margin-bottom: 10px;
}
.lph_tjgw .tjgw_top{
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
    align-items: center;
}
.lph_tjgw .tjgw_top p{
    display: flex;
    align-items: center;
    font-size: 18px;color: #333;
}
.lph_tjgw .tjgw_top p img{
    margin-right: 8px;
}
.lph_tjgw .tjgw_top div select{
    width: 136px;
    height: 26px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    padding: 0 5px;
}
.lph_tjgw .tjgw_cont{
    padding: 17px 20px 0;
}
.lph_tjgw .tjgw_cont>p{
    text-align: center;
    color: #0362D2;
    font-size: 14px;
    margin-bottom: 15px;
}
.lph_tjgw .tjgw_cont>p span{color:#E81B1B}

.lph_tjgw .tjgw_cont .Box_item{
    width: 280px;height: 130px;
    border: 1px solid #EFEFEF;
    padding-top: 12px;
    box-sizing: border-box;
    margin: 0 5px 10px 0;
}
.lph_tjgw .tjgw_cont .Box_item p{
    display: flex;
    padding: 0 10px;
    justify-content: space-between
}
.lph_tjgw .tjgw_cont .Box_item .p2{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    height: 26px;
}
.lph_tjgw .tjgw_cont .Box_item .p2 a{
    display: none;
    background-color: #E81B1B;
    color: #fff;
    padding: 3px 9px;
}
.lph_tjgw .tjgw_cont .active>.p2>a{
    display: inline-block;
}
.lph_tjgw .tjgw_cont .Box_item .p2 a:hover{
    color: #fff !important;
}

.lph_tjgw .tjgw_cont .Box_item .Box_item_Gs{
    display: flex;
    width: 278px;height: 55px;
    margin-top: 7px;
    background: #F7FBFF;
    padding: 8px 0 0 8px;
    box-sizing: border-box;
}

.lph_tjgw .tjgw_cont .Box_item .Box_item_Gs img,.Six_rightBox .Box_item .item_gs p img{
    width: 40px;height: 40px;
}
.lph_tjgw .tjgw_cont .Box_item .Box_item_Gs div{
    margin-left: 10px;
}
.lph_tjgw .tjgw_cont .Box_item .Box_item_Gs div a{
    color: #333;
    font-size: 14px;
}
.lph_tjgw .tjgw_cont .Box_item .Box_item_Gs div p{
    font-size: 12px;
    color: #666;
    padding: 0;
}

.lph_gd{
    display: block;
    width: 270px;
    height: 44px;
    background: #0362D2;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    margin: 0 auto;
}
.lph_jlq{
    height: 495px;
    background: #FFFFFF;
}
.lph_jlq .jlq_top{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;

}
.lph_jlq .jlq_top img{
    margin-right: 8px;width: 20px;
}
.lph_jlq .jlq_top p{
    font-size: 18px;
    color: #333;
}
.lph_jlq .jlq_item{
    height: 167px;
    display: flex;
    padding: 20px 20px 0;
}
.lph_jlq .jlq_item .item_left{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #CCD5DC;
    margin-right: 7px;
}
.lph_jlq .jlq_item .item_left img{
    width: 100%;height: 100%;
    border-radius: 50%;
}
.lph_jlq .jlq_item .item_right{
    width: 230px;
    border-bottom: 1px solid #C5DDF8;
    position: relative;
}
.lph_jlq .jlq_item .item_right .right_titlep{
    margin: 0;
    height: 36px;
    color: #333333;
    line-height: 17px;
    font-weight: 700;
}
.lph_jlq .jlq_item .item_right .right_title span{
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.lph_jlq .jlq_item .item_right .right_cont{
    height: 55px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 11px 0 15px 0;
}
.lph_jlq .jlq_item .item_right .right_foot{
    display: flex;
}
.lph_jlq .jlq_item .item_right .right_foot span{
    font-size: 12px;
    color: #0362D2;
    padding: 4px 10px;
    background: #F3FAFE;
    border-radius: 10px;
}
.lph_jlq .jlq_item .item_right .right_foot a{
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    margin-left: 14px;
}
.lph_jlq .jlq_item .item_right .right_foot a img{
    margin-right: 5px;
}
.lph_jlq .jlq_item .item_right .right_a{
    display: block;
    width: 72px;
    height: 26px;
    background: #2A82E4;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.lph_jlq .lph_gd{
    margin-top: 10px;
}

.right_top{
    text-align: center;
    height: 280px;
    background-color: #fff;
    border-bottom: 10px;
}

.right_top h3{
    height: 50px;
    background: #D7E8FD;
    line-height: 50px;
    margin-bottom: 19px;
}

.right_top .option-xzh {
    width: 270px;height: 44px;
    border: 1px solid #cccccc;
    position: relative;
    margin-right: 17px;
    margin: 0 auto;
}
.right_top .option-xzh select {
    border: none;
    outline: none;
    width: 100%;height: 44px;
    line-height: 44px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    color: #666;
}
.right_top .option-xzh:after {
    content: "";
    width: 14px;height: 8px;
    background: url(../img/xiala.png) no-repeat center;
    position: absolute;
    right: 20px;top: 41%;
    pointer-events: none;
}
.right_top a{
    display: block;
    width: 270px;height: 50px;
    background: #0362D2;
    line-height: 50px; 
    margin: 16px auto;
    color: #fff;
    text-align: center;
}

.Two_left{
    width: 310px;height: 300px;
    background-color: #fff;
    margin-bottom: 10px;
}
.Two_left .Two_leftDiv{
    display: flex;
    padding: 23px 20px 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Two_left .Two_leftDiv a{
    display: block;
    width: 80px;height: 90px;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 19px;
    box-sizing: border-box;
    color: #333;
}
.Two_left .Two_leftDiv a:hover{
    box-shadow: 0px 0px 9px 0px rgba(50, 123, 209, 0.36);
    background: #E6F1FF;
    font-weight: 700;
    color: #0362D2;
}

.Five_left{
    width: 310px;
    background: #FFFFFF;
    margin-bottom: 10px;
}
.Five_left .TextMore{
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 0 10px;
    align-items: center;
}
.Five_left .Five_title h3{color: #333;border-bottom: 0;}
.Five_left .Five_subtitle h3{border-bottom: 0;}
.Five_left .Five_title a{color: #F44A4A;border-bottom: 0;}
.imgWidth20{
    width: 21px;height: 18px;
    margin-right: 9px;
}
.Five_left .Five_subtitle{
    box-shadow: 0px 7px 10px #e4e4e4;
    height: 60px;
    line-height: 60px;
}
.Five_left .Five_subtitle a{
    width: 80px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #0362D2;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    color: #0362D2;
}
.Five_left .Five_left_list{
    height: 405px;
    margin-top: 5px;
    padding: 0 23px;
    overflow: hidden;
}
.Five_left .Five_left_list a{
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.Five_left .Five_left_list a p{
    width: 165px;
    font-weight: 700;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}
.Five_left .Five_left_list a span{
    color: #666;
}
.ImgText{
    width: 100%;height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 50px;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
}
.ImgText img{
    position: absolute;
    top: 16px;left: 20px;
}


/* 文章推荐 */
.right-wztj {
    margin-bottom: 10px;
}

.right-wztj>ul {
    padding: 19px 30px 15px 21px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.right-wztj a {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.right-wztj a:hover {
    color: #0362D2 !important;
}

/* 推荐文章 */
.right-tjwz {
    margin-bottom: 10px;
}

.right-tjwz>ul {
    padding: 26px 30px 28px 20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.right-tjwz>ul>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.right-tjwz>ul>li:first-child>span {
    background: #DF3E3E !important;
}

.right-tjwz>ul>li:nth-child(2)>span {
    background: #FE741D !important;
}

.right-tjwz>ul>li:nth-child(3)>span {
    background: #F9B40A !important;
}

.right-tjwz>ul>li>span {
    width: 18px;
    height: 18px;
    background: #AFB5C5;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    margin-right: 8px;
    color: #fff;
}

.right-tjwz a {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.right-tjwz>ul>a {
    display: block;
    width: 270px;
    height: 44px;
    background: #0362D2;
    line-height: 44px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

/* 统招专升本题库 */
.right-zsbtk {
    background-color: #fff;
}

.right-zsbtk>h2 {
    width: 100%;
    height: 44px;
    background: #F3F9FF;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.right-zsbtk>ul {
    padding: 25px 23px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.right-zsbtk>ul>li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
}

.right-zsbtk>ul>li>a {
    color: #333333;
}

.right-zsbtk>ul>li>img {
    margin-right: 15px;
}

/* 章节练习 */
.right-zsbtk-zjlx {
    padding-bottom: 24px;
}

.right-zsbtk-zjlx>h3 {
    font-size: 16px;
    color: #333333;
    padding-left: 23px;
    margin-bottom: 25px;
}

.right-zsbtk-zjlx>ul {
    padding: 0 22px;
}


.right-zsbtk-zjlx>ul>li {
    margin-bottom: 18px;
}

.right-zsbtk-zjlx>ul>li>h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.right-zsbtk-zjlx>ul>li>h4>img {
    margin-right: 11px;
}

.right-zsbtk-zjlx>ul>li>p {
    font-size: 12px;
    font-weight: 500;
    color: #0362D2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 23px;
    margin-top: 12px;
}

.right-zsbtk-zjlx>ul>li>p>a {
    color: #0362D2;
}

.right-zsbtk-zjlx>ul>li>p>label>span {
    color: #999;
}

.right-zsbtk-zjlx>ul>li>div {
    width: 240px;
    height: 4px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-left: 23px;
    margin-top: 10px;
}

.right-zsbtk-zjlx>ul>li>div>p {
    width: 24%;
    height: 4px;
    background: #99B1F2;
    border-radius: 2px;
}

.right-zsbtk-zjlx>a {
    width: 270px;
    height: 44px;
    background: #0362D2;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-zsbtk-zjlx>a>img {
    margin-right: 12px;
}
.right-wztj {
    margin-bottom: 10px;
}

.right-wztj>ul {
    padding: 19px 30px 15px 21px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.right-wztj a {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.right-wztj a:hover {
    color: #0362D2 !important;
}
.right-wztj li{
	display: flex;
}
.right-wztj li span{
	background: #AFB5C5;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-right: 5px;
}
.right-wztj li:nth-child(1) span{
	background: #DF3E3E;
}
.right-wztj li:nth-child(2) span{	
background: #FE741D;
}
.right-wztj li:nth-child(3) span{
background: #F9B40A;
}

.right_lmgn{
	display: flex;
    background-color: #fff;
    justify-content: space-around;
    padding: 20px 0;
    text-align: center;
}
.right_lmgn a{
    display: block;
}
/* 文章热评 */
.right_wzrp {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.right_wzrp_list {
    padding: 0px 20px 16px;
}

.right_wzrp_list>li {
    border-bottom: 1px dashed #EEEEEE;
    padding-bottom: 9px;
    padding-top: 19px;
}

.right_wzrp_list>li:last-child {
    border: none;
}

.right_wzrp_list>li>h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.right_wzrp_list>li>h4>div {
    display: flex;
    align-items: center;
}

.right_wzrp_list>li>h4 img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}

.right_wzrp_list>li>h4>span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.right_wzrp_list>li>p {
    height: 36px;
    background: #F2F8FF;
    border-radius: 0px 18px 18px 18px;
    line-height: 36px;
    padding-left: 19px;
    font-size: 14px;
    font-weight: 600;
    color: #0362D2;
    margin-bottom: 10px;
}

.right_wzrp_list>li>span {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}
.right_wzrp_list>a{
    display: flex;
    align-items: center;
    width: 130px;
    height: 44px;
    background: #FFF0F2;
    justify-content: center;
    margin-bottom: 20px;
}
.right_wzrp_list>a>img{
    margin-right: 7px;
}
.right_wzrp_list>a:nth-child(1){background: #FFF0F2;color: #F81D3A;}
.right_wzrp_list>a:nth-child(2){background: #FFF4DE;color: #E16403;}
.right_wzrp_list>a:nth-child(3){background: #E5EEFF;color: #0362D2;}
.right_wzrp_list>a:nth-child(4){background: #E1FBE6;color: #127926;}
.right_wzrp_list>a:nth-child(5){background: #F8F0FF;color: #7D44AF;}
.right_wzrp_list>a:nth-child(6){background: #FFF0F2;color: #F54C34;}