* {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #3e3e3e;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    pointer-events: none;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
}

.all {
    width: 100%;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

body{
    font-family:'Microsoft YaHei';
}

/*清除浮动*/

.cf::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}



main.all {
    min-height: 500px;
    position: relative;
/*    border: 1px solid red;*/
}

.section1{
    margin-top: 20px;
    margin-bottom:40px;
}

.section1 .li-item{
    float:left;
    width:380px;
/*    height:290px;*/
    margin-right: 29px;
}
.section1 .li-item:last-child{
    margin-right:0;
}

.section1 .li-item img{
    width: 100%;
    height:212px;
}
.section1 li a{
    display:block;
    background:#f1f1f1;
}

.section1 li p,.section1 li .date{
    font-size:16px;
    line-height:32px;
    margin-left:22px;
    padding-top:6px;
}
.section1 li .date{
    padding-bottom: 6px;
}

.section1 li p span,.section1 li .date span{
    font-size:18px;
    font-weight:bold;
    line-height:32px;
    color:#355e92;
}

.section1 li a:hover p,.sectio1 li a:hover div.date{
    color:#355e92;
}





/*section2*/

.section2{
    background-color: #f7f7f7;
}
.section2 .news{
    padding:32px 0;
}
.section2 .news h2{
    font-size:24px;
    color:#535353;
    line-height:2;
    float:left;
}
.section2 .news-title{
    line-height:48px;
}
.section2 .news-title .more{
    float:right;
}
.section2 .news-title a:hover{
    color:#0b5fcf;
}
.section2 .news li{
    width:100%;
    background: url(hyd.png) no-repeat left center/3px 3px;
}


.section2 li a {
    float: left;
	width: 100%;
    font-size: 17px;
    line-height:36px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 18px;
}

.section2 .logo{
    background:url(zb.png) no-repeat left center/26px,18px;
    width:26px;
    height:18px;
    line-height:36px;
    margin-left: 18px;
    margin-top:8px;
}

.section2 li span{
    color:#999999;
}
