﻿/*@import "/Skins/Default/resetcommon.css";*/

/*index.css start*/
@charset "utf-8";
/* CSS Document */
/*common*/
.wrap{ width: 960px; margin: 0 auto;}

/**/
.abouttitle{
	background: #fff;
	text-align: center;
	padding: 30px 0;
	box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	position: relative;
	z-index: 1;
}
.abouttitle h2{
	line-height: 60px;
	color: #00438e;
	font-size: 28px;
}
.yqabout2{
	background: #f1f1f1;
	overflow: auto;
}
.yqmain li{
	width: 319px;
    height: 325px;
    float: left;
    margin: 0 1px 1px 0;
    display: inline;
    background: #fff;
    position: relative;
}
.yqmain li a{
	text-decoration: none;
}
.yqmain li img{
	 width:320px;
	 height:221px;
}
.yqmain li h3{
	font-weight: normal;
	font-size: 16px;
    line-height: 64px;
    color: #333;
    padding-left: 30px;
}
.yqmain li .line{
	width: 24px;
    height: 1px;
    background: #ababab;
    position: absolute;
    left: 30px;
    bottom: 49px;
    overflow: hidden;
}
.yqmain li a:hover h3{
	color: #00438e;
}
.yqmain .line-in{
	width: 24px;
	height: 1px;
	background: #00438e;
	position: absolute;
	left: -24px;
	top: 0;
}
.yqmain:after{
	content: '';
	display: block;
	clear: both;
}