@charset "GB2312";


.main{
    margin: 10px auto;
    width: 1400px;
    min-height: 500px;
    /*-webkit-box-shadow: 3px 3px #CCCCCC;
	box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);*/
    background-color: #fff;
    padding: 20px 30px 0 30px;
}

.list{float:right;width: 1400px;background-color: #Fff;/* padding:10px 20px; */}
.list h4{height: 50px;/* margin:10px 5px; */padding-left: 30px;line-height:30px;font-size: 24px;color: #00479d;border-bottom: 2px solid #00479d;line-height: 50px;margin-bottom: 30px;}
.c_title{padding:20px;
	margin: 0 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.c_title h5{margin: 40px 0;text-align:center;line-height: 35px;font-size: 30px;font-weight:bold;color: rgb(11, 49, 143);}
.c_title p{text-align:center;font-size:16px;color: #000;line-height:30px;}
.c_content{
	padding: 60px 130px;
	line-height: 40px;
	font-size: 20px;
	color: #000;
	font-family: 'MicrosoftYaHei','Microsoft YaHei', '微软雅黑', sans-serif;
	text-align: justify;
}

.c_content p{
	line-height: 40px;
	font-size: 20px;
	color: #000;
	font-family: 'MicrosoftYaHei','Microsoft YaHei', '微软雅黑', sans-serif;
	text-align: justify;
}

.c_content a{color: #004fb0;}
.c_content_img {
    width: 50%; /* 或者其他你需要的宽度 */
	margin: 10px auto;
	text-align: center;
}
 
.responsive {
    max-width: 100%;
    height: auto;
}
