*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a{
    cursor: pointer;
}
/* logo开始 */
.logo{
    width: 1440px;
    height: 50px;
    margin: 0 auto;
    padding: 35px 0;
}
.logo img{
    display: block;
    height: 50px;
    width: 201px;
    margin: 0 auto;
}

/* logo结束  */
/* nav区开始 */
.nav{
    width: 100%;
    height: 30px;
}
.navbox{
    width: 1440px;
    height: 30px;
    margin: 0 auto;
}
.navbox ul{
    width: 560px;
    height: 30px;
    margin: 0 auto;
}
.navbox ul li{
    float: left;
    margin: 0 27px;
}
.navbox ul li a{
    font-size: 16px;
    font-family: "华文仿宋";
    color: #000;
    line-height: 25px;
}
.navbox .underline{
    display: none;
    height: 1px;
    background: #000000;
}

/* nav区结束 */
/* main开始 */
.main{
    width: 1320px;
    height: 875px;
    padding: 0 40px;
    margin: 0 auto;
    margin-top: 100px;
    /* background-color: papayawhip; */
    position: relative;
}
/* .containter{
    position: relative; 
    width: 1046px;
    height: 850px;
} */
.con-list{
    width: 1046px;
    height: 850px;
    padding: 0 5px;
    /* background-color: paleturquoise; */
    border-right: 1px solid rgb(226, 226, 226);
    position: absolute;
    left: 40px;
    overflow: hidden;
}
.con-item{
    width: 986px;
    height: 170px;
    padding-right: 60px;
    /* background-color: pink; */
}
.con-item .item-img{
    width: 260px;
    height: 140px;
    /* padding: 15px 40px 15px 0; */
    
    /* background-color: plum; */
    /* float: left; */
    display: inline-block;
    overflow: hidden !important;
    
}
.item-img img{
    width: 260px;
    height: 140px;
}
.item-content{
    /* float: left; */
    width: 662px;
    cursor: pointer;
    margin-left: 300px;
    margin-top: -154px;
}
.item-title{
    font-size: 16px;
    /* height:  16px; */
    color: #666;
    /* border-bottom: 1px solid rgb(212, 212, 212); */
    padding: 14px 0;
}
.item-date{
    font-size: 12px;
    color: #999;
    line-height: 36px;
}
.item-text{
    color:#999999;font-size:12px;font-family:微软雅黑;line-height:20px;padding-top:3px;padding-bottom:10px;
    /* letter-spacing: 1px; */
}
.more{
    display: block;
    width: 56px;
    height: 20px;
    padding: 2px 6px;
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 390px;
    bottom: 0px;
}
/* search区开始 */
.search{
    position: absolute;
    right: 0;
}
.search-input{
    position: absolute;
    right: 40px;
    width: 212px;
    height: 37px;
}
.search-input .input-left{
    position: absolute;
    left: 0;
    bottom: 0;
}
.search-input .input-left input{
    width: 170px;
    height: 24px;
    border: 1px solid #e6e6e6;
    padding: 6px 10px 5px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #e6e6e6;
}
.search-input .input-right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-input .input-right button{
    width: 32px;
    padding: 0 10px;
    height: 37px;
    background-color: #cccccc;
    border: none;
    cursor: pointer;
}
.search-input .input-right button img{
    width: 12px;
    height: 16px;
}
.search-label{
    width: 212px;
    position: absolute;
    right: 30px;
    top: 60px;
}
.search-label span{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 34px;
}
/* search区结束 */
/* mian结束 */
/* bottom开始 */
.bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: nowrap;
    margin-top: 80px;
}
.bottom-item{
    width: 12.5%;
    height: 30%;
}
.bottom-item img{
    height: 100%;
    width: 100%;
}

/* bottom结束 */
/* fotter开始 */
.footer{
    width: 100%;
    height: 26px;
    padding: 30px 0;
}
.footer-container{
    width: 1320px;
    margin: 0 auto;
    /* background-color: bisque; */
    height: 26px;
    position: relative;
}
.footer-container .span1{
    display: inline-block;
    color: #999;
    font-size: 13px;
    line-height: 26px;
    position: absolute;
    left: 0;
}
.footer-container .span2{
    display: inline-block;
    height: 21px;
    width: 179px;
    padding: 2.5px 0;
    margin-left: 50px;
    position: absolute;
    left: 570px;
}
.footer-container .span2 img{
    height: 21px;
    width: 179px;
}
.footer-container .span3{
    font-size: 13px;
    color: #999;
    position: absolute;
    right: 0;
    line-height: 26px;
}
/* fotter结束 */
.img{
    /* width: 260px;
    height: 140px; */
    cursor: pointer;
}
@keyframes imgover
{
from {transform: scale(1);}
to {transform: scale(1.1);}
}

.top{
    background-color: #606060;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    cursor: pointer;
}
.top span{
    font-size: 20px;
    width: 30px;
    margin: 0 auto;
    display: block;
    transform: rotate(270deg);
    color: #fff;
    font-weight: bold;
}