.banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    cursor: pointer;
}

.flex-control-nav {
    text-align: center;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0.6;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
    background-image: url(../fonts/ic-banner-arrow-left.svg);
    background-position: 80px;
    left: 0;
}

.flex-direction-nav .flex-next {
    background-image: url(../fonts/ic-banner-arrow-right.svg);
    background-position: 60px;
    right: 0;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    width: 11%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-size: 16px 50px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-control-nav {
    width: 100%;
    bottom: 25px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 10px;

}

.flex-control-paging li a {
    width: 6px;
    height: 6px;
}


/* banner news */

.banner-news {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.banner-news>div {
    display: inline-block;
    vertical-align: middle;
}

.banner-news .btn-arrow {
    width: 44px;
    height: 30px;
    position: absolute;
    top: 65px;
    z-index: 9;
}

.banner-news .btn-arrow-left {
    text-align: left;
    left: -25px;
}

.banner-news .btn-arrow-right {
    text-align: right;
    right: -25px;
}

.banner-news .btn-arrow img {
    height: 30px;
    width: auto;
}

.banner-news .news-list {
    width: 1280px;
    overflow: hidden;
}

.banner-news .news-list table {
    table-layout: fixed;
}

.banner-news .news-list .list-group {
    width: 100%;
    text-align: center;
}

.banner-news .news-list .list-group .news-one {
    width: 100%;
    height: 160px;
    padding: 0 15px;
}

.banner-news .news-list .list-group .news-one:first-child {
    padding-left: 0;
}

.banner-news .news-list .list-group .news-one:last-child {
    padding-right: 0;
}

.banner-news .news-list .list-group .news-one .bg {
    width: 100%;
    height: 100%;
}

.banner-news .news-list .list-group .news-one .bg img {
    object-fit: cover;
}


/* box news */

.box .theme {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.98;
    margin: 15px auto 20px auto;
}

.box .theme div {
    display: inline-block;
    vertical-align: middle;
}

.box .theme .btn-more {
    font-size: 16px;
    line-height: 1.71;
    text-align: right;
    float: right;
}

.box-news {
    width: 100%;
}

.box-news table {
    width: 100%;
    table-layout: fixed;
}

.box-news table tr td {
    height: 300px;
}

.box-news .news-special {
    width: 450px;
}

.box-news .news-special .banner {
    width: 100%;
    height: 300px;
}

.box-news .news-special .banner .flex-control-nav {
    text-align: right;
    bottom: 16px;
    padding-right: 10px;
}

.box-news .news-special .banner .flex-control-nav li {
    margin: 0 6px;
}

.box-news .news-special .title {
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
}

.box-news .news-special .title .value {
    width: 80%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-news .news-list {
    padding-left: 40px;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.box-news .news-list .nav-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-news .news-list .nav-title div {
    display: inline-block;
    vertical-align: middle;
}

.box-news .news-list .nav-title .line-col {
    width: 1px;
    height: 12px;
    background-color: #666666;
    margin-left: 20px;
}

.box-news .news-list .nav-title .nav-btn.active {
    color: #C1272D;
}

.box-news .news-list .nav-title .nav-btn:not(:last-child) {
    margin-right: 20px;
}

.box-news .news-list .nav-title .nav-btn:last-child .line-col {
    display: none;
}

.box-news .news-list {
    width: 100%;
    height: 100%;
    position: relative;
}

.box-news .news-list .list {
    width: calc(100% - 40px);
    font-size: 14px;
	display:none;
}
.box-news .news-list .list.active{
	display:block;
}


.box-news .news-list .list li {
    width: 100%;
    cursor: pointer;
}

.box-news .news-list .list li:not(:last-child) {
    margin-bottom: 6px;
}

.box-news .news-list .list li div {
    display: inline-block;
    vertical-align: middle;
}

.box-news .news-list .list li .title {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-news .news-list .list li .date {
    color: #d9d9d9;
    position: absolute;
    right: 0;
}

.box-news .news-list .list li:hover * {
    color: #C1272D;
}


/* page theme */

.page-theme {
    width: 100%;
    background-color: #8CC63F;
    padding: 60px;
    margin: 10px auto;
}

.page-theme .ic {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.page-theme .info {
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.page-theme .info .h2 {
    font-size: 18px;
    margin-top: 10px;
}


/* page info */

.page-info {
    width: 100%;
    padding: 30px 60px;
    text-align: center;
    margin: 50px auto;
    font-size: 16px;
}

.page-info .title {
    font-size: 38px;
    font-weight: bold;
}

.page-info .desc {
    line-height: 1.71;
    margin: 20px auto;
    width: 894px;
}

.page-info .btn {
    color: #0071BC;
}


.symbol-media .media-one{
	width:calc((100% - 90px) / 4);
	margin-bottom:30px;
}
.symbol-media .media-one:not(:nth-child(4n)){
	margin-right:30px;
}

.box-news .news-list .list li a .title{
	color:#000;
}
.box-news .news-list .list li a:hover .title{
	color:#C1272D;
}


.news-special .swiper{
	height:100%;
}
.news-special .swiper img{
	object-fit:cover;
	height:100%;
	width:100%;
}

.news-special .swiper-pagination{
	text-align:right;
}
.links a{
	color:#000;
	line-height:1;
}
.links a:hover{
	color:#C1272D;
}
.links a:not(:last-child){
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #ddd;
}


