@charset "utf-8";

/* CSS3动画库 */
@import url("animate.css");

/* swiper */


/* 各种图标CDN */
@import url("https://cdn.bootcss.com/MaterialDesign-Webfont/2.4.85/css/materialdesignicons.min.css");
@import url("https://cdn.bootcss.com/simple-line-icons/2.4.1/css/simple-line-icons.min.css");


/* 自定义 */

body {
    font-family: microsoft yahei, simhei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #333;
}

body {
	background:url(../images/ycqybg.jpg) 50% 0 no-repeat;
	font-family: microsoft yahei;
	font-size: 14px;
}
.header {
	height:585px;
	background:none;
	
}
.content {
	margin:0 auto;
	width:1200px;
	height:auto;
	margin-top: -45px;
}
.p1{
	margin-top:20px;
}
.p2{
	margin-top:20px;
}
.p3{
	margin-top:20px;
	margin-bottom:20px;
}
.focus, .focus .pic, .focus .pic div {
	position: relative;
	overflow: hidden;
	display: block;
	width: 580px;
	height: 400px;
}
.focus .pic img {
	width: 580px;
	height: 336px;
}
.bt {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 576px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
	box-shadow: #5c5c5d 0px 0px 6px;
    background-color: #fff;
    text-indent: 2em;
}
.focus .prev, .focus .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -40px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	color: #fff;
	opacity: 0;
 transition: all .3s;
 
}
.focus .prev {
	transform: translate(-50px, 0);
	left: 0;
}
.focus .next {
	transform: translate(50px, 0);
	right: 0;
}
.focus:hover .prev, .focus:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}
.focus .navi {
	position: absolute;
	bottom: 28px;
	right: 14px;
	z-index: 9;
}
.focus .navi li {
	float: left;
    width: 12px;
    height: 8px;
    margin: 0 5px;
    font: 0/0 lx;
    background-color: #cccccc;
    color: #cc1d20;
    transition: all .3s;
}
.focus .navi li.on {
	background-color: #2765c3;
    width: 24px;
}
.title1{
	position: relative;
    overflow: hidden;
    line-height: 50px;
	height:50px;
	background:url(../images/xcqytitle.png) 10px 15px no-repeat;
}
.title2{
	position: relative;
    overflow: hidden;
    line-height: 50px;
	height:55px;
	background:url(../images/xcqytitle.png) 10px 15px no-repeat;
	color: #2765c3;
    font-size: 25px;
    font-weight: 700;
	text-indent: 10px;
}

.grid h3 a{
    color: #2765c3;
    font-size: 25px;
}
.grid li a{
	width:75%;
}
.p1 .b11{
	font-size: 20px;
    border-left: 7px #36C solid;
    padding-left: 15px;
    font-weight: 700;
}
.p1 .list p{
	padding-left: 23px;
	color:#666;
	font-size:16px;
	padding-top:10px;
	padding-bottom:30px;
}
.p1 .list p a{
	display: contents;
	color:#b61010;
}
.list-t li {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    width: 550px;
    float: left;
    margin-left: 10px;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background-color: #67a3ff;
    border-radius: 100px;
}
a:hover {
    color: #2765c3;
    text-decoration: none;
}
.list-t li:hover:before {
    background-color: #2765c3;
}
.p2 h2{
    margin-top: 8px;
    font-size: 19px;
}

.ul_p3 {
	width: 1190px;
	float: left;
}
.ul_p3 li {
	width: 572px;
	float: left;
	margin-left: 18px;
	margin-right: 4px;
	font-size:19px;
}
.ul_p3 li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	background-color: #dcdcdc;
	border-radius: 100px;
}
.yw{
	width:595px;
}
.xx{
	width:595px;
}
.list-t li .date {
    color: #666;
}
.focus .page-state {
    position: absolute;
    bottom: 15px;
    right: 5px;
    font-size: 24px;
    background-color: #fff;
    padding: 10px 20px 10px 0px;
}
.hf a{
	display:block;
	background:url(../images/xcqyhf.jpg) 50% 50% no-repeat;
	width:1180px;
	height:140px;
}