@font-face{
    font-family: AG;
    src: url('../fonts/AkzidenzGrotesk.otf'),
         url('../fonts/AkzidenzGrotesk.eot'); 
}
@font-face{
    font-family: ysbth;
    src: url('../fonts/ysbth.ttf'), 
    url('../fonts/ysbth.eot'); 
}


/*容器布局*/
.container{
    width: 1400px;
    margin: 0 auto;
}
.container-fluid{
    width: 100%;
}

/*标题*/
.title{
    line-height: 50px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.title span{
    color: #FF3D57;
}

/*侧边栏*/
.sidebar{
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9;
}
.sidebar ul{
    
}
.sidebar li{
    width: 60px;
    height: 60px;
    background: #4180F7;
    margin-bottom: 2px;
    text-align: left;
    line-height: 60px;
    -webkit-transition:all .5s linear;
    -moz-transition:all .5s linear;
    -ms-transition:all .5s linear;
    -o-transition:all .5s linear;
    border: 1px #fff solid;
    position: relative;
    float: right;
    cursor: pointer;
}
.sidebar li.tel{
    overflow: hidden;
}
.sidebar li img{
    display: inline-block;
    vertical-align: middle;
}
.sidebar li p{
    display: none;
    color: #fff;
    font-size: 18px;
}
.sidebar li .weix{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -102px;
    display: none;
    z-index: 9;
}
.sidebar li .weix img{
    width: 100%;
    height: auto;
}
.sidebar li:hover .weix{
    display: block;
}
.sidebar li.tel:hover{
    width: 200px;
    transition:width .5s;
    -webkit-transition:width .5s;
    -moz-transition:width .5s;
    -ms-transition:width .5s;
    -o-transition:width .5s;
}
.sidebar li.tel:hover p{
    display: inline-block;
}

/* header */
header{
    height: 80px;
    background: #fff;
    box-shadow: 0 0 4px rgb(0,0,0,.1);
}
header .logo{
    width: auto;
    height: 50px;
    float: left;
    margin-top: 15px;
}
header .logo img{
    width: auto;
    height: 100%;
}
header .nav{
    width: auto;
    line-height: 80px;
    float: left;
    margin-left: 70px;
}
header .nav li{
    font-size: 18px;
    float: left;
    margin-right: 20px;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    letter-spacing: 1px;
}
header .nav li img{
    margin-left: 5px;
    transition: all 0.5s;
}
header .nav li a{
    color: #333;
}
header .nav li:hover>a{
    color: #4180F7;
}
header .nav li:hover img{
    transform: rotate(180deg);
}
header .nav li::before {
    content:'';
    display:block;
    width:0;
    height:3px;
    position:absolute;
    left:0;
    bottom:0px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
header .nav li:hover::before {
    width: 100%;
}
header .nav li .subnav{
    width: 600px;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    box-shadow: 0 0 4px rgb(0,0,0,.1);
    display: none;
    z-index: 999;
}
header .nav li .subnav li{
    line-height: 46px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 16px;
    padding-left: 20px;
}
header .nav li .subnav li span.t{
 	font-weight: bolder;
    font-size: 18px;
    margin-right: 20px;
}

header .nav li .subnav li:hover::before{
    display: none;
}
header .nav li:hover>.subnav{
    display: block;
}
header .tel{
    font-size: 20px;
    color: #4180F7;
    font-weight: bold;
    float: right;
    line-height: 80px;
    margin-right: 30px;
}
header .login,header .regsiter{
    float: right;
    width: 60px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    margin-top: 28px;
}
header .login{
    border: 1px #4180F7 solid;
    color: #4180F7;
    margin-right: 5px;
}
header .regsiter{
    color: #fff;
    background: #4180F7;
}

/*分校展示*/
.campus{
    margin-top: 25px;
    height: 200px;
    border-radius: 20px;
    background: #F2F2F2 url(../images/map.png) 15px center no-repeat;
    display: flex;
}
.campus h3{
    font-size: 62px;
    color: #D84453;
    line-height: 54px;
    font-family: "ysbth";
    font-weight: normal;
    padding: 46px 50px;
    float: left;
}
.campus h3 span{
    color: #4B86D9;
    text-indent: 35px;
    display: block;
}
.campus .inner{
    flex: 1;
    align-items: center;
    display: -webkit-flex;
}
.campus .inner ul{
    padding: 15px 60px;
}
.campus .inner ul li{
 
    font-size: 18px;
    line-height: 50px;
    /*margin: 10px 0;*/
    float: left;
    margin-right: 25px;
    position: relative;
}
.campus .inner ul li a{
    color: #333;
    position: relative;
}
.campus .inner ul li:hover>a{
    color: #4180F7;
    font-weight: bold;
}

.campus .inner ul .on a{
    color: #4180F7;
    font-weight: bold;
}
.campus .inner ul li a::before{
    content:'';
    width:0;
    height:2px;
    position:absolute;
    left:0;
    bottom:-5px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.campus .inner ul li:hover>a::before{
    width: 100%;
}
.campus .inner ul li .campus_z{
    width: 234px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0,0,0,.1);
    position: absolute;
    top: 50px;
    left: -60px;
    z-index: 999;
    padding: 15px;
    box-sizing: border-box;
    display: none;
}
.campus .inner ul li:hover .campus_z{
    display: block;
}
.campus .inner ul li .campus_z li{
    width: auto;
    margin: 5px 10px;
    font-size: 16px;
    line-height: 24px;
}
.campus .inner ul li .campus_z::before{
    content:'';
    position: absolute;
    top: 0;
    left: 70px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0px -5px 5px rgb(0,0,0,.1));
   -webkit-filter: drop-shadow(0px -5px 5px rgb(0,0,0,.1));
}
.campus .inner .img{
    width: 100%;
    height: 100%;
    /*border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
    border-radius: 20px;
    overflow: hidden;
    background: #4180F7;
}
.campus .inner .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/*banner*/
.banner{
    width: 850px;
    height: 300px;
    float: left;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner img{
    width: 850px;
    height: 100%;
}

/*活动入口*/
.activity{
    width: 520px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}
.activity img{
    width: 100%;
    height: 100%;
}


/*今日热搜*/
.hot_search{
    margin-top: 40px;
    width: 300px;
    height: 290px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgb(0,0,0,.1);
    padding: 15px 30px;
    box-sizing: border-box;
    float: left;
}
.hot_search .title{
    border-bottom: 1px #F23D65 solid;
}
.hot_search .inner{

}
.hot_search .inner li{
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 1px #ececec dashed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_search .inner li:hover a{
    color: #F23D65;
}

/*搜索/分类*/
.box{
    width: 1050px;
    max-height: 290px;
    margin-top: 40px;
    float: right;
}
.box .search{
    margin-top: 10px;
    border-bottom: 2px #4180F7 solid;
    padding-bottom: 20px;
}
.box .search .inner{
    width: 600px;
    height: 50px;
    border-radius: 10px;
    border: 1px #4180F7 solid;
}
.box .search .inner select{
    width: 70px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    border: none;
    border-right: 1px #4180F7 solid;
    text-align: center;
    float: left;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat scroll 55px center transparent;
    padding: 0 14px;
}
.box .search .inner p img{
    margin-left: 5px;
}
.box .search .inner input{
    width: 430px;
    height: 50px;
    font-size: 18px;
    border: none;
    color: #333;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
    float: left;
}
.box .search .inner input::-webkit-input-placeholder {
    color: #999;
}
.box .search .inner h4{
    width: 100px;
    height: 50px;
    background-image: linear-gradient(#5090FB, #4180F7);
    float: right;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    cursor: pointer;
}
.box .search h5{
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: 1px;
}
.box .search h5 a{
    color: #4180F7;
}

.box .menu{
    width: 100%;
    margin-top: 20px;
}
.box .menu li{
    width: 100px;
    height: 40px;
    border-radius: 4px;
    background: #ECECEC;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.box .menu li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.box .menu li img{
    position: absolute;
    top: 0;
    right: 0;
}
.box .menu li:hover{
    background-image: linear-gradient(#5090FB, #4180F7);
}
.box .menu li:hover a{
    color: #fff;
}

/*热门推荐*/
.notice{
    width: 920px;
    height: 565px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.notice .title{
    float: left;
}
.notice .menu{
    float: left;
    margin-top: 10px;
    padding-left: 20px;
}
.notice .menu li{
    float: left;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 20px;
    color: #333;
    position: relative;
    line-height: 20px;
    cursor: pointer;
}
.notice .menu li.on{
    color: #4180F7;
    font-weight: bold;
}
.notice .menu li::before{
    content:'';
    width:0;
    height:2px;
    position:absolute;
    left:0;
    bottom:-1px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.notice .menu li.on::before{
    width: 100%;
}
.notice .menu li:hover{
    color: #4180F7;
    font-weight: bold;
}
.notice .menu li:hover::before{
    width: 100%;
}
.notice .more{
    font-size: 16px;
    color: #4180F7;
    letter-spacing: 1px;
    float: right;
    margin-top: 20px;
}
.notice .xian{
    width: 100%;
    height: 1px;
    background: #ececec;
}
.notice .main{
    position: absolute;
    top: 45px;
    left: 0;
}
.notice .inner{
    width: 920px;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    float: left;
}
.notice .inner .left{
    float: left;
    width: 470px;
    height: auto;
}
.notice .inner .left li{
    width: 470px;
    height: 74px;
    border-radius: 10px;
    background: #F5F5F5;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.notice .inner .left li:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.notice .inner .left li a{
    display: flex;
    width: 100%;
}
.notice .inner .left li .img{
    width: 42px;
    height: 40px;
    border-right: 1px #F23D65 solid;
    padding-right: 5px;
    float: left;
    margin-top: 7px;
    line-height: 40px;
}
.notice .inner .left li .img img{
    width: auto;
    height: auto;
    vertical-align: middle;
}
.notice .inner .left li .wrap{
    float: left;
    margin-left: 10px;
    flex: 1;
}
.notice .inner .left li .wrap h2{
    width: 360px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
}

 .notice .inner .left li .noh2 h2{
 
        white-space: normal;

 
 
}

.notice .inner .left li .wrap h2 img{
    margin-right: 5px;
}
.notice .inner .left li .wrap h2 span{
    font-size: 16px;
    color: #666;
}
.notice .inner .left li .wrap p{
    font-size: 14px;
    color: #666;
}
.notice .inner .left li .wrap p span{
    font-size: 12px;
    color: #F23D65;
    font-weight: normal;
    float: right;
    text-transform: uppercase;
}
.notice .inner .left li:hover{
    background: #FEF5F7;
}
.notice .inner .left li:hover h2{
    color: #F23D65;
}
.notice .inner .left li:hover h2 span{
    color: #F23D65;
}
.notice .inner .right{
    float: right;
    width: 400px;
    height: auto;
    background: url(../images/xian.png) 4px 0 no-repeat;
    margin-top: 15px;
}
.notice .inner .right li{
    font-size: 16px;
    line-height: 36px;
    position: relative;
    text-indent: 10px;
}
.notice .inner .right li a{
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
}
.notice .inner .right li span{
    font-size: 14px;
    color: #999;
}
.notice .inner .right li::before{
    content:'';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px #4180F7 solid;
    background: #fff;
}
.notice .inner .right li:hover a{
    color: #4180F7;
}
.notice .inner .right li:hover span{
    color: #4180F7;
}

/*今日报名*/
.sign_up{
    float: right;
    width: 430px;
    height: auto;
    margin-top: 40px;
}
.sign_up .title a{
    float: right;
    font-size: 16px;
    color: #4180F7;
    margin-top: 8px;
    font-weight: normal;
}
.sign_up .inner{
    margin-top: 10px;
}
.sign_up .inner li{
    margin-top: 12px;
    width: 100%;
    height: 90px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 3px rgb(0,0,0,.1);
    padding: 13px 0px 10px 17px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.sign_up .inner li:hover{
    box-shadow: 0 0 3px rgb(65,128,247,.3);
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.sign_up .inner li h2{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-bottom: 5px;
}
.sign_up .inner li:hover h2{
    color: #4180F7;
}
.sign_up .inner li p{
    font-size: 14px;
    color: #666;
    line-height: 18px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sign_up .inner li h4{
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    letter-spacing: 1px;
}
.sign_up .inner li h4.xs{
    background: #4180F7;
}
.sign_up .inner li h4.xc{
    background: #F06D79;
}
.sign_up .inner li h4.yx{
    background: #49CFAE;
}


/*课程系列*/
.course{
    margin-top: 40px;
    position: relative;
    height: 860px;
    overflow: hidden;
    width: 1410px;
}
.course .title{
    width: 1400px;
    overflow: hidden;
    border-bottom: 1px #ececec solid;
    margin: 0 auto;
}
.course .title li{
    float: left;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}
.course .title li::before{
    content:'';
    width:0;
    height:2px;
    position:absolute;
    left:0;
    bottom:0px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.course .title li.on::before{
    width: 100%;
}
.course .title li.on{
    color: #4180F7;
}
.course .title li:hover::before{
    width: 100%;
}
.course .title li:hover{
    color: #4180F7;
}
.course .inner_{
    position: absolute;
    top: 50px;
    left: 0px;
}
.course .inner{
    width: 1410px;
    margin-top: 10px;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}
.course .menu{
    height: 35px;
    overflow: hidden;
}
.course .menu li{
    font-size: 18px;
    display: block;
    float: left;
    text-align: center;
    padding: 5px 12px;
    margin-right: 10px;
    color: #333;
    border-radius: 4px;
    position: relative;
    line-height: 18px;
    cursor: pointer;
}
.course .menu li.on,.course .menu li:hover{
    background: #4180F7;
    color: #fff;
}
.course .menu li.on::before,.course .menu li:hover::before{
    content:'';
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #4180F7 transparent transparent transparent;
}
.course .main{
    width: 1400px;
    height: 740px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    /*padding: 0 5px;*/
    box-sizing: border-box;
}
.course .main .content{
    position: absolute;
    top: 25px !important;
    left: 0px;
}
.course .main .list_s{
    width: 1400px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 5px rgb(0,0,0,.1);
    padding-bottom: 60px;
    border-radius: 30px;
    box-sizing: border-box;
    float: left;
}
.course .main .top{
    width: 100%;
}
.course .main .top .swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.course .main .top .swiper-slide {
    width: 700px;
  height: 382px;
  background-size: cover;
  background-position: center;
}
.course .main .top .gallery-top {
  width: 700px;
  height: 382px;
  float: left;
  border-radius: 20px;
  margin-top: -25px;
  margin-left: 100px;
}
.course .main .top .gallery-top img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.course .main .top .gallery-top img:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.course .main .top .gallery-thumbs {
  width: 600px;
  height: 352px;
  box-sizing: border-box;
  float: left;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.course .main .top .gallery-thumbs .swiper-slide {
  width: 600px;
  height: 33.333333%;
  clear: both;
  cursor: pointer;
}
.course .main .top .gallery-thumbs .swiper-wrapper{
    transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.course .main .top .gallery-thumbs .swiper-slide .img{
    width: 155px;
    height: 85px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 70px;
    float: left;
    margin-top: 15px;
}
.course .main .top .gallery-thumbs .swiper-slide .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.course .main .top .gallery-thumbs .swiper-slide:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.course .main .top .gallery-thumbs .swiper-slide p{
    font-size: 20px;
    line-height: 26px;
    width: 240px;
    margin-left: 20px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    float: left;
}
.course .main .top .gallery-thumbs .swiper-slide:hover{
    background-color: #ECF2FE;
}
.gallery-thumbs .on{
    background-color: #ECF2FE;
}
.course .main .top .gallery-thumbs .swiper-slide:hover{
    color: #4180F7;
}
.gallery-thumbs .on{
    color: #4180F7;
}
.course .main .bottom{
    width: 1220px;
    margin: 40px auto 0;
}
.course .main .bottom li{
    float: left;
    width: 285px;
    height: auto;
    margin: 0 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.course .main .bottom li:hover{
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.course .main .bottom li .img{
    width: 285px;
    height: 156px;
    overflow: hidden;
    border-radius: 10px;
}
.course .main .bottom li .img img{
    width: 100%;
    height: 100%;
}
.course .main .bottom li p{
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-top: 5px;
}
.course .main .bottom li:hover P{
    color: #4180F7;
}
.course .main .bottom .btn{
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background-image: linear-gradient(#5090FB, #4180F7);
    font-size: 18px;
    margin: 30px auto 0;
}

/*备考资料*/
.materials{
    margin-top: 40px;
}
.materials .tit{
    width: 350px;
    height: 510px;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}
.materials .inner{
    float: right;
    width: 1000px;
    height: 510px;
    position: relative;
    overflow: hidden;
}
.materials .inner .menu{
    width: 100%;
    border-bottom: 1px #ececec solid;
    overflow: hidden;
}
.materials .inner .menu li{
    font-size: 22px;
    margin-right: 30px;
    padding-bottom: 5px;
    float: left;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}
.materials .inner .menu li::before{
    content:'';
    width:0;
    height:2px;
    position:absolute;
    left:0;
    bottom:0px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.materials .inner .menu li.on{
    color: #4180F7;
    font-weight: bold;
}
.materials .inner .menu li.on::before{
    width: 100%;
}
.materials .inner .menu li:hover{
    color: #4180F7;
    font-weight: bold;
}
.materials .inner .menu li:hover::before{
    width: 100%;
}
.materials .inner_{
    position: absolute;
    top: 40px;
    left: 0;
}
.materials .inner .main{
    width: 1000px;
    height: auto;
    float: left;
}
.materials .inner .main .content{
    float: left;
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box;
}
.materials .inner .main h3{
    font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
}
.materials .inner .main ul{
    background: url(../images/xian.png) 4px 0 no-repeat;
    margin-top: 5px; 
}
.materials .inner .main li{
    font-size: 16px;
    line-height: 36px;
    position: relative;
    text-indent: 10px;
}
.materials .inner .main li a{
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.materials .inner .main li:hover a{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.materials .inner .main li::before{
    content:'';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px #4180F7 solid;
    background: #fff;
}
.materials .inner .main li:hover a{
    color: #4180F7;
}

/*备考图书*/
.book{
    margin-top: 40px;
}
.book .tit{
    width: 350px;
    height: 360px;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}
.book .tit img{
    width: 100%;
    height: 100%;
}
.book .inner{
    float: right;
    width: 1000px;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.book .inner .menu{
    width: 100%;
    border-bottom: 1px #ececec solid;
    overflow: hidden;
}
.book .inner .menu li{
    font-size: 22px;
    margin-right: 30px;
    padding-bottom: 5px;
    float: left;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}
.book .inner .menu li::before{
    content:'';
    width:0;
    height:2px;
    position:absolute;
    left:0;
    bottom:0px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.book .inner .menu li.on{
    color: #4180F7;
    font-weight: bold;
}
.book .inner .menu li.on::before{
    width: 100%;
}
.book .inner .menu li:hover{
    color: #4180F7;
    font-weight: bold;
}
.book .inner .menu li:hover::before{
    width: 100%;
}
.book .inner_{
    position: absolute;
    top: 60px;
    left: 0;
}
.book .inner .main{
    width: 1000px;
    height: auto;
    float: left;
}
.book .inner .main li{
    width: 160px;
    height: auto;
    padding: 0 35px 0 5px;
    float: left;
}
.book .inner .main li .img{
    width: 160px;
    height: 234px;
    overflow: hidden;
    box-shadow: 0 0 3px rgb(0,0,0,.1);
    position: relative;
}
.book .inner .main li .img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.book .inner .main li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.book .inner .main li .img .yf{
    width: 8px;
    height: 234px;
    position: absolute;
    top: 0;
    left: 0;
}
.book .inner .main li p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-top: 5px;
}
.book .inner .main li:hover p{
    color: #4180F7;
}
.book .inner .main li h5{
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(#FFE267, #FFA032);
    border-radius: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
}

/*师资介绍*/
.teacher{
    margin-top: 40px;
}
.teacher .inner{
    width: 100%;
    height: 360px;
    margin-top: 30px;
}
.teacher .inner .swiper-slide{
    width: 20%;
    float: left;
    position: relative;
}
.teacher .content{
    position: absolute;
    top: 360px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(65,128,247,.9);
    padding: 60px 40px 40px;
    box-sizing: border-box;
}
.teacher .content .top{
    width: 70px;
    height: 2px;
    background: #fff;
}
.teacher .content h3{
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
}
.teacher .content p{
    width: 200px;
    height: 160px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    color: #fff;
    overflow: hidden;
}

/*满载荣誉*/
.honor{
    margin-top: 60px;
    background: url(../images/honor_bg.png) top center no-repeat;
    padding: 60px 0 80px;
}
.honor .tit{
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.honor .tit img{
    display: block;
    margin: 5px auto 0;
}
.honor .inner{
    margin-top: 40px;
    position: relative;
}
.honor .swiper-container{
    width: 1260px;
}
.honor .swiper-slide{
    /*width: 400px;*/
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    border: 4px #fff solid;
    box-sizing: border-box;
}
.honor .swiper-slide img{
    width: 100%;
    height: 100%;
}

/*联系我们*/
.contact{
    background: url(../images/contact.png) top center;
    padding: 90px 0;
}
.contact .inner{
    height: 600px;
    background: #fff;
    position: relative;
}
.contact .inner .tit{
    position: absolute;
    top: 65px;
    right: 116px;
}
.contact .inner .left{
    width: 970px;
    height: 600px;
    float: left;
    background: #fff;
}
.contact .inner .left .img{
    margin-top: 210px;
    margin-left: 60px;
    width: 400px;
    height: 330px;
    float: left;
    overflow: hidden;
}
.contact .inner .left .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.contact .inner .left .main{
    width: 420px;
    height: 330px;
    overflow: hidden;
    float: left;
    margin-left: 30px;
    margin-top: 210px;
}
.contact .inner .left .main p{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: justify;
    text-indent: 28px;
}
.contact .inner .right{
    width: 430px;
    float: right;
    height: 600px;
    background: #4180F7;
    padding-top: 215px;
    box-sizing: border-box;
}
.contact .inner .right li{
    width: 310px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.contact .inner .right li .img{
    width: 30px;
    height: auto;
    float: left;
    text-align: left;
}
.contact .inner .right li .img img{
    vertical-align: middle;
}
.contact .inner .right li .content{
    width: 270px;
    float: left;
    margin-left: 10px;
}
.contact .inner .right li .content h3{
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
}
.contact .inner .right li .content p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1px;
}
.contact .inner .right .contact_{
    margin-top: 40px;
    margin-left: 60px;
}
.contact .inner .right .contact_ a{
    margin-right: 10px;
}

/*底部*/
footer{
    background: #121212;
}
footer .link{
    padding-top: 60px;
}
footer .link h2{
    color: #EBEBEB;
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 1px #666666 solid;
    font-weight: normal;
}
footer .link ul{
    margin-top: 5px;
    overflow: hidden;
}
footer .link ul li{
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 20px;
}
footer .link ul li a{
    color: #ccc;
}
footer .inner{
    margin-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
footer .inner .contact_ds{
    width: 285px;
    height: 210px;
    float: left;
    padding-right: 60px;
    box-sizing: border-box;
    border-right: 1px #666666 solid;
}
footer .inner h2{
    font-size: 20px;
    color: #EBEBEB;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
footer .inner .contact_ds select{
    width: 140px;
    height: 30px;
    font-size: 16px;
    color: #AAAAAA;
    line-height: 28px;
    border: 1px #A7A7A7 solid;
    text-align: center;
    float: left;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow_bottom.png) no-repeat scroll 125px center transparent;
    padding: 0 15px 0 10px;
    border-radius: 4px;
}
footer .inner .information{
    margin-top: 5px;
    width: 225px;
    height: 140px;
    position: relative;
    overflow: hidden;
}
footer .inner .information .con{
    position: absolute;
    top: 0;
    left: 0;
}
footer .inner .information .con_{
    width: 225px;
    height: 130px;
    float: left;
    overflow-y: scroll;
}
footer .inner .information .con_::-webkit-scrollbar  
{  
    width: 1px;  
    height: auto;  
    background-color: none;  
}  
footer .inner .contact_ds p{
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
}
footer .inner .menu{
    width: 220px;
    height: 210px;
    float: left;
    padding: 0 60px;
    box-sizing: border-box;
    border-right: 1px #666666 solid;
}
footer .inner .menu li{
    font-size: 14px;
    line-height: 28px;
}
footer .inner .menu li a{
    color: #aaa;
}
footer .inner .menu li:hover a{
    color: #fff;
}
footer .hotline{
    float: left;
    padding-left: 60px;
    padding-top: 15px;
}
footer .hotline .img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EBEBEB;
    text-align: center;
    line-height: 50px;
    float: left;
}
footer .hotline .img img{
    vertical-align: middle;
    margin-top: 13px;
}
footer .hotline p{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 1px;
    line-height: 16px;
    margin-top: 5px;
}
footer .hotline p span{
    font-size: 24px;
    color: #EBEBEB;
    transform:skewX(-6deg);
    -ms-transform:skewX(-6deg);     /* IE 9 */
    -moz-transform:skewX(-6deg);    /* Firefox */
    -webkit-transform:skewX(-6deg); /* Safari 和 Chrome */
    -o-transform:skewX(-6deg);  /* Opera */
    display: block;
    font-weight: bold;
    line-height: 26px;
    margin-top: 3px;
}
footer .hotline a{
    width: 110px;
    height: 28px;
    display: block;
    border-radius: 14px;
    background: #EBEBEB;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
}
footer .ewm{
    float: right;
    margin-top: 10px;
}
footer .ewm li{
    width: 100px;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #EBEBEB;
    letter-spacing: 1px;
    float: left;
    margin-left: 20px;
}
footer .ewm li img{
    width: 100%;
    height: auto;
}
footer .copyright{
    font-size: 14px;
    color: #AAAAAA;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px #666666 solid;
}


/*列表*/
.list_menu{
    margin: 10px 0 30px 0;
}
.list_menu ul{
    width: 960px;
}
.list_menu li{
    width: 100px;
    height: 40px;
    border-radius: 4px;
    background: #ECECEC;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    float: left;
    margin: 5px 6px 0 0;
}
.list_menu li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.list_menu li img{
    position: absolute;
    top: 0;
    right: 0;
}
.list_menu li.on{
    background-image: linear-gradient(#5090FB, #4180F7);
}
.list_menu li.on a{
    color: #fff;
}
.list_menu li:hover{
    background-image: linear-gradient(#5090FB, #4180F7);
}
.list_menu li:hover a{
    color: #fff;
}
.list_menu ul li .list_menu_z{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0,0,0,.2);
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    padding: 8%;
    box-sizing: border-box;
    display: none;
}
.list_menu ul li:hover .list_menu_z{
    display: block;
}
.list_menu ul li .list_menu_z li{
    width: 100%;
    /*margin: 3px;*/
    padding: 0 8px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    background: #F8F8F8;
}
.list_menu ul li .list_menu_z li a{
    color: #666;
}
.list_menu ul li .list_menu_z::before{
    content:'';
    position: absolute;
    top: 0;
    left: 40px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0px -5px 5px rgb(0,0,0,.2));
   -webkit-filter: drop-shadow(0px -5px 5px rgb(0,0,0,.2));
}
.list_menu ul li .list_menu_z li:hover a{
    color: #fff;
}
.list_menu ul li .list_menu_z li:hover{
    background-image: linear-gradient(#5090FB, #4180F7);
}

.list_menus{
    margin: 10px 0 30px 0;
    border-bottom: 1px #ECECEC solid;
    padding-bottom: 15px;
}
.list_menus ul{
    width: 960px;
}
.list_menus li{
    width: auto;
    height: 30px;
    border-radius: 15px;
    background: #F8F8F8;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    float: left;
    margin: 0px 10px 8px 0;
    padding: 0 15px;
}
.list_menus li a{
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
}
.list_menus li img{
    position: absolute;
    top: 0;
    right: 0;
}
.list_menus li.on{
    background-image: linear-gradient(#5090FB, #4180F7);
}
.list_menus li.on a{
    color: #fff;
}
.list_menus li:hover{
    background-image: linear-gradient(#5090FB, #4180F7);
}
.list_menus li:hover a{
    color: #fff;
}
.list_menus ul li .list_menu_z{
    width: 400px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0,0,0,.2);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    padding: 8%;
    box-sizing: border-box;
    display: none;
}
.list_menus ul li:hover .list_menu_z{
    display: block;
}
.list_menus ul li .list_menu_z li{
    width: 100%;
    /*margin: 3px;*/
    padding: 0 8px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.list_menus ul li .list_menu_z li.on{
     background-image: linear-gradient(#5090FB, #4180F7);
}
.list_menus ul li .list_menu_z li.on a{
    color: #fff;
}
.list_menus ul li .list_menu_z li a{
    color: #666;
}
.list_menus ul li .list_menu_z::before{
    content:'';
    position: absolute;
    top: 0;
    left: 40px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0px -5px 5px rgb(0,0,0,.2));
   -webkit-filter: drop-shadow(0px -5px 5px rgb(0,0,0,.2));
}
.list_menus ul li .list_menu_z li:hover a{
    color: #fff;
}
.list_menus ul li .list_menu_z li:hover{
    background-image: linear-gradient(#5090FB, #4180F7);
}


/*报名列表*/
.signup{
    width: 950px;
    height: auto;
    float: left;
    margin-top: 50px;
    padding-bottom: 50px;
}
.signup_list li{
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px #ECECEC solid;
}
.signup_list li:hover{
    box-shadow: 0 0 6px rgb(65,128,247,.2);
    z-index: 1;
}
.signup_list li h2{
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-bottom: 5px;
}
.signup_list li:hover h2{
    color: #4180F7;
}
.signup_list li p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.signup_list li p span{
    color: #4180F7;
}
.signup_list li h4{
    width: 100px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
}
.signup_list li h4.xs{
    border: 1px #4180F7 solid;
    color: #4180F7;
}
.signup_list li h4.xc{
    border: 1px #F06D79 solid;
    color: #F06D79;
}
.signup_list li h4.yx{
    border: 1px #49CFAE solid;
    color: #49CFAE;
}
.signup_list li:hover h4.xs{
    color: #fff;
    background: #4180F7;
}
.signup_list li:hover h4.xc{
    color: #fff;
    background: #F06D79;
}
.signup_list li:hover h4.yx{
    color: #fff;
    background: #49CFAE;
}

/*分页*/
.paging{
    margin-top: 30px;
}
.paging li a{
    padding:0 7px;
    height: 30px;
    float: left;
    border: 1px #DDDDDD solid;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    margin-right: 2px;
    border-radius: 4px;
    color: #666;
    display: block;
}
.paging li.arrow_ym{
    letter-spacing: -4px;
    font-size: 14px;
    line-height: 26px;
}
.paging li.on a{
    color: #4182FA;
}
.paging li:hover a{
    color: #4182FA;
}
.paging li a.active{
    color: #4182FA;
}

/*二级页面 右侧菜单*/
.menu_right{
    float: right;
    width: 400px;
    height: auto;
    padding-bottom: 50px;
    margin-top: 50px;
}
/*关注*/
.menu_right .focus{
    width: 400px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px #ECECEC solid;
    padding-bottom: 40px;
}
.menu_right .focus .menu_banner{
    width: 400px;
    height: 200px;
    overflow: hidden;
}
.menu_right .focus .menu_banner img{
    width: 100%;
    height: 100%;
}
.menu_right .focus .head_portrait{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgb(0,0,0,.1);
    text-align: center;
    line-height: 80px;
    margin: -40px auto 0;
    background: #fff;
    overflow: hidden;
}
.menu_right .focus .head_portrait img{
    vertical-align: middle;
}
.menu_right .focus h3{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    text-align: center;
    font-weight: normal;
}
.menu_right .focus .focus_btn{
    width: 130px;
    height: 30px;
    background: #00D257;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 15px auto 0;
    border-radius: 15px;
}
.menu_right .focus .focus_btn a{
    color: #fff;
}
.menu_right .focus .focus_btn img{
    vertical-align: middle;
}
.menu_right .focus ul{
    width: 320px;
    height: auto;
    margin: 30px auto 0;
}
.menu_right .focus ul li{
    width: 100%;
    height: 90px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
    box-sizing: border-box;
}
.menu_right .focus ul li.bilibili{
    background: #24ACE6;
}
.menu_right .focus ul li.douyin{
    background: #FF6687;
}
.menu_right .focus ul li.shipinhao{
    background: #FF901B;
}
.menu_right .focus ul li .img{
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}
.menu_right .focus ul li .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.menu_right .focus ul li .inner{
    float: left;
    margin-left: 10px;
}
.menu_right .focus ul li .inner .logo_img{
    margin-top: 10px;
    height: 33px;
    overflow: hidden;
}
.menu_right .focus ul li .inner .logo_img img{
    width: auto;
    height: 100%;
    vertical-align: middle;
}
.menu_right .focus ul li p{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

/*相关推荐*/
.menu_right .recommended{
    width: 400px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px #ECECEC solid;
    margin-top: 10px;
    padding: 35px 30px;
    box-sizing: border-box;
}
.menu_right .tit{
    font-size: 22px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 22px;
}
.menu_right .tit img{
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.menu_right .recommended .tit{
    color: #4182FA;
}
.menu_right .recommended ul{
    width: 340px;
    height: auto;
    background: url(../images/xian.png) 4px 0 no-repeat;
    margin-top: 15px;
}
.menu_right .recommended ul li{
    font-size: 16px;
    line-height: 36px;
    position: relative;
    text-indent: 10px;
}
.menu_right .recommended ul li a{
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
}
.menu_right .recommended ul li span{
    font-size: 14px;
    color: #999;
}
.menu_right .recommended ul li::before{
    content:'';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px #4180F7 solid;
    background: #fff;
}
.menu_right .recommended ul li:hover a{
    color: #4180F7;
}
.menu_right .recommended ul li:hover span{
    color: #4180F7;
}

/*课程活动*/
.menu_right .course_right{
    width: 400px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px #ECECEC solid;
    margin-top: 10px;
    padding: 35px 30px;
    box-sizing: border-box;
}
.menu_right .course_right .tit img{
    width: 22px;
    height: auto;
}
.menu_right .course_right ul{
    width: 340px;
    height: auto;
    margin-top: 15px;
}
.menu_right .course_right ul li{
    width: 100%;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}
.menu_right .course_right ul li .img{
    width: 150px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    float: left;
}
.menu_right .course_right ul li .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.menu_right .course_right ul li:hover img{
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.menu_right .course_right ul li .inner{
    width: 180px;
    float: left;
    margin-left: 10px;
}
.menu_right .course_right ul li .inner h3{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-weight: normal;
}
.menu_right .course_right ul li .inner h4{
    width: 85px;
    height: 22px;
    border-radius: 11px;
    background-image: linear-gradient(#FFE267, #FFA032);
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: normal;
}
.menu_right .course_right ul li:hover h3{
    color: #4180F7;
}

/*备考平台*/
.menu_right .platform_right{
    width: 400px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px #ECECEC solid;
    margin-top: 10px;
    padding: 35px 30px;
    box-sizing: border-box;
}
.menu_right .platform_right ul{
    width: 340px;
    height: auto;
    margin-top: 15px;
}
.menu_right .platform_right ul li{
    width: 100%;
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
}
.menu_right .platform_right ul li.one{
    background: #FEF1F2;
}
.menu_right .platform_right ul li.two{
    background: #EEF9FD;
}
.menu_right .platform_right ul li.three{
    background: #EDFBF7;
}
.menu_right .platform_right ul li .img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    line-height: 80px;
    text-align: center;
}
.menu_right .platform_right ul li.one .img{
    background: #F06D79;
}
.menu_right .platform_right ul li.two .img{
    background: #53C2E8;
}
.menu_right .platform_right ul li.three .img{
    background: #49CFAE;
}
.menu_right .platform_right ul li .img img{
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
        margin-top: 20px;
}
.menu_right .platform_right ul li:hover img{
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.menu_right .platform_right ul li .inner{
    width: 245px;
    float: left;
    margin-left: 15px;
}
.menu_right .platform_right ul li .inner h3{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-weight: normal;
    margin-top: 12px;
    letter-spacing: 1px;
}
.menu_right .platform_right ul li.one h3{
    color: #F06D79;
}
.menu_right .platform_right ul li.two h3{
    color: #53C2E8;
}
.menu_right .platform_right ul li.three h3{
    color: #49CFAE;
}
.menu_right .platform_right ul li .inner h4{
    width: 85px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 8px;
    font-weight: normal;
}
.menu_right .platform_right ul li.one h4{
    background: #F06D79;
}
.menu_right .platform_right ul li.two h4{
    background: #53C2E8;
}
.menu_right .platform_right ul li.three h4{
    background: #49CFAE;
}

/*公告列表*/
.new{
    width: 950px;
    height: auto;
    float: left;
    margin-top: 50px;
    padding-bottom: 50px;
}
.new_list{
    padding-bottom: 50px;
    border-bottom: 1px #ececec solid;
}
.new_list li{
    width: 100%;
    line-height: 36px;
    letter-spacing: 1px;
}
.new_list li p{
    font-size: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: inline-block;
        width: 750px;
    overflow: hidden;
    height: 27px;    white-space: nowrap;
}
.new_list li:hover p{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.new_list li a{
    color: #666;
}
.new_list li span{
    font-size: 16px;
    color: #999;
    margin: 0 5px;
}
.new_list li h5{
    font-size: 15px;
    color: #999;
    font-weight: normal;
    float: right;
    letter-spacing: 0;
}
.new_list li:hover a,.new_list li:hover span{
    color: #4182FA;
}
.mr_top{
    margin-top: 36px;
}

/*公告详情*/
.news{
    width: 950px;
    height: auto;
    float: left;
    margin-top: 50px;
    padding-bottom: 50px;
}
.nav_mbx{
    border-bottom: 1px #ececec solid;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666;
}
.nav_mbx a{
    color: #666;
}

.news h1{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 30px;
    color: #333;
}
.news h5{
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.news a{
  
    color: #0000FF;
}

.news .news_top{
    width: 950px;
    height: auto;
    background: #F5F8FE;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.news .news_top .tit{
    background-image: linear-gradient(#5093FE, #4182FA);
    position: relative;
    padding: 15px 30px;
    box-sizing: border-box;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.news .news_top .tit .bg{
    width: 67px;
    height: 62px;
    position: absolute;
    top: 55px;
    right: 40px;
}
.news .news_top .tit p{
    font-size: 17px;
    color: #fff;
    display: inline-block;
}
.news .news_top .tit span{
    font-weight: bold;
    color: #FFD41F;
}
.news .news_top .tit li img{
    margin-left: 5px;
    margin-top: -5px;
}
.news .news_top .content{
    padding: 20px 50px;
}
.news .news_top .content li{
    line-height: 40px;
}
.news .news_top .content li p{
    font-size: 18px;
    color: #666;
    display: inline-block;
}
.news .news_top .content li p span{
    font-size: 20px;
    color: #4182FA;
    font-weight: bold;
}
.news .news_top .content li a{
    width: 120px;
    height: 26px;
    background-image: linear-gradient(#5093FE, #4182FA);
    display: inline-block;
    border-radius: 13px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.news .inner{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
   /* text-indent: 32px;*/
    margin-top: 20px;
    color: #666;
    letter-spacing: 0.5px;
}
.news .xgyd{
    margin-top: 30px;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
}
.news .xgyd p{
    font-size: 18px;
    color: #4182FA;
}
.news .xgyd p a{
    color: #4182FA;
}
.news .xgyd p span{
    font-weight: bold;
}
.news .news_fy{
    margin-top: 10px;
}
.news .news_fy p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.news .news_fy p:hover a{
    color: #4182FA;
}
.news .mzsm{
    width: 100%;
    height: auto;
    padding: 20px 50px;
    box-sizing: border-box;
    background: #F5F5F5;
    margin-top: 30px;
}
.news .mzsm p{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666;
    text-align: justify;
    text-indent: 32px;
}

/*课程二级页面*/
.course_banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.course_banner img{
    width: auto;
    height: 100%;
    vertical-align: middle;
}
.courses{
    margin-top: 90px;
    padding-bottom: 80px;
}
.courses h2{
    font-size: 36px;
    text-align: center;
}
.courses h2 span{
    display: block;
    width: 60px;
    height: 2px;
    background: #4182FA;
    margin: 0 auto;
}
.courses .courses_nav{
    width: 100%;
    border-bottom: 1px #ececec solid;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
    height: 40px;
}
.courses .courses_nav ul{
    display: inline-block;
}
.courses .courses_nav li{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #333;
    float: left;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.courses .courses_nav li::before{
    content:'';
    display:block;
    width:0;
    height:3px;
    position:absolute;
    left:0;
    bottom:0px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.courses .courses_nav li:hover::before{
    width: 100%;
}
.courses .courses_nav li.on{
    color: #4180F7;
    font-weight: bold;
}
.courses .courses_nav li:hover{
    color: #4180F7;
    font-weight: bold;
}
.courses .courses_nav li.on::before{
    width: 100%;
}
.courses_list{
    width: 100%;
    height: 100%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.courses_list .content{
    position: absolute;
    top: 0;
    left: 0;
}
.courses_list .content_{
    width: 1400px;
    height: auto;
    float: left;
}
.courses_list li{
    width: 320px;
    height: 167px;
    overflow: hidden;
    float: left;
    margin: 0 15px;
    margin-bottom: 10px; 
}
.courses_list li img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.courses_list .courses_btn{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    background-image: linear-gradient(#5093FE, #4182FA);
    display: block;
    margin: 50px auto 0;
    letter-spacing: 1px;
}

/*备考资料列表*/
.materials_list{
    width: 950px;
    height: auto;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 0 4px rgb(0,0,0,.1);
    /*padding: 10px;*/
    border: 10px #fff solid;
    margin-bottom: 40px;
    overflow: hidden;
    display: table;
    box-sizing: border-box;
}
.materials_list .nav_mat{
    margin: 20px 0 20px 30px;
    float: left;
    width: 140px;
    height: auto;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    display: table-cell;
}
.materials_list .nav_mat li{
    width: 140px;
    height: 40px;
    border-radius: 10px;
    margin: 5px 0;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.materials_list .nav_mat li::before{
    content:'';
    display:block;
    width:3px;
    height:0;
    border-radius: 1.5px;
    position:absolute;
    left: 167px;
    top: 10px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.mb20{
    margin-bottom: 25px !important;
}
.materials_list .nav_mat li img{
    margin-top: -3px;
}
.materials_list .nav_mat li.on{
    background-image: linear-gradient(#5093FE, #4182FA);
    color: #fff;
}
.materials_list .nav_mat li.on img{
     filter: grayscale(100%) brightness(200%);
    -webkit-filter: grayscale(100%) brightness(200%);
    -moz--webkit-filter: grayscale(100%) brightness(200%);
    -ms--webkit-filter: grayscale(100%) brightness(200%);
    -o--webkit-filter: grayscale(100%) brightness(200%);
}
.materials_list .nav_mat li.on::before{
    height: 20px;
}
.materials_list .nav_mat li:hover{
    background-image: linear-gradient(#5093FE, #4182FA);
    color: #fff;
}
.materials_list .nav_mat li:hover img{
    filter: grayscale(100%) brightness(200%);
    -webkit-filter: grayscale(100%) brightness(200%);
    -moz--webkit-filter: grayscale(100%) brightness(200%);
    -ms--webkit-filter: grayscale(100%) brightness(200%);
    -o--webkit-filter: grayscale(100%) brightness(200%);
}
.materials_list .nav_mat li:hover::before{
    height: 20px;
}
.materials_list .inner{
    width: 730px;
    height: auto;
    background: #F8F8F8;
    float: left;
    overflow: hidden;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    display: table-cell;
    position: relative;
    margin-left: 30px;
}
.materials_list .inner ul{
    padding: 20px;
}
.materials_list .inner li{
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0 15px;
    float: left;
}
.materials_list .inner li a{
    color: #666;
}
.materials_list .inner li.on a{
    color: #4180F7;
}
.materials_list .inner li a:hover{
    color: #4180F7;
}

/*课程列表*/
.course_s{
    width: 950px;
    height: auto;
}
.course_s h2{
    font-size: 32px;
    line-height: 34px;
    color: #4182FA;
    font-weight: bold;
    text-align: center;
}
.course_s ul{
    width: 1000px;
}
.course_s li{
    width: 368px;
    height: auto;
    padding: 30px 40px;
    border: 1px #ececec solid;
    border-radius: 20px;
    margin-top: 40px;
    margin-right: 50px;
    float: left;
}
.course_s li img{
    width: 45px;
    height: 45px;
    vertical-align: middle;
    float: left;
}
.course_s li h3{
    font-size: 22px;
    float: left;
    margin-left: 10px;
    font-weight: normal;
    margin-top: 3px;
}
.course_s li.one h3{
    color: #48B2E4;
}
.course_s li.two h3{
    color: #ED5867;
}
.course_s li.three h3{
    color: #65D2BB;
}
.course_s li.four h3{
    color: #FDAF4D;
}
.course_s li p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 10px;
}
.course_s li:hover{
    box-shadow: 0 0 5px rgb(0,0,0,.1);
}
.course_s li:hover h3{
    font-weight: bold;
}
.course_s .thumb {
	margin-top: 20px;
}
.course_s .thumb img{
   width: 100%;
}
.course_s .course_s_btn{
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-image: linear-gradient(#5093FE, #4182FA);
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 30px auto 0;
}
.course_data{
    width: 950px;
    height: 260px;
    border-radius: 20px;
    background: url(../images/course_data.png) no-repeat;
    box-shadow: 0 0 5px rgb(0,0,0,.1);
    margin-top: 50px;
    padding-top: 30px;
    padding-left: 90px;
    box-sizing: border-box;
}
.course_data h2{
    font-size: 36px;
    color: #D34059;
    letter-spacing: 1px;
}
.course_data input{
    width: 185px;
    height: 30px;
    font-size: 16px;
    border: none;
    border-bottom: 1px #666 solid;
    color: #666666;
    margin-top: 10px;
    outline: none;
    margin-right: 20px;
}
.course_data input::-webkit-input-placeholder {
    color: #666;
    font-size: 18px;
}
.course_data input.yzm{
    background-image: linear-gradient(#5093FE, #4182FA);
    width: 100px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}
.course_data .btn{
    width: 140px;
    height: 34px;
    background-image: linear-gradient(#5093FE, #4182FA);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
    border-radius: 17px;
}
.course_title{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    color: #4182FA;
    font-weight: bold;
}

.course_service{
    margin: 60px 0 80px;
    overflow: hidden;
}
.course_service h2{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    color: #4182FA;
    font-weight: bold;
}
.course_service h2 span{
    color: #121212;
}
.course_service li{
    width: 33.333333%;
    height: 100px;
    margin-top: 30px;
    float: left;
}
.course_service li .img{
    width: 104px;
    height: 99px;
    float: left;
}
.course_service li .img img{
    width: auto;
    height: 100%;
    vertical-align: middle;
}
.course_service li .inner{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.course_service li .inner h3{
    font-size: 22px;
    color: #4182FA;
    letter-spacing: 1px;
}
.course_service li .inner p{
    font-size: 16px;
    color: #666;
    width: 250px;
    text-align: justify;
    line-height: 20px;
    margin-top: 5px;
}


.materials .inner_ h3 a.more{
    font-size: 16px;
    color: #4180F7;
    letter-spacing: 1px;
    float: right;
    margin-top: 5px;}

/*文章关键词*/
.news .xgyd p span{
font-size: 20px;
}
.news .xgyd p a{
font-size: 16px;
color: #666;
border: 1px solid #999;
border-radius: 6px;
padding: 5px 10px;
margin: 0 5px;
line-height: 16px;
display: inline-block;
}
.news .xgyd p a:hover{
color: #4182FA;
border: 1px solid #4182FA;
}

/*相关阅读*/
.relateds{
width: 100%;
height: auto;
box-sizing: border-box;
margin-top: 30px;
}
.relateds .tit{
font-size: 22px;
color: #4182FA;
letter-spacing: 1px;
font-weight: bold;
line-height: 22px;
}
.relateds .tit img{
margin-right: 5px;
vertical-align: middle;
margin-top: -2px;
}
.relateds .inner_{
width: 100%;
height: auto;
}
.relateds .inner_ li{
width: 100%;
height: auto;
border-bottom: 1px #ececec solid;
box-sizing: border-box;
padding: 15px 0 20px;
overflow: hidden;
}
.relateds .inner_ li h2{
font-size: 20px;
color: #333;
display: inline-block;
font-weight: normal;
margin-bottom: 5px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.relateds .inner_ li h2 span{
font-size: 18px;
color: #999;
margin: 0 5px;
}
.relateds li:hover h2,.relateds li:hover h2 span{
color: #4182FA;
}
.relateds li:hover h2{
transform: scale(1.02);
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
}
.relateds .inner_ li p{
width: 750px;
font-size: 16px;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
float: left;
line-height: 20px;
}
.relateds .inner_ li h5{
float: right;
line-height: 20px;
font-size: 16px;
color: #999;
}
.related_more{
width: 260px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 20px;
color: #fff;
background-image: linear-gradient(#5090FB, #4180F7);
font-size: 18px;
margin: 30px auto 0;
letter-spacing: 1px;
}

.main_cover{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.3);
    z-index: 999;
}
.main_cover .main_weixin{
    width: 380px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    margin: 5% auto 0;
    padding: 10px 0;
    display: none;
}

.main_cover .main_weixin img{width:100%;}
.main_cover .main_weixin .main_close{text-align: right;padding-right: 10px;}
.main_cover .main_weixin .main_close a{font-size: 13px;font-weight: bold;}

.main_cover .main_zxkf{
    width: 380px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    margin: 5% auto 0;
    padding: 10px 0;
    display: none;
}

.main_cover .main_zxkf img{width:100%;}
.main_cover .main_zxkf .zxkf_close{text-align: right;padding-right: 10px;}
.main_cover .main_zxkf .zxkf_close a{font-size: 13px;font-weight: bold;}

.book h5{cursor: pointer;}
.main_cover .main_book{
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    margin: 5% auto 0;
    padding: 10px 0;
    display: none;
}

.main_cover .main_book img{width:100%;}
.main_cover .main_book .book_close{text-align: right;padding-right: 10px;}
.main_cover .main_book .book_close a{font-size: 13px;font-weight: bold;}


.campus .inner ul li a.red{    color: #D84453;font-weight: bold;}

/*3.9新增功能模块-联系*/
.icon_gf{
    float: right;
}
.icon_gf li{
    float: left;
    margin-right: 15px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}
.campus .inner ul{
    padding: 22px 0px;
}
.campus .inner ul li{
    /*width: 7%;*/
}
.campus .inner{
    width: 900px;
    flex: inherit;
}
.campus h3{
    width: 12%;
}
.campus_content{
    width: 350px;
    height: 200px;
    background: url(../images/campus_content.png) no-repeat;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    align-items: center;
    display: -webkit-flex;
}
.campus_content ul{
    overflow: hidden;
}
.campus_content li{
    width: 300px;
    height: auto;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    display: block;
    clear: both;
    padding: 10px 25px;
    overflow: hidden;
}
.campus_content li img{
    float: left;
}
.campus_content li p{
    float: left;
    width: 240px;
    margin-left: 10px;
}
