/*初始化*/
* {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
ul,li {
    list-style: none;
}
a{
    text-decoration: none;
}
input {
    border: none;
    outline: none;
}
button {
    border: none;
    outline: none;
}
del,s {
    text-decoration: none;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.news {
    /*padding-bottom: 420px;*/
    /*height: 493px;*/
}
.news li:last-child {
    margin-right: 0;
}
.news li>img{
	width: 100%;
}
.news li {
    /*width: 265px;*/
    width: 370px;
    margin-right: 45px;
    float: left;
}
.news h4 {
    height:90px;
    font-size: 25px;
    color: #333;
    font-weight: 400;
    line-height: 90px;
}
.news p {
    font-size: 15px;
    color: #4f4f4f;
    height: 40px;
  	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分省略号显示*/
  	padding-right:110px;
   	position: relative;
}
.news p>span {
	position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
}
.news p>a {
	line-height:40px;
}
.to {
    display: inline-block;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    text-align: center;
    line-height:38px;
}
.to span {
    margin-right:15px;
    color: #4f4f4f;
    font-size: 18px;
}
.link-add819 {
      	height:72px;
        width:1190px;
        margin:0px auto;
        display:flex;
        align-items:center;
        background-color:#fff;
        padding-left:10px;
      }
      .link-add819 li {
      	font-size:20px;
        color:#e47858;
      }
      .link-add819 li a {
      	display:block;
        color:#5e5e5e;
        padding:0 50px;
        font-size:16px;
      }