/*主内容*/
.main{
	width: 100%;
    height: auto;
    padding-top: 30px;
    /*background: #F6F9FF;*/
    background-image: url(../images/bj.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
.main .headline{
	margin: 0 auto;
	width: 1300px;
	height: 191px;
	/*box-shadow: 0 12px 12px 0 #eee;
	border-radius: 6px;*/
	background-image: url(../images/topbj.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main .headline h3{
	padding-top: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 43px;
	color: #fff;
}

/**/
.main .newsbox{
	margin: 0 auto;
	width: 1300px;
	height: 410px;
	padding-top: 30px;
	/*background: #ddd;*/
}
.main .newsbox .boxleft{
	float: left;
	width: 620px;
}
.main .newsbox .boxright{
	float: right;
	width: 620px;
}
.main .newsbox .newslist{
	width: 100%;

}
.main .newsbox .newslist .titl{
	width: 100%;
	height: 70px;
	position: relative;
}
.main .newsbox .newslist .titl img{
	width: auto;
	height: 60px;
}
.main .newsbox .newslist .titl span{
	position: absolute;
	right: 0;
	top: 30px;
}
.main .newsbox .newslist .titl span a{
	font-weight: bold;
	font-style: 16px;
	color: #228DEC;
	text-align: justify;
	font-style: normal;
}
.main .newsbox .newslist ul{
	padding-top: 1px;
}
.main .newsbox .newslist ul li{
    background: url(../images/tb.png) no-repeat 1px center;
    border-bottom: 1px dashed #0c64fd;  /*蓝*/
    padding-left: 25px;
    height: 65px;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}
.main .newsbox .newslist ul li a{
    font-size: 16px;
    color: #333;
}
.main .newsbox .newslist ul li a:hover{
    color: #0c64fd;  /*蓝*/
}
.main .newsbox .newslist ul li a span{
    float: right;
    margin: 0 1px;
    /*font-weight: bold;*/
    font-size: 15px;
    color: #333;
}

/**/
.main .listbox{
	margin: 0 auto;
	width: 1300px;
	height: 250px;
	/*background: #eee;*/
	position: relative;
}
.main .listbox .titl{
	/*margin: 0 auto;*/
	width: 420px;
	height: 80px;
}
.main .listbox .titl img{
	width: auto;
	height: 59px;
}
.main .listbox .titl span{
	position: absolute;
	left: 575px;
	top: 30px;
}
.main .listbox .titl span a{
	font-weight: bold;
	font-style: 16px;
	color: #228DEC;
	text-align: justify;
	font-style: normal;
}

.main .listbox ul{
	width: 100%;
	padding-top: 5px;
}
.main .listbox ul li{
	float: left;
	width: 620px;
	height: 100px;
	border-radius: 5px;
	box-shadow: 0 10px 10px 0 #ddd;
	background: #fff;
}

.main .listbox ul li:hover{
	background: #629AFD;
}
.main .listbox ul li:nth-child(1){
	margin-right: 60px;
}
.main .listbox ul li h3{
	padding: 20px 30px 0 30px;
	height: 60px;
	font-weight: normal;
	font-size: 17px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}
.main .listbox ul li p{
	padding: 0 30px;
	height: 40px;
	font-size: 15px;
	color: #333;
}
