.news_class{
    width: 184px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.06);
    display: inline-block;
    margin-right: 14px;
    vertical-align: top;
    background: #fff;
    padding-bottom: 40px;
}
.news_class ul li {
    width: 100%;
    height: 18px;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-top: 39px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}
.news_class ul li .line {
    display: none;
    width: 2px;
    height: 18px;
    background: #1abc9c;
    position: absolute;
    left: 0;
    top: 0;
}
.news_class ul li:hover a,.news_class ul .on a{
    color: #1abc9c;
}
.news_class ul .on .line,.news_class ul li:hover .line{
    display: inline-block;
}
.news_list {
    width: 1061px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.06);
    padding: 0 36px 40px;
    display: inline-block;
    vertical-align: top;
}
.news_list ul li {
    padding: 26px 0;
    color: #333;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    cursor: pointer;
}
.news_list ul li:hover {
    color: #1abc9c;
}
.news_list ul li p {
    width: 85%;
    font-size: 16px;
    font-weight: 400;
    float: left;
}
.news_list ul li span {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    float: right;
}
.more{display: block;width: 100%;padding-top: 30px;text-align: center;font-size: 16px;}
.more i{font-size: 15px;padding-left: 5px;}
.more:hover {
    color: #1abc9c;
}
.news_show {
    width: 1061px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.06);
    padding: 0 36px 40px;
    display: inline-block;
    vertical-align: top;
}
.news_show .top {
    overflow: hidden;
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
}
.news_show .top a {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    float: left;
    cursor: pointer;
    line-height: 70px;
}
.news_show .top span {
    line-height: 75px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    float: right;
}
.news_show .text {
    text-align: left;
    margin-top: 39px;
}
.news_show .text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding-bottom: 20px;
}
.news_show .text p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    padding-top: 5px;
}
.news_show .text img{
    max-width:90%;
}