/* 导航栏 */
.nav{
    border-bottom: 0;
    margin-bottom: 0;
}
/* main-btn */
.main-btn{
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.main-btn a{
    display: inline-block;
    width: 106px;
    height: 32px;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}
.main-btn a:hover{
    background: red;
    color: #fff;
}
.main-btn .on{    background: red;
    color: #fff;}
/* main */
.main{
    padding-bottom: 100px;
} 
.main-left{
    width: 900px;
    float: left;
}
.main-left .new{
    display: block;
    padding: 50px 0;
    border-bottom: 1px dashed #d6d6d6;
}
.main-left .new .img-box{
    width: 360px;
    height: 290px;
    overflow: hidden;
    float: left;
}
.main-left .new .img-box img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.main-left .new .img-box:hover img{
    transform: scale(1.1);
}
.main-left .new:hover{
    color: #000;
}
.main-left .new .text{
    width: 540px;
    float: right;
    box-sizing: border-box;
    padding-left:32px;
	
}
.main-left .new .text h3{
    font-size: 22px;
    line-height: 32px;
	padding-top:15px;
	padding-bottom:15px;
}
.main-left:hover .new .text h3{
    color: red;
}
.main-left .new .text p{
    font-size: 16px;
    line-height: 24px;
}
.main-left .new .text .time{
    color:#ababab;
    margin-top: 20px;
    font-size: 14px;
}
.main-left .new:hover h2{
    color: red;
}
.main-left .new h2{
    font-size: 22px;
}
.main-left .new h2 span{
    display: inline-block;
    width: 4px;
    height: 24px;
    background: red;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}
.main-left .new .imgBox a{
    float: left;
    width: 290px;
    height: 240px;
    margin: 20px 0;
    overflow: hidden;
}
.main-left .new .imgBox a img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.main-left .new .imgBox a:hover img{
    transform: scale(1.1);
}
.main-left .new .imgBox a:nth-of-type(2){
    margin-left: 15px;
    margin-right: 15px;
}
.main-left .new > .time{
    color: #ababab;
    font-size: 14px;
}
.main-right{
    width: 305px;
    float: right;
    margin-left: 35px;
    background: #f4f4f4;
    padding-bottom: 220px;
}
.main-right .hotspot{
    padding: 35px 65px 45px 35px;
    border-bottom: 1px solid #dfdfdf;
}
.main-right .hotspot h4{
    font-size: 20px;
    line-height: 30px;
}
.main-right .hotspot a{
    display: inline-block;
    width: 94px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
    color: #575757;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
}
.main-right .hotspot a:nth-of-type(odd){
    margin-right: 13px;
}
.main-right .hotspot a:hover{
    background: red;
    color: #fff;
}
.main-right .qr{
    padding: 35px 65px 45px 35px;
    border-bottom: 1px solid #dfdfdf;
}
.main-right .qr h4{
    font-size: 20px;
    margin-bottom: 30px;
}
.tel,.wx,.qq{
    padding: 25px 0 25px 35px;
    border-bottom: 1px solid #dfdfdf;
}

/* page */
.page{
    margin-bottom: 120px;
    text-align: left;
}