﻿
.new{
    width: 70%;
    padding-left: 15%;
    padding-top: 20px;
    padding-bottom: 35px;
}
.new ul li{
    float: left;;
    padding: 5px 15px;
    border:1px solid #ddd;
    border-radius: 30px;
    margin-right: 10px;
}
.new ul li:hover{
    border:1px solid red;
    color:red;
}
.new2{
    width: 70%;
    padding-left: 15%;
}
.new2 .news-lb{
    width: 32%;
    padding-right: 2%;
    float: left;
    margin-bottom: 40px;
}.new2 .news-lb:nth-of-type(3n){	padding-right: 0;}
.new2 .news-lb .news-tb{
    transition: 0.5s;
    background: url('') center center no-repeat;
    background-size:100% 100%;
}.new2 p{	padding-bottom: 10px;	line-height: 2em;	color: #666;	font-size: 16px;	text-indent: 2em;}
.new2 .news-lb .news-tb:hover{
    background-size:120% 120%;
}
.new2 .news-lb .news-sy{
    font-size: 14px;
    margin-top: 20px;
}
.new2 .news-lb .news-sy a{
    color:#999;
}
.new2 .news-lb .news-bt{	padding-bottom: 8px;	padding-top: 5px;	background-color: #694c4c;
    font-size: 18px;    font-weight: 600;
    margin-top: 10px;    padding-left: 15px;    padding-right: 15px;    text-align: center;    border-radius: 12px 12px 0 0 ;
}
.new2 .news-lb .news-bt a{
    color:#FFFFFF;
}
.new2 .news-lb .news-bt a:hover{
    color:red;
}
@media (max-width:768px) {
    .new{
        width:90%;
        padding-left :5%;
    }
    .new ul li{
        margin-bottom: 10px;
    }
    .new2{
        width:90%;
        padding-left :5%;
    }
    .new2 .news-lb{
        width: 100%;
        margin-bottom:0
    }
}