﻿
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #930101;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
::selection{
    color: #fff;
    background: #930101;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header .logo{
    height: 458px;
    background: url(../image/banner.jpg) no-repeat center center;
}
.header .logo img{
    margin-top: 100px;
    animation: zoomIn 1s;
}

/*导航栏*/
.nav{
    height: 60px;
    text-align: center;
    background: #FAD6A2;
}
.menu>li{
    float: left;
    width: 109px;
    position: relative;
}
.menu>li:hover{
    background: #AF0B13;
}
.menu>li>a{
    display: block;
    line-height: 60px;
    color: #930101;
    font-size: 18px;
    font-weight: bold;
}
.menu>li:hover a{
    color: #fff;
}
.second-menu{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #AF0B13;
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #F2F0E5;
}
.second-menu a:hover{
    background: #930101;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff;
}
.section .container{
    /*margin: 30px auto;*/
}

.hot{
    margin: 30px 0;
    padding: 20px 0;
    border: 1px solid #E3E3E3;
}
.hot h1{
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.hot h1 a{
    color: #930101;
}
.hot p{
    height: 50px;
    line-height: 25px;
    margin: 0 100px;
    text-indent: 2em;
    overflow: hidden;
}
.hot ul li a{
    color: #666;
}
.hot ul li a:hover{
    color: #930101;
}

.title{
    margin: 25px 0;
    background: url(../image/title-bg.png) repeat-x left bottom;
}
.title h2 a{
    display: inline-block;
    width: 157px;
    font-size: 24px;
    text-align: center;
    padding-right: 15px;
    background: #fff url(../image/column-bg.png) no-repeat left bottom;
}
.title h2 a span{
    color: #D1000E;
}
/*通知公告*/
.notice{
    float: right;
    width: 490px;
    height: 480px;
}
.notice li{
    margin-top: 15px;
    font-size: 18px;
}
.notice li:first-child{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
}
.notice li span{
    float: right;
    color: #999;
    font-size: 16px;
}
.notice li p{
    margin-right: 60px;
}
.notice h3{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.notice h3:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #D1000E;
}
.notice h3 a{
    float: left;
    font-size: 20px;
    position: relative;
    padding: 8px 20px;
    background: #EAEAEA;
}
.notice h3 a.on{
    color: #fff;
    background: #D1000E;
}
.notice ul{
    display: none;
}
.notice ul.on{
    display: block;
}

/*学术动态*/
.dynamic{
    float: left;
    width: 420px;
}
.info-box{
    height: 117px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.info-box .lf{
    width: 156px;
    height: 117px;
    overflow: hidden;
}
.info-box .lf img{
    display: inline-block;
    width: 156px;
    height: 117px;
}
.info-box .lf img:hover{
    transform: scale(1.1);
}
.info-box .info{
    margin-left: 175px;
}
.info-box .info h2{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
}
.info-box .info p{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 10px;
    color: #7A7A7A;
}
.dynamic li{
    margin-top: 15px;
    font-size: 16px;
}

/*权威访谈*/
.interview{
    float: left;
    width: 400px;
    margin: 0 30px;
}
.interview li{
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}
.interview li h3{
    font-size: 20px;
    font-weight: normal;
}
.interview li p{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0;
    color: #7A7A7A;
}
.interview li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.interview li:last-child p{
    margin-bottom: 0;
}

/*政策解读*/
.policy{
    float: right;
    width: 320px;
}
.policy-box{
    padding-left: 20px;
    border-left: 3px solid #F0F0F0;
}
.policy-box li{
    height: 50px;
    line-height: 25px;
    margin-top: 18px;
    font-size: 18px;
}
.policy-box li a{
    position: relative;
}
.policy-box li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: -27px;
    width: 11px;
    height: 11px;
    background: #DAD8D9;
    border-radius: 50%;
}
.policy-box li a:hover:before{
    background: #C51903;
}

/*网络育人名师风采展*/
.mien{
    float: left;
    width: 840px;
    height: 360px;
    margin: 50px 0 20px;
    background: #F3EDD7;
}
.mien-scroll{
    position: relative;
    float: right;
    width: 756px;
    padding-top: 30px;
    overflow: hidden;
}
.mien-scroll ul{
    height: 295px;
}
.mien-scroll li{
    float: left;
    width: 178px;
    height: 255px;
    margin: 40px 20px 0 0;
    background: #fff;
    text-align: center;
}
.mien-scroll li>a{
    display: inline-block;
    width: 88px;
    height: 88px;
    margin-top: -40px;
    overflow: hidden;
    background: #F3EDD7;
    border-radius: 50%;
}
.mien-scroll li img{
    display: inline-block;
    width: 88px;
    /*height: 88px;*/
}
.mien-scroll li h3{
    margin: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify
}
.mien-scroll li p{
    height: 132px;
    line-height: 22px;
    margin: 0 20px;
    overflow: hidden;
    color: #7C7C7C;
    font-size: 12px;
    text-align: justify;
}
.mien-scroll .hd a{
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -20px;
    color: #fff;
    font-size: 36px;
    font-weight: bolder;
    font-family: '黑体';
    background: #930101;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    box-sizing: border-box;
    display: none;
}
.mien-scroll .hd .prev{
    left: -30px;
    text-align:right;
    padding-right: 20px;
}
.mien-scroll .hd .next{
    right: -30px;
    padding-left: 20px;
}
.mien-scroll:hover .hd a{
    display: block;
}

/*教育培训*/
.train{
    position: relative;
    float: left;
    width: 840px;
    height: 256px;
    border: 12px solid #AD8C5C;
    border-bottom-width: 18px;
    box-sizing: border-box;
}
.train:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 64px;
    height: 41px;
    background: url(../image/jypx.png) no-repeat;
}
.train h3{
    height: 57px;
    font-size: 22px;
    padding: 15px 0 0 30px;
    background: url(../image/jypx-bg.png) no-repeat;
}
.train h3 a{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #930101;
}
.train h3 span{
    color: #930101;
}
.train ul{
    margin: 15px 20px;
}
.train ul li{
    float: left;
    width: 50%;
    padding: 10px 10px 0;
}
.train ul li a{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.train ul li a:before{
    content: '';
    position: absolute;
    top:6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #930101;
    border-radius: 50%;
}

/*高校风采*/
.views{
    float: right;
    width: 320px;
    height: 636px;
    margin-top: 50px;
    background: #EAD6CE;
}
.views h3{
    margin-top: -20px;
    text-align: center;
}
.views li{
    position: relative;
    height: 100px;
    padding: 10px 20px 10px 120px;
    margin: 30px 20px 30px 40px;
    border-bottom: 2px solid #C1847B;
    background: #fff;
}
.views li .img{
    position: absolute;
    top: -10px;
    left: -20px;
    width: 118px;
    height: 92px;
    overflow: hidden;
}
.views li img{
    display: inline-block;
    width: 118px;
    height: 92px;
}
.views li:hover img{
    transform: scale(1.1);
}
.views li p{
    height: 75px;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
}

/*活动照片*/
.photos .title,
.links .title {
    text-align: center;
}
.photos .title h2 a,
.links .title h2 a {
    padding: 0 30px;
    background-position: center bottom;
}
.photos ul{
    position: relative;
    height: 398px;
    margin-top: 40px;
}
.photos ul li{
    position: absolute;
    overflow: hidden;
}
.photos ul li img{
    width: 100%;
    height: 100%;
}
.photos ul li:hover img{
    transform: scale(1.05);
}
.photos ul li:first-child{
    top: 0;
    left: 0;
    width: 398px;
    height: 398px;
}
.photos ul li:nth-child(2){
    top: 0;
    left: 400px;
    width: 400px;
    height: 198px;
}
.photos ul li:nth-child(3){
    bottom: 0;
    left: 400px;
    width: 199px;
    height: 198px;
}
.photos ul li:nth-child(4){
    bottom: 0;
    left: 601px;
    width: 199px;
    height: 198px;
}
.photos ul li:nth-child(5){
    top: 0;
    left: 802px;
    width: 198px;
    height: 198px;
}
.photos ul li:nth-child(6){
    bottom: 0;
    left: 802px;
    width: 198px;
    height: 198px;
}
.photos ul li:nth-child(7){
    top: 0;
    right: 0;
    width: 198px;
    height: 398px;
}
.photos ul li p{
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.6);
    transition: .3s;
}
.photos ul li p a{
    color: #fff;
}
.photos ul li:hover p{
    bottom: 0;
}

/*友情链接*/
.link-list{
    margin: 30px 0;
    text-align: center;
}
.link-list li{
    display: inline-block;
    font-size: 16px;
}
.link-list li span{
    margin: 0 15px;
}
.link-list li:last-child span{
    display: none;
}
.links p{
    text-align: center;
}
.links select{
    width: 320px;
    height: 38px;
    line-height: 38px;
    margin: 0 5px 100px;
    padding-left: 15px;
    font-size: 16px;
    border-color: #DCDCDC;
}

/*尾部*/
.footer{
    font-size: 16px;
    padding: 40px 0;
    background: #F6E6CF;
}
.footer p{
    line-height: 30px;
    text-align: center;
}

/*幻灯片*/
.slideBox{
    float: left;
    width: 680px;
    height: 382px;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
    height: 382px;
}
.slideBox>a{
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: '宋体';
    text-align: center;
    background: rgba(0,0,0,.5);
    z-index: 99;
}
.slideBox .next{
    left: auto;
    right: 0;
}
.slideBox>a:hover{
    background: rgba(0,0,0,.6);
}
.slideBox li p{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,.6);
}
.slideBox li p a{
    color: #fff;
    font-size: 16px;
}
.slideBox li div{
    position: absolute;
    left: 100px;
    bottom: 20px;
    color: #fff;
    font-size: 26px;
    transform: rotate(5deg);
}
.slideBox li div span:first-child{
    color: #930101;
}
.slideBox li div i{
    color: #9EA6A0;
    position: relative;
    top: 5px;
}
.slideBox li div span:last-child{
    position: relative;
    top: 15px;
    left: 5px;
}

.slideBox ol{
    margin: 20px -10px;
}
.slideBox ol li{
    float: left;
    width: 330px;
    height: 90px;
    margin: 0 10px;
    overflow: hidden;
}
.slideBox ol li img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.slideBox ol li:hover img{
    transform: scale(1.1);
}

/*面包屑*/
.bread{
    margin: 30px 0;
}
.bread span{
    color: #666;
    padding-left: 30px;
    background: url(../image/home.png) no-repeat left center;
}
.bread  a{
    color: #666;
}
.bread a:hover{
    color: #930101;
}

/*左侧导航*/
.side{
    float: left;
    width: 262px;
}
.side p{
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    color: #fff;
    font-size: 24px;
    background: #B30004;
}
.side li{
    position: relative;
    background: #F6E3C8;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
    border-top: 1px solid #fff;
}
.side li.on a{
    color: #fff;
    background: #F39018 url(https://szzx.hunnu.edu.cn/images/arrow.png) no-repeat 92% center;
}
.side li.on a:after{
    position: absolute;
    top: 50%;
    right: 20px;
}
.side h3{
    margin: 30px 0 20px;
    font: 22px normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #B30004;
}
.side h3 span{
    color: #B30004;
}
.side dl{
    margin-bottom: 50px;
}
.side dt{
     margin-bottom: 10px;
}
.side dt a{
    position: relative;
    padding-left: 18px;
}
.side dt a:before{
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #930101;
    font-weight: bold;
    font-family: '黑体';
    transition: .3s;
}
.side dt a:hover:before{
    left: 3px;
}

/*右侧主体*/
.column{
    margin: 0 0 50px 300px;
}
.column>h2{
    height: 70px;
    line-height: 67px;
    border-bottom: 2px solid #D3D3D3;
}
.column>h2 span{
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 3px solid #B30004;
}
/*通用：列表页*/
.common-list li{
    padding: 25px 0 15px;
    border-bottom: 1px solid #D3D3D3;
}
.common-list li h3{
    font: 22px normal;
}
.common-list li p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0;
    color: #666;
}
.common-list li span{
    color: #666;
    padding-left: 25px;
    background: url(../image/time2.png) no-repeat left center;
}
/*图文列表页*/
.mien-list li{
    position: relative;
    padding-left: 225px;
    padding-bottom: 35px;
}
.mien-list li p{
    height: 75px;
}
.mien-list li>a{
    position: absolute;
    top: 25px;
    left: 0;
    width: 205px;
    height: 159px;
    overflow: hidden;
}
.mien-list li img{
    display: inline-block;
    width: 205px;
    height: 159px;
}
.mien-list li img:hover{
    transform: scale(1.1);
}
/*名师风采列表页*/
.teacher-list{
    overflow: hidden;
}
.teacher-list li{
    float: left;
    width: 47%;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 145px;
    position: relative;
}
.teacher-list li:nth-child(even){
    float: right;
}
.teacher-list li>a{
    position: absolute;
    top: 5px;
    left: 0;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
}
.teacher-list li img{
    display: inline-block;
    width: 125px;
    height: 125px;
    object-fit: cover;
    object-position: center top;
}
.teacher-list li h3{
    font: 20px normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}
.teacher-list li p{
    height:20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 15px;
    color: #666;
    text-align: justify;
}
.teacher-list li p a{
    color: #930101;
}

/*活动照片*/
.photo-list{
    overflow: hidden;
}
.photo-list li{
    float: left;
    width: 400px;
    margin-top: 40px;
    border-bottom: 1px solid #C6C6C6;
}
.photo-list li:nth-child(even){
    float: right;
    margin-right: 20px;
}
.photo-list li>a{
    display: block;
    width: 400px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.photo-list li>a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.photo-list li>a:hover:before{
    display: block;
    z-index: 9;
    animation: zoomIn .5s;
}
.photo-list li img{
    display: inline-block;
    width: 400px;
    height: 200px;
}
.photo-list li a:hover img{
    transform: scale(1.1);
}
.photo-list li p{
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
}

/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    /*height: 70px;*/
    line-height: 68px;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #D3D3D3;
}
.caption p span{
    color: #999;
    margin: 0 5px;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
    font-size: 16px;
    line-height: 1.5em;
}

#vsb_content_4 p{ font-size: 18px !important; }

.detail>p{
    line-height: 30px;
    color: #999;
    font-size: 16px;
}
.detail>p>a{
    color: #999;
}
.detail>p>a:hover{
    color: #930101;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
}

/*搜索结果页*/
.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}


/*教育培训*/
.edu{
    float: right;
    width: 320px;
    height: 360px;
    margin: 50px 0 20px;
    padding: 15px;
    box-sizing: border-box;
    background: #EAD6CF;
}
.edu h2 a, .yiban h2 a{
    color: #760C18;
    font-size: 20px;
    padding-left: 10px;
}
.edu ul{
    padding: 18px 15px;
    margin: 20px 0;
    background: #fff;
}
.side-list li{
    position: relative;
    padding-left: 15px;
    line-height: 32px;
    font-size: 15px;
}
.side-list li:before{
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #760C18;
    font-size: 12px;
    font-weight: bold;
    font-family: '宋体';
}

/*易班共建*/
.yiban{
    float: right;
    width: 320px;
    height: 256px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #F4EED8;
    border-top: 2px solid #92271D;
}
.yiban ul{
    margin-top: 10px;
}

/*网络文化作品展示*/
.works{
    float: left;
    width: 840px;
    height: 340px;
    padding-left: 25px;
    margin: 30px 0;
    background: #F5F4EF;
    box-sizing: border-box;
}
.works .heading{
    height: 35px;
    line-height: 35px;
    margin: 20px 0 25px;
}
.works .heading h2 span{
    color: #930101;
}
.works .heading .tab{
    float: right;
    margin-right: 20px;
}
.works .heading .tab a{
    display: inline-block;
    height: 100%;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
}
.works .heading .tab a.on{
    color: #fff;
    background: #930101;
    border-radius: 3px;
}
.works .heading .tab a.on:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #930101;
}
.thumb-list li{
    float: left;
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 25px;
}
.thumb-list li .lf{
    width: 132px;
    height: 97px;
    border: 3px solid #fff;
    overflow: hidden;
}
.thumb-list li img{
    width: 100%;
    min-height: 100%;
}
.thumb-list li img:hover{
    transform: scale(1.1);
}
.thumb-list li .info{
    height: 103px;
    margin-left: 148px;
}
.thumb-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.thumb-list li span{
    display: block;
    color: #999;
}
.works-box ul{
    display: none;
}
.works-box ul.on{
    display: block;
}

/*微信 、微博*/
.media{
    float: right;
    width: 320px;
    height: 340px;
    padding: 15px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
}
.media h2{
    padding-bottom: 10px;
    border-bottom: 1px solid #9F3432;
}
.media h2 img{
    padding-right: 10px;
}
.weChat{
    margin: 30px 0;
}
.weChat .scan{
    height: 72px;
    position: relative;
    margin-top: 15px;
    background: url(../image/xwgzh.jpg) no-repeat;
}
.weChat .scan span{
    position: absolute;
    left: 66px;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
}
.weChat .scan img{
    position: absolute;
    top: -105px;
    left: 50%;
    margin-left: -50px;
    border: 5px solid #F4EED8;
    border-radius: 3px;
    display: none;
    animation: zoomIn .5s;
}
.weChat ul{
    margin-top: 15px;
}

/*学生联盟*/
.study{
    float: left;
    width: 840px;
    height: 340px;
    position: relative;
    padding: 20px 20px 20px 25px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
}
.study h2{
    margin-bottom: 20px;
}
.study h2 a span{
    color: #9F3432;
}
.study .thumb{
    float: left;
    width: 320px;
}
.thumb .thumb-list li{
    float: none;
    width: 100%;
    padding-right: 0;
}
.study-list{
    float: right;
    width: 450px;
}
.study-list li{
    margin-bottom: 10px;
}
.study-list li span{
    float: right;
    color: #666;
}
.study-list li p{
    position: relative;
    margin-right: 100px;
    padding-left: 20px;
}
.study-list li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #930101;
    border-radius: 50%;
}