﻿/* 轮播 */
.bannerr {
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    height: 400px;
}
.banner>img {
    display: block;
    width: 100%;
    height: auto;
}
/* news */
.headline{
    width:1200px;
    padding:50px 0px;
    text-align: center;
    margin:0 auto;
}
.headline>h1{
    font-size: 32px;
    color: rgb( 18, 20, 21 );
}
.headline>p{
    font-size: 18px;
    color: rgb( 138, 142, 148 );
    margin-top:10px;
}
.headline>div>img{
    display:block;
    width:auto;
    height:26px;
    border:1px solid transparent;
    margin:10px auto 0px auto;
}
.news>ul{
    margin-right:-20px;
}
.news>ul>li{
    float:left;
    background-color: rgb( 242, 243, 244 );
    width: 445px;
    height: 400px;
    margin:0px 20px 30px 0px;
    cursor: pointer;
}
.news>ul>li>div{
    width:100%;
    height:100%;
}
.newcont>.imbox{
    width:100%;
    height:200px;
    overflow: hidden;
}
.newcont>.imbox>img{
    width:100%;
    height:100%;
}
.newcont>.con_ts{
    width:100%;
    padding:0px 20px;
}
.newcont>.con_ts>a>h3{
    font-size: 15px;
    color: rgb( 18, 19, 20 );
    padding:20px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space : nowrap;
}
.newcont>.con_ts>span{
    display:block;
    font-size: 13px;
    color: rgb( 140, 143, 146 );
    margin-bottom:20px;
}
.newcont>.con_ts>p{
    font-size: 13px;
    color: rgb( 90, 94, 98 );
}
.newcont:hover{
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 0px 20px 0px rgba( 4, 14, 18 ,0.3);
}
.newcont:hover .imbox>a>img{
    transform: scale(1.10, 1.10);
    transition: transform 0.6s ease 0s;
}
.newcont:hover .con_ts>a>h3{
    font-size: 15px;
    color: rgb( 0, 119, 219 );
    text-decoration: underline;
}
.cak{
    width:100%;
    height:auto;
    margin:76px auto;
}
.cak>a{
    display:block;
    width: 203px;
    height: 53px;
    border-width: 1px;
    border-color: rgb( 216, 216, 216 );
    border-style: solid;
    font-size: 17px;
    color: rgb( 147, 150, 154 );
    line-height: 53px;
    text-align: center;
    margin:0 auto;

}
.cak>a:hover{
    border:1px solid transparent;
    color: rgb( 255, 255, 255 );
    background-image: -moz-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
}