@charset "utf-8";

.news ul li {
    list-style: none;
    height: 165px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 35px;
}
.news ul li .pic {
    width: 16.667%;
}
.news ul li .pic img {
    transition: 0.5s;
}
.news ul li .pic:after {
    padding-bottom: 65%;
}
.news ul li .ntxt {
    width: 54.584%;
    margin-left: 6%;
}
.news ul li .ntxt a {
    font-size: 16px;
    color: #333;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
}
.news ul li .ntxt p {
    font-size: 12px;
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: 0.5s;
}
.news ul li .date span {
    font-size: 24px;
    font-family: arial;
    color: #999;
    margin: 20px 0 10px;
    display: inline-block;
    transition: 0.5s;
}
.news ul li .date a {
    width: 37px;
    height: 37px;
    display: block;
    background: url(i/news/arrow1.png) no-repeat center;
    transition: 0.5s;
}
.news ul li:hover .ntxt a {
    font-weight: bold;
}
.news ul li:hover .ntxt p {
    color: #666;
}
.news ul li:hover .date span {
    color: #666;
}
.news ul li:hover .date a {
    background: #f77400 url(i/news/arrow2.png) no-repeat center;
}
.news ul li:hover img {
    transform: scale(1.2);
}
.news_show {
    padding-bottom: 100px;
}
.news_show .nstit {
    border-bottom: 1px dashed #d3d3d3;
    text-align: center;
    margin-bottom: 35px;
}
.news_show h1 {
    font-size: 22px;
}
.news_show .date {
    line-height: 30px;
    margin: 10px 0 20px;
}
.news_show .date span {
    font-size: 12px;
    margin: 0 12px;
    color: #999;
}
.news_show .nstxt {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.news_show .nstxt p {
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 35px;
    font-size: 13px;
    color: #666;
}
.news_show .xgnews ul {
    width: 46%;
    padding-left: 2%;
    list-style: circle;
}
.news_show .xgnews ul li {
    line-height: 25px;
    height: 25px;
}
.news_show .xgnews ul li a {
    color: #666;
    display: inline-block;
    width: 60%;
    transition: 0.5s;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    float: left;
}
.news_show .xgnews ul li span {
    color: #999;
    text-align: right;
    display: inline-block;
    width: 25%;
    transition: 0.5s;
}
.news_show .xgnews ul li:hover a {
    color: #f77400;
}
.news_show .xgnews ul li:hover span {
    color: #666;
}
.news-tags .title {
	color: #666;
}
.news-tags .label {
	background-color: #EB6438;
	font-weight: normal;
	margin-right:5px;
}
.news-tags .label a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
    .news ul li {
        height: 105px;
    }

    .news ul li .ntxt a {
        line-height: 25px;
        height: 30px;
    }

    .news ul li .date span {
        margin-top: 5px;
    }

    .ctactwrap ul li {
        line-height: 30px;
    }

    .news_show .xgnews ul {
        width: 100%;
        margin-bottom: 3%;
    }
}
@media (max-width: 768px) {
    .news ul li .pic {
        width: 20%;
        margin-left: 6%;
    }
    .news ul li .ntxt {
        width: 60%;
    }
}
