.content {
    position: relative;
    background: url(/images2020/contentTop.png) top center repeat-x, url(/images2020/contentBottom.png) bottom center repeat-x #f1f1f1;
}

.subBanner {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 19.79%;
    overflow: hidden;
}

.subBanner img {
    width: 100%;
    display: block;
}


/* 板块 */

.content {
    position: relative;
    /* overflow: hidden; */
}

@media screen and (max-width:768px) {
    .content {
        padding: 20px 0px 0;
    }
}


/* 二级页标题 */

.subPageTitleBox {
    overflow: hidden;
}

.subPageTitleBox h2 {
    float: left;
    background: url(/images2020/subTitleBg.png) left center no-repeat;
    width: 232px;
    padding: 0 0 0 34px;
    line-height: 57px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.subPageTitle {
    /* border-bottom: 1px dashed #ddd; */
    overflow: hidden;
}

.subPageTitle .bread {
    color: #757575;
    line-height: 34px;
    font-size: 13px;
    background: #f1f1f1;
    padding: 0 30px;
}

.subPageTitle .bread a {
    color: #757575;
    /* padding: 0 10px; */
}

.subPageTitle .bread a:hover {
    color: #ba0f0f;
}

.subPageTitle .subTitle {
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #222;
    border-bottom: 2px solid #ba0f0f;
    float: left;
    padding-bottom: 9px;
    margin-bottom: -1px;
}

.sidebarPage .subPageTitle {}

.subTitle2 {
    padding: 20px 30px 15px;
}

.subTitleCenter {
    text-align: center;
    font-weight: bold;
    margin: 0 0 48px;
}

.subPageBox {}

.subPageBox2 {
    padding: 20px 30px 30px;
    background: #fff;
}

@media screen and (max-width:768px) {
    .subPageTitleBox h2 {
        float: none;
        font-size: 18px;
        line-height: 45px;
        width: auto;
        padding-left: 20px;
    }
    .subPageTitle {
        margin: 10px 0 0;
    }
    .subPageTitle .bread {
        font-size: 12px;
    }
    .subPageTitle .bread a {
        padding: 0 6px;
    }
    .subPageTitle .subTitle {
        font-size: 16px;
    }
}


/* 侧栏二级页 */

.subLeft {
    width: 240px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin: -60px 0 0;
    box-shadow: 0 6px 16px rgba(16, 26, 33, 0.06);
}

.subLeft .title {
    padding: 15px 40px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: #a00;
    white-space: nowrap;
}

.subLeft ul {
    overflow: hidden;
}

.subLeft li {
    line-height: 1.5;
    /* font-size: 16px; */
    position: relative;
    border-bottom: 1px solid #eee;
}

.subLeft li a {
    display: block;
    color: #333;
    position: relative;
    z-index: 1;
}

.subLeft li>a {
    padding: 12px 40px;
}

.subLeft li>a:hover,
.subLeft li>a.active,
.subLeft li.on>a,
.subLeft li.active>a {
    background-color: #fff;
    position: relative;
    border-left: 6px solid #ba3636;
    text-indent: 5px;
    font-weight: bold;
    color: #ba3636;
}

.subLeft li>a::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    background: url(/images2020/subLeft.png) center center no-repeat;
    transform: translateX(-30px);
    opacity: 0;
    transition: all ease-in 0.2s;
}

.subLeft li>a:hover::after,
.subLeft li>a.active::after,
.subLeft li.on>a::after {
    transform: translateX(0px);
    opacity: 1;
}

.subLeft li .gp-toggles {
    background: url(/images2020/subLeft2.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 56px;
    cursor: pointer;
    z-index: 999;
}

.subLeft li .gp-toggles:hover,
.subLeft li .gp-toggles.on {
    background: url(/images2020/subLeft.png) center center no-repeat;
}

.subLeft .gp-second-nav {
    display: none;
    background: #f1f1f1;
}

.subLeft .gp-second-nav dd a {
    display: block;
    padding: 10px 10px 10px 50px;
    font-size: 15px;
    position: relative;
    color: #333;
    border-top: 1px solid #dedede;
}

.subLeft .gp-second-nav dd a:hover:before,
.subLeft .gp-second-nav dd a.active:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 4px 0 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b8c1cc;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    background: transparent;
}

.subLeft .gp-second-nav dd a:hover,
.subLeft .gp-second-nav dd a.active {}

.subLeft .gp-second-nav dd:first-child {
    border-top: none;
}

.sub_right {
    overflow: hidden;
    display: block;
    width: auto;
    margin: 0 0 80px 290px;
}


/*移动端二级导航开始*/

.gp-m-subNav {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gp-m-inner-header {
    width: auto;
    height: 40px;
    display: block;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #ba0f0f;
    text-align: center;
}

.gp-subNavm {
    width: auto;
    overflow: hidden;
    display: none;
}

.gp-subNavm ul {
    background-color: #fafafa;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.gp-subNavm li {
    border-bottom: 1px solid #dadada;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gp-subNavm li .gp-m-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    cursor: pointer;
    background: url(/images2020/subLeft.png) center center no-repeat;
}

.gp-subNavm li a {
    font-size: 14px;
    padding-left: 13px;
    height: 45px;
    line-height: 45px;
    display: block;
    width: 100%;
    float: left;
}

.gp-subNavm li dl {
    display: none;
    background-color: #fff;
    overflow: hidden;
    width: auto;
    clear: both;
}

.gp-subNavm li dl dd {
    padding-left: 30px;
    line-height: 18px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.gp-subNavm li dl dd:last-child {
    border-bottom: none;
}

.gp-subNavm li.on {
    border-bottom: none;
}

.gp-subNavm li.on a {
    color: #006ebf;
    float: left;
    overflow: hidden;
}

.gp-subNavm li.on dl dd a {
    font-size: 13px;
    color: #444;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
    float: left;
}

@media screen and (max-width:768px) {
    .subLeft {
        display: none;
    }
    .sub_right {
        margin-left: 0;
    }
    .gp-m-subNav {
        display: block;
    }
}

.fullPage {
    padding: 0 0 80px;
}


/* 文章页 */

.articlePage {
    margin: 17px 0 0;
}

.articleTitle {}

.articleTitle h3 {
    /* font-size:18px; */
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #222;
    margin: -6px 0 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #ddd;
}

.articleAuthor {
    text-align: center;
    color: #808080;
    font-size: 13px;
    line-height: 36px;
}

.articleAuthor span {
    display: inline-block;
}

.Annex {
    overflow: hidden;
    max-width: 670px;
}

.Annex h3 {
    font-size: 14px;
    height: 46px;
    font-weight: normal;
    line-height: 46px;
    color: #222;
}

.Annex ul {
    overflow: hidden;
    margin: -10px 0 0;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
}

.Annex ul li a {
    font-size: 13px;
    color: #444;
}

.Annex ul li a:hover {
    color: #ba0f0f;
}

.article {
    line-height: 30px;
    font-size: 16px;
    color: #757575;
    margin: 0 0 14px;
}

.article i,
.article em {
    font-style: italic;
}

.article strong,
.article strong span {
    font-weight: bold;
}

.article table img {
    max-width: initial;
}

.article tbody td,
.article tfoot td {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.article ol,
.article ol li {
    list-style: decimal inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul,
.article ul li {
    list-style: disc inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul li {
    list-style-type: disc;
}

.article ol li {
    list-style-type: decimal;
}

.article ul {
    padding: 0px;
}

.article ul li {
    list-style: none;
    padding: 0px;
    margin: 0 0 50px 0;
}

.article ul li a {
    display: block;
    overflow: hidden;
    color: #757575;
}

.art_left {
    width: 200px;
    float: left;
}

.article .art_left img {
    width: 100% !important;
}

.art_right {
    margin: 0 0 0 240px
}

@media screen and (max-width:767px) {
    .article img {
        width: auto !important;
        height: auto !important;
    }
    .article video {
        width: auto !important;
    }
    .article table {
        width: 100% !important;
    }
    .Annex {
        clear: both;
    }
    .art_left {
        width: 100%;
        float: none;
    }
    .art_right {
        margin: 20px 0 0 0;
    }
}

.fullPage .article {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}


/*分享*/

.share {
    width: auto;
    overflow: hidden;
    float: right;
    margin: 18px 11px 0;
}

.share_btn {
    font-weight: normal;
    width: auto;
    height: 32px;
    line-height: 32px;
    float: left;
}

.bdsharebuttonbox {
    float: left;
}

.share a {
    padding-left: 0px !important;
    margin: 0px 0px 0 16px !important;
    width: 40px !important;
    height: 40px !important;
    float: left;
    border-radius: 50%;
}

.share a.bds_weixin {
    background: url(/images2020/weixin.png) no-repeat center center;
}

.share a.bds_tsina {
    background: url(/images2020/weibo.png) no-repeat center center;
}

.share a.bds_qzone {
    background: url(/images2020/qqzoom.png) no-repeat center center;
}

.share a.bds_more {
    background: url(/images2020/share_more.png) no-repeat center center #a3bfd9;
}


/* .share a.bds_weixin:hover{background-color: #7dd43c ;}
.share a.bds_tsina:hover{background-color: #e83437 ;}
.share a.bds_qzone:hover{background-color: #fece00 ;}
.share a.bds_more:hover{background-color: #a3bfd9 ;} */

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px '宋体';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 280px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}


/*分页*/

.gp-page {
    padding: 30px 0;
    color: #999;
    text-align: center;
    font-size: 0;
    line-height: 34px;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-bottom: 1px solid #dedede;
    padding: 0 5px;
    position: relative;
    font-size: 15px;
    font-size: 1;
    margin-left: 0px;
    vertical-align: middle;
    color: #757575;
    position: relative;
}

.pagesBox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 8px;
}

.gp-page a.gp-page-start,
.gp-page a.gp-page-end {
    border: 0;
    color: #757575;
    padding: 0 14px;
}

.gp-page .gp-page-next {
    width: 24px;
    height: 24px;
    background: url(/images2020/nextPage1.png) center center no-repeat;
    border: 0;
    margin-right: 26px;
}

.gp-page .gp-page-prev {
    width: 24px;
    height: 24px;
    background: url(/images2020/prevPage1.png) center center no-repeat;
    border: 0;
}

.gp-page .gp-page-prev:hover {
    background: url(/images2020/prevPage2.png) center center no-repeat;
}

.gp-page .gp-page-next:hover {
    background: url(/images2020/nextPage2.png) center center no-repeat;
}

#page1 {
    border: 0;
    border-bottom: 1px solid #757575;
    background: none;
    width: 24px;
}

.turnPage {
    color: #757575;
    vertical-align: middle;
    margin: 0 0 0 17px;
}

.pagesBox a:hover,
.pagesBox a.active {
    color: #b20f0f;
    font-weight: bold;
}

.pagesBox a::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    bottom: 1px;
    transition: all ease-in 0.3s;
    background: #f1f1f1;
}

.pagesBox a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    transition: all ease-in 0.3s;
    border: 0 solid #ff9c9c;
    border-radius: 50%;
}

.pagesBox a:hover::before,
.pagesBox a.active::before {
    width: 26px;
    height: 26px;
    border: 4px solid #ff9c9c;
    margin-left: -17px;
    margin-top: -17px;
}

.pagesBox a:hover::after,
.pagesBox a.active::after {
    bottom: -1px;
}

.gp-page>span {
    border: none
}


/* .gp-page > a:hover { background-color:#ba0f0f;color: #fff;} */

.gp-m-page a {
    display: inline-block;
    margin: 0 10px
}


/*居中*/

.gp-page-centered {
    text-align: center
}


/*右对齐*/

.gp-page-right {
    text-align: right
}

.gp-m-page {
    display: none;
}

@media screen and (max-width:767px) {
    /* 	.gp-page{display: none;}
	.gp-m-page{display: block;} */
    .pagesBox {
        display: none;
    }
    .gp-page .gp-page-next {
        margin-right: 10px;
    }
    .gp-page a.gp-page-start,
    .gp-page a.gp-page-end {
        padding: 0 5px;
        font-size: 13px;
    }
    .turnPage {
        margin: 0 0 0 10px;
    }
    .gp-page {
        padding: 16px 0;
    }
    .subPageBox2 {
        padding: 10px 12px 12px;
    }
    .subPageTitle .bread {
        padding: 0 12px;
    }
    .subTitle2 {
        padding: 10px 12px 12px;
    }
}

.list01 {
    margin: 10px 0 0;
}

.list01 a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.list01 a .left {
    width: 230px;
    float: left;
}

.list01 a .left .img {
    padding-bottom: 56.25%;
}

.list01 a .right {
    margin-left: 250px;
}

.list01 a .right .time {
    font-family: arial;
    line-height: 15px;
    margin-bottom: 7px;
    color: #999;
}

.list01 a .right .title {
    line-height: 27px;
    max-height: 54px;
    color: #333;
    margin-bottom: 10px;
}

.list01 a .right .info {
    line-height: 24px;
    height: 48px;
    color: #757575;
}

.list01 a:hover .left .img img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

.list01 a:hover .right .title {
    color: #ba0f0f;
}

.list01 .noImg a .left {
    display: none;
}

.list01 .noImg a .right {
    margin-left: 0;
}

.list02 {
    margin: 10px 0 0;
}

.list02 a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    line-height: 20px;
}

.list02 a .time {
    float: right;
    margin-left: 10px;
    color: #999;
}

.list02 a .title {
    white-space: nowrap;
    color: #333;
    transition: all ease-in-out 0.3s;
}

.list02 a:hover .title {
    color: #ba0f0f;
    text-indent: 10px;
}

@media screen and (max-width:479px) {
    .list01 a .left {
        float: none;
        margin: 0 auto 16px;
        width: 100%;
    }
    .list01 a .right {
        margin: 0;
    }
    .list01 a,
    .list02 a {
        padding: 10px 0;
    }
}

.list03 {}

.list03 ul {
    margin: 0 -22px -25px;
}

.list03 li {
    width: 33.3%;
}

.list03 li a {
    margin: 0 22px 25px;
}

.list03 li a .img {
    padding-bottom: 66.67%;
}

.list03 li a .title {
    white-space: nowrap;
    padding: 11px 0;
    text-align: center;
    color: #444;
    line-height: 1.5;
    background: #fff;
}

.list03 li a:hover .title {
    color: #ba0f0f;
}

.list03 li a:hover .img img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

@media screen and (max-width:640px) {
    .list03 li {
        width: 50%;
    }
}

@media screen and (max-width:414px) {
    .list03 ul {
        margin: 0 -10px -16px;
    }
    .list03 li a {
        margin: 0 10px 16px;
    }
    .list03 li a .title {
        padding: 6px 0;
    }
}

.list04 {}

.list04 ul {
    margin: 0 -22px;
}

.list04 li {
    width: 33.3%;
}

.list04 a {
    background: #fff;
    margin: 0 22px 20px;
    position: relative;
    border-radius: 22px;
    box-shadow: 0 6px 16px rgba(16, 26, 33, 0.06);
    overflow: hidden;
}

.list04 .title {
    line-height: 2;
    padding: 6px 45px 6px 35px;
    white-space: nowrap;
    position: relative;
    z-index: 3;
}

.list04 a::after {
    content: '';
    width: 6px;
    height: 10px;
    background: url(/images2020/2-1Arrow1.png) center center no-repeat;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -5px;
}

.list04 a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    background: #ae0e0e;
    transform: skew(-30deg);
    transition: all ease-in 0.3s;
}

.list04 a:hover::before {
    width: 150%;
    left: -25%;
}

.list04 a:hover .title {
    color: #fff;
}

.list04 a:hover::after {
    background: url(/images2020/2-1Arrow2.png) center center no-repeat;
}

@media screen and (max-width:1366px) {
    .list04 li {
        width: 50%;
    }
}

@media screen and (max-width:639px) {
    .list04 li {
        width: 100%;
    }
}

.list05 {
    margin: 0px 0 -40px;
}

.list05 a {
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
    margin: 0 0 40px;
}

.list05 a .left {
    width: 374px;
    float: left;
}

.list05 a .img {
    padding-bottom: 66.84%;
}

.list05 a .right {
    margin-left: 374px;
    padding: 29px 40px 0 25px;
}

.list05 a .time {
    font-family: arial;
    line-height: 15px;
    margin-bottom: 7px;
    color: #999;
}

.list05 a .title {
    line-height: 27px;
    max-height: 54px;
    color: #333;
    margin-bottom: 10px;
}

.list05 a .info {
    line-height: 24px;
    height: 48px;
    color: #757575;
    margin: 0 0 35px 0;
}

.list05 a .line {
    width: 35px;
    height: 1px;
    background: #eee;
    margin: 0 0 38px;
}

.list05 a:hover .left .img img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

.list05 a:hover .right .title {
    color: #ba0f0f;
}

.list05 .noImg a .left {
    display: none;
}

.list05 .noImg a .right {
    margin-left: 0;
}

@media screen and (max-width:767px) {
    .list05 a .left {
        width: 250px;
        float: left;
    }
    .list05 a .right {
        margin-left: 250px;
        padding: 16px 40px 0 25px;
    }
    .list05 a .info {
        margin: 0 0 6px;
    }
    .list05 a .line {
        margin: 0 0 6px;
    }
}

@media screen and (max-width:639px) {
    .list05 a .info {
        display: none;
    }
    .list05 a .title {
        max-height: 108px;
        margin-bottom: 2px;
    }
}

@media screen and (max-width:479px) {
    .list05 a .left {
        width: 140px;
        float: left;
    }
    .list05 a .right {
        margin-left: 140px;
        padding: 8px 18px 0 18px;
    }
    .list05 a .title {
        max-height: 54px;
        margin-bottom: 2px;
    }
    .list05 a {
        margin: 0 0 24px;
    }
    .list05 {
        margin: 0 0 -10px;
    }
}

.list06 {
    margin: 16px 0 0;
}

.list06 a {
    display: block;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 0 30px;
}

.list06 a .left {
    width: 267px;
    float: left;
}

.list06 a .img {
    padding-bottom: 75%;
}

.list06 a .right {
    margin-left: 267px;
    padding: 4px 0px 0 18px;
}

.list06 a .title {
    line-height: 27px;
    color: #222;
    margin-bottom: 8px;
    font-weight: bold;
}

.list06 a .info {
    line-height: 1.875;
    color: #444;
    margin: 0 0 26px 0;
    text-indent: 2em;
}

.list06 a:hover .left .img img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

.list06 a:hover .right .title {
    color: #ba0f0f;
}

.list06 .noImg a .left {
    display: none;
}

.list06 .noImg a .right {
    margin-left: 0;
}

@media screen and (max-width:998px) {
    .list06 a .left {
        float: none;
        margin: 0 auto 10px;
    }
    .list06 a .right {
        margin-left: 0;
    }
}

.list07Box {
    margin: 20px 0 -40px;
}

.list07 .listTitle {
    border-bottom: 2px solid #ffcdcd;
    line-height: 1.5;
    border-left: 4px solid #ba3636;
    overflow: hidden;
}

.list07 .listTitle p {
    float: left;
    color: #730606;
    font-weight: bold;
    padding: 6px 50px 6px 20px;
    background: #ffcdcd;
    border-radius: 0 18px 18px 0;
}

.list07 ul {
    margin: 4px 0 40px 0;
}

.list07 li {
    width: 25%;
}

.list07 a {
    margin: 0 18px;
    border-bottom: 1px solid #eee;
    padding: 0 17px;
    line-height: 36px;
}

.list07 .title {
    position: relative;
    padding: 0 0 0 15px;
}

.list07 .title::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff9c9c;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

@media screen and (max-width:998px) {
    .list07 a {
        padding: 0 4px;
        margin: 0 6px;
    }
    .list07 li {
        width: 33.3%;
    }
}

@media screen and (max-width:414px) {
    .list07 li {
        width: 50%;
    }
}

.teacherPageTop {
    margin: 20px 0 0;
    overflow: hidden;
}

.teacherPageTop .left {
    width: 250px;
    float: left;
}

.teacherPageTop .left img {
    display: block;
    width: 100%;
}

.teacherPageTop .right {
    margin: 0 0 0 270px;
    padding: 0 0 0;
}

.teacherPageTop .name {
    color: #b10e0e;
    font-weight: bold;
    padding: 8px 0;
}

.teacherPageTop .info {
    line-height: 1.6;
    padding: 5px 0;
    color: #757575;
}

.teacherPageTop .info span {
    color: #222;
}

.teacherPageBottom {
    padding: 6px 0 0;
}

.teacherInfo {
    border-top: 1px solid #eee;
    margin: 24px 0 0;
    padding: 25px 0 0;
}

.teacherInfo .title {
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 8px;
}

.teacherInfo .title::before {
    content: '';
    background: #ba3636;
    width: 5px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
}

.teacherInfo .info {
    color: #757575;
    line-height: 30px;
    text-indent: 2em;
}

@media screen and (max-width:998px) {
    .teacherPageTop .left {
        float: none;
        margin: 0 auto 10px;
    }
    .teacherPageTop .right {
        margin-left: 0;
    }
}

.list08Box {
    margin: 0px 0;
}

.list08 {
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
    padding: 9px 0 9px 36px;
    margin: 0 0 20px;
}

.list08 .listTitle {
    float: left;
    font-weight: bold;
    line-height: 36px;
    width: 70px;
    white-space: nowrap;
}

.list08 ul {
    margin: 0 2px 0 70px;
}

.list08 li {
    width: 25%;
}

.list08 a {
    margin: 0 18px;
    line-height: 36px;
}

.list08 .title {
    color: #b50f0f;
}

@media screen and (max-width:1366px) {
    .list08 li {
        width: 33.3%;
    }
}

@media screen and (max-width:998px) {
    .list08 a {
        margin: 0 10px;
    }
    .list08 li {
        width: 50%;
    }
}

@media screen and (max-width:639px) {
    .list08 {
        padding: 9px 20px;
    }
    .list08 .listTitle {
        float: none;
    }
    .list08 ul {
        margin: 0 -10px;
    }
}

@media screen and (max-width:414px) {
    .list08 li {
        width: 100%;
    }
}