.inner_cont {
    padding-top: 20px;
    padding-bottom: 40px;
}
.w_1200 {
    width: 98%;
    margin: 0 auto;
    max-width: 1200px;
}

.inner_cont .swiper-container {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}


.inner_search {
    position: relative;
    background: #F3F3F3;
    padding: 20px 10px 12px 0px;
    width: 100%;
    margin-bottom: 20px;
}
.inner_search ul li.li1 {
    margin-left: 15px;
    margin-right: 5px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
}
.inner_search ul li.li2 {
    width: 21%;
    margin-left: 0;
}
.inner_search ul li.li4 {
    width: auto;
    line-height: 44px;
    font-size: 15px;
    color: #666;
}
.inner_search ul li.li6 {
    width: 10%;
    margin-left: 0;
}
.inner_search ul li {
    float: left;
    margin-right: 1.85%;
}
.inner_search .text {
    height: 44px;
    padding: 0 6.52%;
    width: 100%;
    font-size: 15px;
    color: #222;
}
.inner_search .btn {
    height: 44px;
    width: 100%;
    background: #0074c6;
    font-size: 18px;
    color: #fff;
}
.list_newspic{
    margin-top: 30px;
    padding: 0;
}

.list_newspic li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 24px;
    border-radius: 5px;
    box-shadow:0 1px 10px #aaaaaa;
}

.list_newspic li:hover{
    /*transform: translate(0,-1%);*/
    transform: scale(1.02);
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    /*transition: width  2s  ease  0s;*/
}


.list_newspic .thirdLi{
    margin-right: 0;
}
.list_newspic li .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.1%;
    margin-bottom: 12px;
    overflow: hidden;
}
.list_newspic li .txt .title {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
}
.list_newspic li .txt .time {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    color: #888888;
}
.list_newspic li a{
    text-decoration: none !important;
}


.imgem {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 5px 5px 0 0;
}
.clearfix .li2{
    height: 44px;
    line-height: 44px;
    font-size: 18px;

}

.swiper-slide .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 40px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}

.swiper-slide .title span {
    line-height: 30px;
    font-size: 26px;
    width: 50%;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-slide .tel span {
    font-size: 16px;
    color: #F9F9F9;
}
.swiper-slide span {
    display: block;
    font-weight: 200;
}

li .rq {
    z-index: 3;
    position: absolute;
    top: 24%;
    right: 8%;
}
.inner_cont hr{
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}
li label {
    display: inline;
}
.swiper-container a {
    text-decoration: none !important;
}
.tel span{
    font-size: 10px !important;
}
@media(max-width: 1182px) {
    .inner_cont{
        width: 1182px;
    }
}


