@charset "utf-8";

.flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.news2{float:left;}
.news2.flex-row {
    align-items: flex-start;
}

.news2 .flex-row.left {
    justify-content: flex-start;
    align-items: flex-start;
}

.news2-title li {
    position: relative;
    width: 180px;
    height: 82px;
	line-height:82px;
    margin-bottom: 30px;
}

.news2-title li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #025fac;
    color: #fff;
    font-size: 18px;
    line-height: 82px;
    text-align: center;
}

.news2-title li.active a {
    background: #f89840;
}

.news2-title li.active::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 7px;
    border-color: transparent transparent transparent #f89840;
    right: -7px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.news2-title li a .iconfont {
	margin-right:10px;
	vertical-align:middle;
}

.news2-title li a .iconfont img{width:18px; height:18px;}

.news2 .swiper-container {
    width: 420px;
    height: 400px;
    padding: 17px 10px 0px 20px;
    border: 1px solid #dedede;
    border-left: none;
}

.news2 .news-content-list.flex-row {
    border: none;
}

.news-title {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
}

.news-title a{color:#000000;}
.news-title a:hover{color:#025fac;}
.news-content {
    margin-top:10px;
    color: #999;
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    line-height:28px;
}

.news-content-list.flex-row {
    flex-direction: column;
    width: 100%;
}

.news-content-list li {
	float:left;
    width: 100%;
	height:43px; line-height:43px;
}

.news-content-list li:first-child{line-height:25px;height:90px;overflow:hidden;}
.news-content-list li:first-child a{color:#025fac; font-size:18px;}
.news-content-list li p{padding:0 10px;line-height:24px;font-size:14px; color:#999999;text-indent:25px;}

.news-content-list li .yuan{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #025fac;
	display:inline-block;
	margin-bottom:2px;
}

.news-content-list li a {
	font-size:16px;
	margin-left:8px;
	color: #333;
}
.news-content-list li a:hover{color:#025fac;}
.news-content-list li .text {
    color: #333;
}

.news-content-list li .date {
    color: #999;
	float:right;
	font-size:14px;
}

.news-list-item {
    transition: all 0.3s;
}

.news-list-item:first-child.active,
.news-list-item:last-child {
    transform: translate(0, 0)
}
