﻿@charset "utf-8";
/* CSS Document */
/*---------------------------在线培训标题-------------------------- */
.other_train_title {
	text-align: center;
}

.other_train_title h3 {
	margin-top: 1%;
	font-family: 微软雅黑;
	color: #272727;
}

.other_train_title p {
	margin-top: 10px;
	font-family: 微软雅黑;
	color: #666666;
	font-size: 1.4em;
}

/*---------------------------在线培训内容-------------------------- */
.other_tarin_content {
	border: 1px solid #e5e5e5;
}
.other_tarin_content video {
	padding-top:20px;
	padding-bottom: 20px;
	width: 100%;
	height: 500px;
}
.other_tarin_content h4 {
    margin: 47px 0 18px 0;
    font-family: 微软雅黑;
    color: #272727;
    font-size: 2em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.other_tarin_content p {
    line-height: 1.8;
    color: #808080;
    font-size: 1.4em;
}

/*---------------------------页脚-------------------------- */
.footer_box {
    margin-top:5%;
}

/*---------------------------对屏幕进行适配-------------------------- */
@media only screen and (max-width:767px){
    .other_tarin_content video {
        height: 210px;
        padding: 0;
    }
    .other_tarin_content {
        border: none;
        padding: 0;
    }
    .other_tarin_content h4 {
        margin: 30px 0 10px 0;
        padding-bottom: 14px;
    }
}