* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑"    
}
a {
    text-decoration: none;
    color: #000;
}
table,td,tr {
    box-sizing:content-box;
}
table {
    margin :0 auto;
}
li {
    list-style-type: none;
}
.page {
    background: #fff;
}



.navTop {
    width: 100%;
    background: #cc173a;
    height: 40px;

}
.navTop >div {
    width: 1100px;
    margin: 0 auto;
}
.navTop >div p {
    float: left;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}
.navTop >div ul{
    float: right;
}
.navTop >div ul li {
    float: right;
    overflow: auto;
    margin-right: 30px;
}
.navTop >div ul li i {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
.navTop >div ul li.i1 i {
    background-image: url(../frame/home-3.png);
}
.navTop >div ul li.i2 i {
    background-image: url(../frame/home-2.png);
}
.navTop >div ul li.i3 i {
    background-image: url(../frame/home-1.png);
}
.navTop >div ul li a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    float: left;
    line-height: 40px;
padding-left:6px;
}
.nav {
    width: 100%;
    background: none;
    height: 110px;
    position: relative;
    z-index: 4;
}
.nav >div {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 110px;
}
.nav >div .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../frame/home-4.png);
    width: 338px;
    height: 67px;

}
.nav >div >ul {
    float: right;
    margin-top: 40px;
}
.nav >div >ul >li {
    float: left;
    margin-right: 0px;
    position: relative;
}
.nav >div >ul >li.active span {
    color: #fff;
    background: #cc173a;
}
.nav >div >ul >li.active a {
    color: #fff;
}
.nav >div >ul >li.active ul{
    display: block;

}
.nav >div >ul >li:last-child {
    margin-right: 0;
}
.nav >div >ul >li >span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding:10px 9px;
    cursor: pointer;
}
.nav >div >ul >li >ul {
    display: none;
    width: 150px;
    background: #cc173a;
    position: absolute;
    top: 38px;
    left: 0;
}
.nav >div >ul >li:last-child >ul{
    left: auto;
    right: 0;
}
.nav >div >ul >li >ul >li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.nav >div >ul >li >ul >li:hover {
    background: #a2102c;
}
.nav >div >ul >li >ul >li >a{
    color: #fff;
    padding-left: 12px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display:inline-block;
}

.homeBg{
    position: absolute;
    width: 100%;
    height: 500px;
    top: 40px;
    z-index: 1;
}
.homeBg:before {
    content: "";
    height: 344px;
    box-shadow: 0px 5px 10px 0px #dddddd;
    background-color: #fafafa;
    top: 0;
    position: absolute;
    display: inline-block;
    width: 100%;
}
.homeBg:after {
    content: "";
    height: 290px;
    top: 160px;
    position: absolute;
    background-image: url(../frame/home-13.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%; 
}

.homeBg2{
    position: absolute;
    width: 100%;
    height: 500px;
    top: 170px;
    z-index: 1;
}
.homeBg2:after {
    content: "";
    height: 290px;
    top: 160px;
    position: absolute;
    background-image: url(../frame/home-13.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%; 
}
.home {
    width: 1100px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    z-index: 2;
}
.homeLeft {
    width: 790px;
    float: left;
}
.homeLeft h4 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    padding-bottom: 15px;
    padding-top: 30px;
}
.homeLeft h4 i{
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.homeLeft h4 a{
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.homeLeft h4 a:hover {
    color: #cc173a;
}
.homeRight {
    width: 270px;
    float: right;
}
.homeRight h5 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding: 15px 0;
    position:relative;
    padding-left: 20px;
}

.homeRight h5 i{
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
.homeRight h5 a{
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.homeRight h5:before {
    content: '';
    display: inline-block;
    background: #cc173a;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.footer {
    width: 100%;
    background: none;
    height: 110px;

}
.footer >div {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 110px;
    border-top: 60px solid #ececec;
}
.footer >div p {
    font-size: 14px;
    color: #333;
    text-align: center;
}
.footer >div p:first-child {
    border-top: 6px solid #cc173a;
    padding-top: 25px;
    margin-bottom: 14px;
}
.footer >div p:last-child {
    padding-bottom: 30px;
}


.home .part1 {
    width: 100%;
    height: 360px;
    background: gray;
    float: left;
    border: 4px solid #e3e3e3;
    position: relative;
    box-sizing: border-box;
}
.home .part1 ul {

}
.home .part1 ol {
    position: absolute;
    bottom: 0;
    right: 0;
}
.home .part1 ol li {
    width: 220px;
    height: 50px;
    background: rgba(204,23,58,.9);
    float: left;
    margin-left: 2px;
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding-left: 10px;
    cursor: pointer;
}
.home .part1 ol li p {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/

}
.home .part1 ol li.active {
    height: 80px;
    background: rgba(204,23,58,1);
    margin-top: 0;
    line-height: 24px;

}
.home .part1 ol li.active p {
    white-space: normal;
    text-overflow: initial;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
.home .part1 ul {
    box-sizing: border-box;
    height: 100%;
}
.home .part1 ul li {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.home .part1 ul li.active {
    display: block;
}
.home .part1 ul li a {
    display: block;
}
.home .part1 ul li a img {
    width: 100%;
    height: 100%;
    font-size: 0;
    display: initial;
}

.home .part2 {
    float: left;
    width: 380px;
    height: 300px;
}
.home .part2 ul li a {
    position: relative;
    padding: 12px 0;
    padding-left: 15px;
    font-size: 14px;
    display: block;
    color: #222;
    line-height: 15px;

    box-sizing: initial;
}
.home .part2 ul li a:hover{
    color: #cc173a;
}
.home .part2 ul li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #808080;
    background-repeat: no-repeat;
    background-position: center;
}


.home .part3 {
    float: right;
    width: 380px;
    height: 320px;
}

.home .part3 ul li a {
    position: relative;
    padding: 12px 0;
    padding-left: 15px;
    font-size: 14px;
    display: block;
    color: #222;
    line-height: 15px;

    box-sizing: initial;
}
.home .part3 ul li a:hover{
    color: #cc173a;
}
.home .part3 ul li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #808080;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.home .part3 .box {
    padding-top: 4px;
}
.home .part3 .box a {
    overflow: auto;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}
.home .part3 .box a:hover{
    background: #f0f0f0;
}
.home .part3 .box a:last-child {
    margin-bottom: 0;
}
.home .part3 .box a .date {
    width: 55px;
    background: #cc173a;
    text-align: center;
    overflow: auto;
    padding: 9px 0;
    float: left;
}
.home .part3 .box a .date span{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    float: left;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
}
.home .part3 .box a .date i{
    font-style: normal;   
    font-size: 12px;
    color: #fff;
    margin-top: -5px;
    float: left;
    display: inline-block;
    width: 100%;
}
.home .part3 .box a .info {
    font-size: 14px;
    float: left;
    color: #222;
    padding-left: 12px;
}
.home .part3 .box a .info span{
    display: block;
    position: relative;
    padding-bottom: 2px;
    padding-left: 18px;
}
.home .part3 .box a .info span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 13px;
    height: 13px;
    background: red;
    display: inline-block;
    background: url(../frame/home-14.png);
}

.home .part3 .box a .info i {
    font-style: normal;
    display: block;
    padding-bottom: 2px;
    position: relative;
    padding-left: 18px;
}
.home .part3 .box a .info i:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 13px;
    height: 13px;
    background: red;
    display: inline-block;
    background: url(../frame/home-15.png);
}
.home .part3 .box a .info p {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
}
.home .part3 .box a .info p:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 13px;
    height: 13px;
    background: red;
    display: inline-block;
    background: url(../frame/home-16.png);
}*/

.home .part4 {
    float: left;
    width: 100%;
    height: 300px;
}
.home .part4 .box {
    width: 380px;
    height: 234px;
    background: gray;
    float: left;
    border: 4px solid #e3e3e3;
    position: relative;
}
.home .part4 .box img {
    width: 100%;
    height: 100%;
}
.home .part4 .box span {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    display: inline-block;
    background-image:  url(../frame/home-12.png);
    background-position: bottom left;
    background-size:auto 100%;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}
.home .part4 ul {
    float: right;
    width: 380px;
}
.home .part4 ul li a {
    position: relative;
    padding: 12px 0;
    padding-left: 15px;
    font-size: 14px;
    display: block;
    color: #222;
    line-height: 15px;

    box-sizing: initial;
}
.home .part4 ul li a:hover{
    color: #cc173a;
}
.home .part4 ul li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #808080;
    background-repeat: no-repeat;
    background-position: center;
}



.home .part5 {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
#div1 {width: 790px;height: 120px; position: relative;overflow: hidden; border: 4px solid #e3e3e3;}
#div1 ol { width: 790px; height: 120px; position: relative; }
#div1 ol li { height: 120px; float: left; list-style: none;}
#div1 ol li img {height: 120px; display: inline-block;}
.home .part5 .box{
    width: 100%;
    height: 120px;
    background: gray;
    overflow: hidden;
    border: 4px solid #e3e3e3;
}
.home .part5 .box img {
    float: left;
    height: 100%;
}
.home .part5 ul li{
    float: left;
    width: 380px;
    margin-right: 30px;
}
.home .part5 ul li:nth-child(2n){
    margin-right: 0;
}
.home .part5 ul li a {
    position: relative;
    padding: 12px 0;
    padding-left: 15px;
    font-size: 14px;
    display: block;
    color: #222;
    line-height: 15px;

    box-sizing: initial;
}
.home .part5 ul li a:hover{
    color: #cc173a;
}
.home .part5 ul li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #808080;
    background-repeat: no-repeat;
    background-position: center;
}

.home .part6 {
    width: 100%;
    height: 234px;
    background: url(../frame/home-5.png);
    position: relative;
}
.home .part6 >div {
    height: 35px;
    width: 230px;
    background: #fff;
    position: absolute;
    bottom: 22px;
    right: 13px;
}
.home .part6 >div input{
    height: 25px;
    margin-top: 5px;
    outline: none;
    border: none;
    width: 190px;
    margin-left: 5px;
    float: left;
}
.home .part6 >div input.searBtn{
    width: 25px;
    height: 25px;
    background-image: url(../frame/home-6.png);
    background-color: #cc173a;
    background-position: center;
    display: inline-block;
    margin-top: 5px;
    float: right;
    margin-right: 5px;
    
}

.home .part7 {
    width: 100%;
    background: #fafafa;
    margin-top: 30px;
    padding-bottom: 20px;
}
.home .part7 ol {
    padding: 0 20px;
    overflow: auto;
}
.home .part7 ol li {
    float: left;
    width: 105px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #eeeded;
    margin-bottom: 15px;
    cursor: pointer;
}
.home .part7 ol li a {
    color: 3222;
}
.home .part7 ol li:hover {
    background: #cc173a;
    color: #fff;
}
.home .part7 ol li:hover a {
    color: #fff;

}
.home .part7 ol li:nth-child(2n){
    margin-right: 0;
}
.home .part7 ol li a {

}
.home .part7 ul {
    padding: 0 20px;
    overflow: auto;
}
.home .part7 ul li {
    float: left;
    width: 100%;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #eeeded;
    margin-bottom: 15px;
    cursor: pointer;
}  
.home .part7 ul li:hover {
    background: #cc173a;
    color: #fff;
}
.home .part7 ul li:hover a {
    color: #fff;

}

.home .part8 {
    width: 100%;
    background: #fafafa;
    margin-top: 30px;
    padding-bottom: 10px;
}
.home .part8 ul {
    padding: 0 20px;
}
.home .part8 ul li {
   border: 4px solid #e3e3e3;
   width: 230px;
   height: 76px; 
   margin-bottom: 15px;
}
.home .part8 ul li a {

}
.home .part8 ul li a img {
    width: 100%;
    height: 100%;
}


.banner {
    width: 100%;
    background: #f3f3f3;
    background-image: url(../frame/banner-1.png);
    background-size: auto 100%;
    background-position: top center;
    height: 200px;
    background-repeat: no-repeat;
}
.banner >div {
    width: 1100px;
    height: 155px;
    background-image: url(../frame/banner-1.png);
    background-size: auto 100%;
    background-position: top center;
    margin: 0 auto;
    background-size: 100%;
}

.slider {
    width: 270px;
    float: left;
    padding-bottom: 30px;
}
/*.slider ul.part1 {

}
.slider ul.part1 span{
    background: rgba(204,23,58,.85);
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    display: inline-block;
}
.slider ul.part1 li{
    width: 100%;
    height: 70px;
    width: 100%;
    display: inline-block;
    background: #efefef;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.slider ul.part1 li a{

}
.slider ul.part1 li.active{
    background: #fff;
}
.slider ul.part1 li.active:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d43a57;
}*/

.slider h5 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding: 15px 0;
    position:relative;
    padding-left: 20px;
}
.slider h5:before {
    content: '';
    display: inline-block;
    background: #cc173a;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.slider .part2 {
    width: 100%;
    background: #fafafa;
    margin-top: 30px;
    padding-bottom: 20px;
}
.slider .part2 ol {
    padding: 0 20px;
    overflow: auto;
}
.slider .part2 ol li {
    float: left;
    width: 105px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #eeeded;
    margin-bottom: 15px;
    cursor: pointer;
}
.slider .part2 ol li a {
    color: 3222;
}
.slider .part2 ol li:hover {
    background: #cc173a;
    color: #fff;
}
.slider .part2 ol li:hover a {
    color: #fff;

}
.slider .part2 ol li:nth-child(2n){
    margin-right: 0;
}
.slider .part2 ol li a {

}
.slider .part2 ul {
    padding: 0 20px;
    overflow: auto;
}
.slider .part2 ul li {
    float: left;
    width: 100%;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #eeeded;
    margin-bottom: 15px;
    cursor: pointer;
}  
.slider .part2 ul li:hover {
    background: #cc173a;
    color: #fff;
}
.slider .part2 ul li:hover a {
    color: #fff;

}

.slider ul.part1 {

}
.slider .listHd{
    background: rgba(204,23,58,.85);
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    display: inline-block;
}
.slider ul.part1 li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 6px solid #cc173a;
    position: relative;
}
.slider ul.part1 li.now{
    border-left: 6px solid #cc173a;
}
.slider ul.part1 li.active .i2 {
    display: block;
}
.slider ul.part1 li.now a.i1:before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;
}
.slider ul.part1 li.hasSon .i1:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-14.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute; 
}
.slider ul.part1 li.active .i1:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-15.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute; 
}

.slider ul.part1 li a.i1 {
    height: 55px;
    display: block;
    line-height: 55px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.slider ul.part1 li a.i1:hover {
    color: #cc173a;
}
.slider ul.part1 li .i2 {
    background: #f6f6f6;
    display: none;
}
.slider ul.part1 li .i2 a {
    height: 45px;
    display: block;
    line-height: 45px;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.slider ul.part1 li .i2 a:hover {
    color: #cc173a;
}
.slider ul.part1 li .i2 a.now:before {
  /*  content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;*/
}


.slider ul.part1 li .i3 {
    background: #eee;
    display: none;
}
.slider ul.part1 li .i3.active2 {
    display: block;
}
.slider ul.part1 li .i3 a {
    height: 35px;
    display: block;
    line-height: 35px;
    padding-left: 60px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
/*.slider ul li .i3 a:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #c23432;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    display: inline-block;
    position: absolute;
}*/
.slider ul.part1 li .i3 a:hover {
    color: #cc173a;
}
.slider ul.part1 li .i3 a.now:before {
    /*content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;*/
}
.slider .hasSon:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-14.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;
}
.slider .hasSon.active3:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-15.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;    
}





.list {
    width: 1100px;
    margin: 0 auto;
    overflow: auto;
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
.listContent{
    width: 790px;
    float: right;
    padding-top: 75px;
}
.listContent .bread {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    padding:20px 0;
}

.listContent ul {
    border-top: 3px solid #cc173a;
}
.listContent  ul li {
    width: 100%;
    padding: 20px 0;
    overflow: auto;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 60px;
    position: relative;
}
.listContent  ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c23432;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
.listContent  ul li a {
    float: left;
}
.listContent  ul li a:hover {
    color: #cc173a;
}
.listContent  ul li span {
    float: right;
}


.article {
    width: 1100px;
    margin: 0 auto;
    overflow: auto;
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
.articleContent{
    width: 790px;
    float: right;
    overflow: auto;
    padding-top: 75px;
}
.articleContent .bread {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    padding:20px 0;
}

.detailContent {
    float: left;
    width: 790px;
    float: left;
    border-top: 3px solid #cc173a;
}
.detailContent .title {
    padding: 30px 0 15px 0;
    border-bottom:1px solid #e5e5e5;
}
.detailContent .title h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}
.detailContent .title h4 {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    margin: 0 20px;
}
.detailContent .title h4 span {
    display: inline-block;
    padding: 0 10px;
    color: #333;
}
.detailContent .content {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    padding-top: 30px;
}
.detailContent .content table {

    table-layout: fixed;
    border-collapse:collapse;
    border-top: 5px solid #666;

}
.detailContent .content td {
    border:1px solid #e3e3e3;
    padding:8px 5px;
    word-wrap: break-word;
    white-space:normal;

}
.detailContent .content td p {
    line-height: 1.2em;
    font-size: 14px;
    word-break: break-all; word-wrap: break-word;
    display: block;
}
.detailContent .content >p {
    text-indent:2rem;
}
.detailContent .content >img {
    width: 100%;
}

.otherArticle {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.otherArticle i {
    display: inline-block;
}
.otherArticle .next {
    float: right;
}
.otherArticle .prev {
    float: left;
}
.otherArticle .next i {
    width: 25px;
    height: 25px;
    float: right;
    background-image: url(../frame/icon-11.png);
} 
.otherArticle .prev i {
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../frame/icon-10.png);
}
.otherArticle .prev a {
    padding-left: 20px;
}
.otherArticle .next a {
    padding-right: 20px;
}
.otherArticle a {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    
    float: left;
    display: inline-block;

}
.otherArticle a:hover {
    color: #c23432;
    text-decoration: underline;
}

.pageNation table {
    margin-top: 10px!important;
}
.pageNation td {
    font-size: 14px!important;
    font-family: "微软雅黑"!important;
    color: #666!important;
}
.pageNation span,.pageNation a {
    font-size: 14px!important;
    padding: 5px 10px!important;
    background: #fff!important;
    border: 1px solid #c5c5c5!important;
    color: #888!important;
    margin: 0 3px!important;
    text-decoration: none!important;
    height: auto!important;
    font-family: "微软雅黑"!important;
    cursor: pointer;
}
.pageNation span:last-child,.pageNation a:last-child {
    margin-right: 0!important;
}
.pageNation span:hover,.pageNation span:a {
    border: solid #cc173a 1px!important;
    color: #fff!important;
    background: #cc173a!important;
}
.pageNation input[type="button"] {
    font-size: 14px!important;
    padding: 5px 10px!important;
    background: #fff!important;
    border: 1px solid #c5b7b7!important;
    color: #333!important;
    margin: 0 3px!important;
    text-decoration: none!important;
    height: auto!important;
    font-family: "微软雅黑"!important;
    cursor: pointer;
    background: #f1f1f1!important
}
.pageNation input.defaultInputStyle {
    font-size: 14px!important;
    padding: 2px 10px!important;
    background: #fff!important;
    border: 1px solid #c5c5c5!important;
    color: #888!important;
    margin: 0 3px!important;
    text-decoration: none!important;
    height: auto!important;
    font-family: "微软雅黑"!important;
    cursor: pointer;
    text-align: center;
}
.pageNation .Next ,.pageNation .Prev {
    color:#cc173a!important;
    border:1px solid #cc173a!important;
}
#vsb_content_2 li p{
line-height:none !important;
text-indent:0em !important;
float:none;
}
#vsb_content_2 .teacherlist{
display:flex;
flex-wrap:wrap;
}
#vsb_content_2 .teacherlist:after{
display:block;
clear:both;
content:'';