﻿.list-box{
    margin-top: 50px;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
}
.list-box .section-name{
    border-bottom: solid 2px #D9D9D9;
}
.list-box .section-name .title{
    font-size: 40px;
    color: #245399;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 6px #245399;
    padding-bottom: 6px;
}
.list-box .section-name .right{
	width: 96px;
	float:right;
}
.list-box .section-name .right .default{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 32px;
    background: #245399;
    color: #EAEEF5;
    text-align: center;
    margin-top: 20px;
}
.list-box .section-name .right .default img{
    display: inline-block;
    width: 20px;
}

.list-box .section-name .right .default .img2{
	display:none;
}
.list-box .section-name .right .pause .img1{
	display:none;
}
.list-box .section-name .right .pause .img2{
	display:inline-block;
}

.list-box .section-name .right .initRead .img1{
	display:inline-block;
}
.list-box .section-name .right .initRead .img2{
	display:none;
}

.list-box .section-name .right em{
	display: block;
    text-align: center;
    font-size: 20px;
    color: #015293;
    margin-top: 10px;
}
.list-box .artical-wrap .title-wrap{
    padding:60px 0;
    color: #333;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
}
.list-box .artical-wrap .content{
    padding:20px 0;
    font-size: 34px!important;
    color: #333;
    line-height: 65px;
}
.list-box .artical-wrap .content P{
	text-indent:2em;
	}
.list-box .artical-wrap .content P.vsbcontent_img{
	text-align:center;
}
@media screen and (max-width:800px){
    .list-box{
        margin-top: 20px;
        padding:0 12px;
        box-sizing: border-box;
    }
    .list-box .section-name .title{
        font-size: 26px;
        display: inline-block;
        border-bottom: solid 3px #245399;
        padding-bottom: 3px;
    }
    .list-box .section-name .right .default{
        margin-top: 2px;
    }
    .list-box .artical-wrap .title-wrap{
        padding: 30px 0;
        font-size: 26px;
    }
    .list-box .artical-wrap .content{
        font-size: 20px!important;
    }
}