﻿@charset "utf-8";
/* CSS Document */

.section {
    margin: 60px auto 0px;
    width: 963px;
}
.fl {
    float: left;
}
/* section-3 begin */
.section-3 .title{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.section-3 .title a{
	color: #333333;
	text-decoration: none;
}
.section-3 .note{
	color: #737373;
	font-size: 16px;
	line-height: 28px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}
/* section-3 end */

/* section-11 begin*/
.section-11 {
	margin-top: 30px;
	margin-bottom: 25px;
	width: 963px;
	position: relative;
}
.section-11 .swiper-container-xctj{
	width: 963px;
	height: 520px;
	margin-left:0;
}
.section-11 .pic img {
	display: block;
	width: 963px;
	height: 520px;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0px 125px 0px 20px;
	line-height: 28px;
	/*height: 90px;*/
	padding-top: 16px;
	box-sizing: border-box;
	margin-bottom:0;
	padding-bottom: 10px;
}
.section-11 .title a {
	color: #fff;
	font-size: 18px;
}
.section-11 .title .note {
	color: #fff;
	font-size: 16px;
}
.section-11 .swiper-pagination{
	bottom: 15px;
	right: 20px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-11 .swiper-pagination-fraction {
	bottom: 25px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 60px;
}
.section-11 .swiper-button-prev {
	left: 30px;
	top: 45%;
}
.section-11 .swiper-button-next {
	right: 30px;
	top: 45%;
}
/* .section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
} */
.section-11 .section-list{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;

}
.section-11 .focus{
	position: absolute;
	top: 50px;
	right: -135px;
	z-index: 2;
}
.section-11 .section-list .mod-topics{
	border-bottom: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-11 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-11 .section-list .item_div{
	width: 580px;
	float: left;
	margin-left: 40px;
}
.section-11 .section-list .item_div:nth-child(1){
	margin-left: 0;
}
.section-11 .section-list .topic a:hover{
	color: #1381f2;
}
.section-11 .section-list .item-list div.fl{
	padding-left: 0;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 460px;
}
.section-11 .section-list .item-list div.fl:nth-child(2){
	margin-left: 40px;
}
.section-11 .section-list .item-list div.fl a{
	display: block;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .item-list div.fl a:hover{
	color: #00a0e9;
}
.section-11 .section-list .item-list div.fl .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
.section-11 .section-list .item-list div.fl .topic a{
	color: #333;
	font-weight: bold;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-11 .section-list .item-list div.fl .topic a:hover{
	color: #00a0e9;
}
.section-11 .section-list .item-list ul{
	padding-top: 10px;
}
.section-11 .section-list .item-list ul li{
	line-height: 34px;
	position: relative;
	padding-left: 15px;
	width: 460px;
	margin-left: 40px;
	box-sizing: border-box;
}
.section-11 .section-list .item-list ul li:nth-child(2n+1){
	margin-left: 0;
}
.section-11 .section-list .item-list ul li .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}


.section-11 .section-list .item-list ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #666666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.section-11>.more{
	margin-top: 30px;
}
.section-11>.more a{
	width: 145px;
	height: 45px;
	border: solid 1px #dcdcdc;
	border-radius: 23px;
	text-align: center;
	line-height: 45px;
	margin-top: 30px;
	color: #2e548c;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: block;
	margin: 0 auto;
}
.section-11>.more a:hover{
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
}
.section-11 .section-list .item-list ul li a{
	display: block;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .item-list ul li a:hover{
	color: #00a0e9;
}
/* section-11 end*/

/* section-25 begin*/
.sec_main{
	margin-top: 55px;
}
.sec_main ul li{
	width: 187px;
	height: 400px;
	margin-left: 3px;
	position: relative;
	overflow: hidden;
}
.sec_main ul li:nth-child(1){
	margin-left: 0;
}
.sec_main ul li:nth-child(2n){
	position: relative;
	top: -16px;
}
.sec_main ul li:nth-child(2n) .title{
	background: #4978bc;
	
}
.sec_main ul li:hover .title{
	opacity: 0;
	bottom: -50px;
}
.sec_main ul li .media{
	width: 187px;
	height: 400px;
	overflow: hidden;
}
.sec_main ul li .media img{
	width: 187px;
	height: 400px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sec_main ul li .title{
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	background: #295aa5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-indent: 1em;
	margin-bottom:0;
}
.sec_main ul li .title a{
	color: #fff;
    font-size: 14px;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 0 8px;
    text-indent: 0;
}
.item_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 23px;
	background:rgba(41,90,165,.7);
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
}
.item_div:hover{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
/* section-25 end*/
.top{
	height: 375px;
}

.comTit{
	background:url(http://www.newsimg.cn/travel/rhcxltzb20190103/img/lm2.png) no-repeat;
	height: 80px;
}
.wxx h2{
	background: #4d14c2;
	width: 320px;
}
.footer{
	background:linear-gradient(to bottom, #8d3bff 0%, #8733ff 33%, #4d15bf 66%, #351080 100%);
}