﻿@charset "utf-8";

/* middle */
#middle {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
}
.mid-head{
	position: relative;
	background: url("/yl_oa_api/siteManageFront/templateManage/file/979fd3c5111644fd866f70c8ee8099a6/images/bnbg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 100px; 

}

.mid-head .w_1300{
	position: relative;
}

.mid-path {
	width: 100%;
	color: #77899E;
	font-size: 14px;
	padding-top: 24px;
    padding-bottom: 28px;
}

.mid-path a {
  color: #77899E;
  text-decoration: none;
}
.mid-path a:hover {
  color: #37AAD9; 
}

.mid-main-title {
	position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #39A7D9;
    line-height: 50px;
    margin-bottom: 15px;
	z-index: 3;
}

.mid-sub-title {
    font-size: 16px;
    color: #1E3A5F;
    line-height: 22px;
	padding-bottom: 40px;
}

.mid-logo {
    position: absolute;
    right: 0;       
    top: 50%;            
    transform: translateY(-50%);
    height: 100%;        
    width: auto;
	z-index: 2;
}

/* 正文内容 */
.mid-content{
	width: 100%;
	min-height: 500px;
    padding-bottom: 60px;
}

.mid-bottom-left {
    float: left;
    width: 79%;
    box-sizing: border-box;
    padding-right: 30px;
    margin-top: 40px;
}

.content-title{
	width: 100%;
	text-align: center;
	color: #1E3A5F;
	font-size: 28px;
	font-weight: bold;
	padding: 50px 20px 0 20px;
	box-sizing: border-box;
	max-width: 1060px;
}

.content-video,.content-img{
	display: block;
    position: relative;
	text-align: center;
    max-width: 650px;
    max-height: 345px;
    margin: 0 auto 30px auto;
}

.fj{
	margin-top: 46px;
}
.fj-text{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	text-indent:0 !important;
}
.fj-list{
	position: relative;
	display: inline-flex;
	padding-left: 22px;
	align-items: center;
}
.fj-list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background: url("/yl_oa_api/siteManageFront/templateManage/file/979fd3c5111644fd866f70c8ee8099a6/images/pdf.png") no-repeat center;
	background-size: contain;
	margin-right: 5px;
}

.xl_tit6{
	margin: 30px 0px;
}
.xl_tit6_l{
	width: 100%;
	text-align: center;
	font-size: 14px; 
	color: #999;
}
.xl_tit6_l span{
    margin-right: 20px;
}

#mid-bottom-left{
	border-bottom: 1px solid #e4e4e4;   
}
 
#Content{
    font-size: 16px;
    color: #1E3A5F;
    line-height: 24px;
/*    max-width: 1060px;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
#Content p{ 
	margin-bottom:24px; 
	text-indent: 2em;
}

/* =================@media================== */
@media screen and (max-width: 1340px) {
 
}

@media screen and (max-width: 1240px) {

    .fbsj-span label {
        display: none;
    }
}

@media screen and (max-width: 1000px) {

	#middle {
		padding: 0px;
	}
	#Content{
		padding-top: 24px;
	}
	#Content p {
        margin-bottom: 16px;
    }
	.mid-path,.mid-sub-title{
		display: none;
	}
	.content-title{
		padding: 30px 18px 0;
	}
	.mid-head{
		height: 140px;
	}
	.mid-head .w_1300{
		height: 100%;
	}
    .mid-main-title {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 32px; 
    }
	.mid-main {
		margin: 0px auto;
		padding: 20px;
		box-sizing: border-box;
	}
	.xl_tit6 {
        margin: 24px 0px;
    }
	.content-video, .content-img{
		max-width: 80%;
		max-height: none;
		margin: 0 auto 24px auto;
	}
}

@media screen and (max-width: 750px) {
	.fbsj-span label{
	    display: none;
	}
}

@media screen and (max-width: 500px) {
	.mid-logo{
		right: 0%;
	}
	.content-title{
		font-size: 20px;
	}
}