/*commom style*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

p,
div,
span {
    cursor: default;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
    outline: none !important;
}

a:hover {
    color: #1F459D;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
}


/*commom style*/

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}


/* 头部 */


/* main */

.main {
    border-top: 1px solid #B9B8B7;
    width: 100%;
    min-height: 1250px;
    height: auto;
    background: #F5F5F5 url(NEWS.png) no-repeat center top 40px;
    padding-bottom: 40px;
}

.main .title {
    width: 100%;
    height: 130px;
    line-height: 50px;
    margin-top: 60px;
    text-align: center;
    font-size: 36px;
    color: #333333;
}

.main .title p {
    text-align: center;
}

.main .con {
    width: 100%;
    margin-top: 69px;
}

.main .con ul li {
    width: 376px;
    height: 440px;
    float: left;
    margin-top: 40px;
    margin-right: 36px;
}

.main .con ul li:nth-child(3) {
    margin-top: 0px;
    margin-right: 0px;
}

.main .con ul li:nth-child(2) {
    margin-top: 0px;
}

.main .con ul li:nth-child(1) {
    margin-top: 0px;
}

.main .con ul li .top {
    width: 100%;
    height: 160px;
}

li .top img {
    width: 100%;
    height: 100%;
}

.main .con ul li .bottom {
    width: 100%;
    height: 280px;
    background: #ffffff;
    padding: 24px 30px 0px 30px;
}

.main .con ul li:hover .bottom {
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);
}

li .bottom .tit p {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

li .bottom .zhaiyao p {
    line-height: 22px;
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}

li .bottom .date p {
    line-height: 22px;
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}

.xwnav{
	width: 100%;
	height: 50px;
}
.xwnav span{
	width: 104px;
	height: 50px;
	display: inline-block;
	float: left;
	background: #E8E8E8;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	margin-right: 30px;
}
.xwnav span.hover{
	background-image: linear-gradient(90deg, #2469CB 0%, #77A5FA 100%);
	color: #ffffff;
}