﻿.about_right{width:910px;float:right}
.about_fr_list {width: 910px;height: 100%;overflow: hidden;line-height: 30px;}
.inner_news li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom:19px;
}
.inner_news .big {
    width: 15rem;
    margin-right: 1.5rem;
    float: left;
    max-width: 40%;
}
.inner_news .big .imWrap {
    padding-top:75%;
}

.imWrap {
    width: 100%;
    padding-top: 67%;
    position: relative;
    overflow: hidden;
}
.big img {
    width: 100%;
    display: block;
    transform: translateX(-50%);
    transition: .1s transform;
    transform: translateZ(0);
    min-height: 100%;
    transition: .3s transform;
}

.imWrap img {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 0;
}
.inner_news h3 {    font-size: 16px;
padding-top: 8px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1em;
    margin-bottom: .8em;
    font-weight: bold;
}


.inner_news h3 a:hover {
	color:#0000FF;
}



.inner_news p.con {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    line-height: 1.76em;
    height: 3.5em;
    margin-bottom: .6em;
}
.inner_news .btn {    display: inline-block;
    color: #00824a;
    font-size: 14px;
    text-decoration: underline;
    line-height: 2.5em;
	float: right;
}


.inner_news .btn a {   
    color: #00824a;
}

.inner_news .btn a:hover {
	color:#0000FF;
}


.inner_news .btn8 {    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 2.5em;
}