* {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.title {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    position: relative;
}

.title::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title>h2 {
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    overflow: hidden;
}



/* 通栏大图 */

.bigimg {
    width: 100%;
}

.bigimg img {
    width: 100%;
    display: block;
}


/* 新闻列表 */

.news {
    padding: 0 0%;
    padding-bottom: 3%;
}

.chose_list {
    margin-bottom: 3%;
    background: #f5f5f5;
}

.chose_list span {
    display: inline-block;
    cursor: pointer;
    line-height: 5rem;
    height: 5rem;
    padding: 0 10px;
    /* transition-duration: .5s; */
}
.chose_list span  a{
	color:black;
}
.chose_list span a:hover {
    color: #008641;
}
span.on {
    border-bottom: 2px solid #008610;
}
span.on a{
	 color: #008641;
}
.news_box {
    display: none;
}

.news_list {
    margin-top: 4%;
}

.news_list ul {
    width: 100%;
}

.news_list li {
    border: 1px solid #f5f5f5;
    height: 17rem;
    overflow: hidden;
    transition-duration: 0.5s;
    margin-bottom: 3%;
}

.news_list .img {
    overflow: hidden;
    width: 30%;
}

.img img {
    display: block;
    width: 100%;
    transition-duration: 0.5s;
}

.news_list .text {
    width: 70%;
    text-align: left;
    padding: 2% 5%;
}

.text h2 a {
    font-size: 1.5rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    -ms-text-overflow: ellipsis;
}

.text .t2 {
    margin-top: 3%;
    height: 85px;
    overflow:hidden;
}

.text .t2 p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 6rem;
}

.text .t3 {
    width: 100%;
    margin-top: 5%;
}

.t3 .time {
    background: url(../images/time.png) no-repeat left;
    display: inline-block;
    padding-left: 20px;
    line-height: 2rem;
    height: 2rem;
    font-size: .8rem;
}

.t3 a {
    display: inline-block;
    line-height: 2rem;
    height: 2rem;
    color: #fff;
    background-color: #008610;
    padding: 0 10px;
    border-radius: 5px;
}

.news_list li:hover img {
    transform: scale(1.1);
}

.news_list li:hover {
    box-shadow: 1px 5px 15px 0 #DDDDDD;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 6%;
}

.page_list {
    display: inline-block;
}

.page_list a {
    line-height: 2rem;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #0d8346;
    color: #0d8346;
    height: 2rem;
    transition-duration: .5s;
}

.page_list a:hover {
    background-color: #0d8346;
    color: #f5f5f5;
}
