
.m-top-30{
    margin-top: 30px;
}

/* 分页 */

.textlist ul .list-page{
    margin-top: 40px;
}

ul .list-page {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	margin: 20px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
	background: #3D64AA !important;
	border: 1px solid #3D64AA !important;
}

/* 信息列表 */

.textlist ul li{
    width: 100%;
    height: 171px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20PX;
}

.textlist ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 30px;
}

.textlist ul li .title{
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #3D3D3D;
}

.textlist ul li .desc{
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #999;
}

.textlist ul li .dete{
    font-size: 12px;
    line-height: 35px;
    color: #999;
}

.textlist ul li:hover{
    border: 1px solid #3D64AA;
}

.textlist ul li:hover a{
    border: 1px solid #3D64AA;
}

.textlist ul li:hover .title{
    color: #3D64AA;
}

.textlist ul li:hover .desc{
    color: #666;
}


/* 图片 */


.picture ul li{
    width: 347px;
    float: left;
    margin-right: 27px;
    margin-bottom: 30px;

}

.picture ul li .img{
    overflow: hidden;
}

.picture ul li .img img{
    width: 347px;
    height: 196px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.picture ul li .title{
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
background: #FFF;
border: 1px solid #F0E4D8;
font-size: 18px;
color: #3D3D3D;
}

.picture ul li:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.picture ul li:hover .title{
    color: #3D64AA;
}


/* 图文 */

.piclist ul li{
    width: 100%;
    height: 223px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20PX;
}

.piclist ul li .img{
    float: left;
    overflow: hidden;
}

.piclist ul li .img img{
    width: 280px;
    height: 158px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.piclist ul li .text{
    float: right;
    width: 740px;
    box-sizing: border-box;
    padding-left: 10px;
}


.piclist ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 20px;
}

.piclist ul li .title{
    font-size: 18px;
    line-height: 35px;
    color: #3D3D3D;
}

.piclist ul li .desc{
    font-size: 16px;
    line-height: 35px;
    color: #999;
    margin: 5px 0;
}

.piclist ul li .dete{
    font-size: 12px;
    line-height: 35px;
    color: #999;
}


.piclist ul li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.piclist ul li a:hover .title{
    color: #3D64AA;
}

.piclist ul li a:hover .desc{
    color: #666;
}


.piclist ul li:hover{
    border: 1px solid #3D64AA;
}

.piclist ul li:hover a{
    border: 1px solid #3D64AA;
}

/* 师资 */


.tealist ul li{
    width: 348px;
    height: 433px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20PX;
    float: left;
    margin-right: 25px;
    position: relative;
}

.tealist ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 25px;
}

.tealist ul li .title{
    position: absolute;
    bottom: 38px;
    background: rgba(0, 0, 0, 0.6);
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    width: 271px;
    text-align: center;
}

.tealist ul li .img{
    width: 271px;
    height: 358px;
    overflow: hidden;
}

.tealist ul li .img img{
    width: 271px;
    height: 358px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.tealist ul li:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}


.tealist ul li:hover{
    border: 1px solid #3D64AA;
}

.tealist ul li:hover a{
    border: 1px solid #3D64AA;
}

.tealist ul li:hover .title{
    background: rgba(61, 100, 170, 0.8);
}

/* 详情页 */

.detail{
    margin-bottom: 40px;
    border: 1px solid #DBDBDB;
}


.detail .d-detail{
    padding: 20px 120px;
}

.d-detail .title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
    line-height: 55px;
    text-align: center;
}

.d-detail .timer span{
    font-size: 16px;
    color: #999;
}

.d-detail .timer{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
}

.d-detail .content{
    padding: 20px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.d-detail .content p{
    font-size: 16px;
line-height: 30px;
color: #3D3D3D;
margin-bottom: 20px;
}



.detail .detail-page{
	line-height: 78px;
	height: 70px;
}
.detail .detail-page p a{
	color: #252525;
    font-size: 16px;
}

.detail .detail-page p a:hover{
	color: #3D64AA;
}


/* 单页 */

.danye{
    margin-bottom: 40px;
    border: 1px solid #DBDBDB;
}


.danye .d-danye{
    padding: 20px 120px;
}

.d-danye .content p{
    font-size: 16px;
line-height: 30px;
color: #3D3D3D;
margin-bottom: 20px;
}
