/* ---- 幻灯片 Style ---- */
.main_swiper {
	float: left;
	width: 59.25%;
	position: relative;
}
.main_swiper .swiper-slide p {
	min-height: 36px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 7px 120px 7px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 22px;
	font-size: 15px;
	color: #fff;
}
.main_swiper .pagination {
	position: absolute;
	right: 10px;
	text-align: right;
	bottom: 10px;
	z-index: 8;
}
.main_swiper .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	overflow: hidden;
}
.main_swiper .swiper-active-switch {
	background: #3180c1;
}
@media (max-width:1220px) {
.main_swiper {
	margin-left: 10px;
}
}
@media (max-width:768px) {
.main_swiper {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 12px;
}
.main_swiper .swiper-slide p {
	min-height: 30px;
	padding: 6px 50px 6px 10px;
	line-height: 18px;
	font-size: 12px;
}
.main_swiper .pagination {
	right: 0px;
	bottom: 6px;
}
.main_swiper .swiper-pagination-switch {
	width: 6px;
	height: 6px;
	margin: 0 2px;
}
}
/* ---- 首屏右侧 Style ---- */
.top_right {
	width: 37.5%;
	float: right;
}
.mainNews {
	margin-bottom: 22px;
}
.mainNews li {
	height: 27px;
	margin-bottom: 9px;
	line-height: 27px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mainNews li img {
	margin-right: 9px;
}
.topicList {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	background: url(http://ytdxs.jiaodong.net/images/topicList_bg.gif) repeat-x;
	background-size: auto 100%;
	padding: 25px 0;
}
.topicList li {
	position: relative;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 54px;
	font-size: 18px;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.topicList li:last-child {
	margin-bottom: 0px;
}
.topicList li span {
	position: absolute;
	height: 22px;
	left: 0px;
	top: 0px;
	width: 46px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	background: #6f8bd2;
}
.topicList li span.deep_blue {
	background: #145ced;
}
.topicList li span.blue {
	background: #6f8bd2;
}
.topicList li span.green {
	background: #70b362;
}
@media (max-width:1220px) {
.top_right {
	width: 36%;
	margin-right: 10px;
}
.mainNews li {
	font-size: 15px;
}
.mainNews li img {
	margin-right: 6px;
}
.topicList li {
	padding: 0 0 0 42px;
	font-size: 16px;
}
.topicList li span {
	width: 36px;
	font-size: 14px;
}
}
@media (max-width:768px) {
.top_right {
	width: 100%;
	margin-right: 0px;
	padding: 0 10px;
}
.mainNews {
	margin-bottom: 10px;
}
.mainNews li {
	height: auto;
	min-height: 28px;
	margin-bottom: 0px;
	padding: 4px 0;
	line-height: 20px;
	font-size: 15px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
.mainNews li img {
	margin-right: 5px;
}
.topicList {
	padding: 10px 0;
}
.topicList li {
	position: relative;
	min-height: 20px;
	height: auto;
	line-height: 20px;
	padding: 0 0 0 38px;
	font-size: 15px;
	margin-bottom: 8px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
.topicList li:last-child {
	margin-bottom: 0px;
}
.topicList li span {
	height: 20px;
	width: 32px;
	line-height: 20px;
	font-size: 12px;
}
}

/* ---- 视频播报 Style ---- */
.videoBox {
	width: 59.25%;
	float: left;
}
.videoList {
	overflow: hidden;
}
.videoList li {
	width: 31.7%;
	margin-right: 2.45%;
	position: relative;
	overflow: hidden;
	float: left;
}
.videoList li:last-child {
	margin-right: 0px;
}
.videoList li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.videoList li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.videoList li p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	min-height: 30px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
@media (max-width:1220px) {
.videoList li p {
	min-height: 22px;
	line-height: 16px;
	padding: 2px 8px;
	font-size: 12px;
}
}
@media (max-width:768px) {
.videoBox {
	width: 100%;
	margin-bottom: 15px;
}
.videoList li {
	width: 49%;
	margin-right: 2%;
}
.videoList li:last-child {
	display: none;
}
.videoList li:nth-child(2n) {
	margin-right: 0%;
}
.videoList li p {
	min-height: 22px;
	line-height: 16px;
	padding: 3px 6px;
	font-size: 12px;
}
}
/* ---- 栏目新闻列表 Style ---- */
.columnList {
	width: 37.5%;
	padding-top: 2px;
	float: right;
}
.columnList li {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.columnList li a.name {
	color: #015cb9;
	margin-bottom: 10px;
}
@media (max-width:1220px) {
.columnList li {
	font-size: 16px;
}
}
@media (max-width:768px) {
.columnList {
	width: 100%;
	padding-top: 0px;
}
.columnList li {
	height: auto;
	min-height: 30px;
	line-height: 20px;
	font-size: 15px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
	padding: 5px 0;
}
.columnList li a.name {
	color: #015cb9;
	margin-bottom: 10px;
}
}
/* ---- 校园活动 Style ---- */
.campusBox {
	margin-top: 50px;
	border: 2px solid #eb1d25;
	padding: 50px 20px 20px;
	position: relative;
}
.campusBox h1 {
	position: absolute;
	top: -28px;
	left: 20px;
	height: 55px;
	background: #fff;
	z-index: 1;
}
.campusBox h1 img {
	width: auto;
	height: 100%;
}
.campusBox h2 {
	position: absolute;
	right: -2px;
	top: -24px;
	height: 48px;
	width: 515px;
	padding-top: 7px;
	line-height: 41px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	background: url(http://ytdxs.jiaodong.net/images/campus_bg.png) no-repeat;
	background-size: 100% 100%;
}
.campusBox h2 a {
	color: #fff;
	margin: 0 7px;
}
.campusBox_left {
	width: 66.6%;
	float: left;
}
.campusBox_left h3.title {
	height: 36px;
	line-height: 36px;
	font-size: 32px;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.campusBox_left h3.title a {
	color: #cc0000;
}
.campusBox_left .pic {
	width: 31.16%;
	height: 160px;
	overflow: hidden;
	float: left;
}
.campusBox_left .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.campusBox_left .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.campusBox_left ul {
	width: 64.5%;
	float: right;
}
.campusBox_left ul li {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.campusBox_left ul li:first-child {
	font-size: 20px;
}
.campusBox_right {
	width: 28.55%;
	float: right;
}
.campusBox_right .piclist {
	overflow: hidden;
	margin-bottom: 16px;
}
.campusBox_right .piclist li {
	width: 47%;
	float: left;
	height: 95px;
	overflow: hidden;
}
.campusBox_right .piclist li:nth-child(2n) {
	float: right;
}
.campusBox_right .piclist li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.campusBox_right .piclist li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.campusBox_right .nlist {
}
.campusBox_right .nlist li {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1220px) {
.campusBox {
	margin-top: 40px;
	padding: 40px 16px 16px;
}
.campusBox h1 {
	top: -21px;
	left: 16px;
	height: 42px;
}
.campusBox h2 {
	right: -2px;
	top: -18px;
	height: 36px;
	width: 386px;
	padding-top: 5px;
	line-height: 31px;
	font-size: 12px;
}
.campusBox h2 a {
	margin: 0 5px;
}
.campusBox_left h3.title {
	font-size: 24px;
}
.campusBox_left ul li {
	font-size: 14px;
}
.campusBox_left ul li:first-child {
	font-size: 16px;
}
.campusBox_right .nlist li {
	font-size: 14px;
}
}
@media (max-width:768px) {
.campusBox {
	margin-top: 30px;
	border: 1px solid #eb1d25;
	padding: 30px 10px 10px;
}
.campusBox h1 {
	top: -16px;
	left: 10px;
	height: 32px;
}
.campusBox h2 {
	right: -1px;
	top: -11px;
	height: 22px;
	width: 236px;
	padding-top: 4px;
	line-height: 18px;
	font-size: 11px;
}
.campusBox h2 a {
	margin: 0 3px;
}
.campusBox_left {
	width: 100%;
}
.campusBox_left h3.title {
	height: auto;
	min-height: 30px;
	line-height: 22px;
	font-size: 18px;
	padding: 4px 0;
	margin-bottom: 5px;
	text-align: center;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
.campusBox_left .pic {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.campusBox_left .pic img {
	height: auto;
}
.campusBox_left ul {
	width: 100%;
	margin-bottom: 14px;
}
.campusBox_left ul li {
	height: auto;
	min-height: 26px;
	line-height: 20px;
	padding: 3px 0;
	font-size: 14px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
.campusBox_left ul li:first-child {
	font-size: 16px;
}
.campusBox_right {
	width: 100%;
}
.campusBox_right .piclist {
	margin-bottom: 6px;
}
.campusBox_right .piclist li {
	width: 49%;
	height: auto;
}
.campusBox_right .piclist li img {
	height: auto;
}
.campusBox_right .nlist li {
	height: auto;
	min-height: 24px;
	line-height: 20px;
	padding: 2px 0;
	font-size: 14px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
}
/* ---- tab Style ---- */
.tab_swiper {
	width: 68.25%;
	border-right: 1px solid #ddd;
	padding-right: 2.25%;
	float: left;
}
.hide_tab {
	display: none;
}
.tabHead {
	border: 1px solid #f0f0f0;
	background: #fafafa;
	height: 50px;
	position: relative;
	margin-bottom: 25px;
}
.arrow-left, .arrow-right {
	display: none;
}
.paginationtab {
	position: absolute;
	width: 100%;
	top: -1px;
	height: 50px;
	border-bottom: 2px solid #015cb9;
}
.paginationtab .swiper-pagination-switch {
	width: 15%;
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-left: 5px solid #fafafa;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}
.paginationtab .swiper-pagination-switch:first-child {
	width: 10%;
}
.paginationtab .swiper-active-switch {
	border-left: 5px solid #ff8140;
	background: #015cb9;
	color: #fff;
}
#swiper-tab {
	width: 100%;
}
#swiper-tab .swiper-slide {
	float: left;
	height: 1px;
	overflow: hidden;
}
#swiper-tab .swiper-slide-active {
	height: auto;
}
.newsList {
}
.newsList li {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #f3f3f3;
	overflow: hidden;
}
.newsList li .pic {
	overflow: hidden;
	width: 17.7%;
	float: left;
	margin-right: 2.5%;
}
.newsList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.newsList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsList li h1 {
	min-height: 44px;
	line-height: 24px;
	padding: 8px 0;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}
.newsList li .infor {
	position: relative;
	padding: 0 60px 0 0px;
	line-height: 20px;
	font-size: 14px;
	color: #bbbbbb;
}
.newsList li .infor a.share {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(http://ytdxs.jiaodong.net/images/icon_share.png) center center no-repeat;
}
.newsList li .infor label {
	float: left;
	display: blockl;
	height: 20px;
	width: 45px;
	border: 1px solid #2d6cc2;
	border-radius: 2px;
	text-align: center;
	line-height: 18px;
	margin-right: 7px;
}
.newsList li .infor label a {
	display: block;
	font-size: 14px;
	color: #2d6cc2;
}
.newsList li .infor label a:hover {
	text-decoration: none;
}
.newsList li .infor span {
	display: inline-block;
	margin: 0 7px;
}
.newsList li .infor span.deep {
	color: #888;
}
.loading_btn {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #eee;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.loading_btn img {
	width: auto;
	height: auto;
	margin-right: 20px;
}
@media (max-width:1220px) {
.tabHead {
	margin-bottom: 20px;
}
.paginationtab .swiper-pagination-switch {
	font-size: 16px;
}
.newsList li {
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.newsList li h1 {
	min-height: 44px;
	line-height: 24px;
	padding: 8px 0;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.newsList li .infor {
	font-size: 12px;
}
.newsList li .infor label a {
	font-size: 12px;
}
.newsList li .infor span {
	margin: 0 5px;
}
}
@media (max-width:768px) {
.tab_swiper {
	width: 100%;
	border-right: none;
	padding-right: 0%;
}
}
@media (max-width:630px) {
.tabHead {
	height: 40px;
	margin-bottom: 16px;
}
.paginationtab {
	height: 40px;
}
.paginationtab .swiper-pagination-switch {
	height: 38px;
	line-height: 38px;
	border-left: 3px solid #fafafa;
	font-size: 14px;
}
.paginationtab .swiper-active-switch {
	border-left: 3px solid #ff8140;
}
.newsList li {
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.newsList li .pic {
	width: 18%;
	margin-right: 2%;
}
.newsList li h1 {
	min-height: 32px;
	line-height: 20px;
	padding: 6px 0;
	font-size: 16px;
	margin-bottom: 10px;
}
.newsList li .infor {
	padding: 0 40px 0 0px;
	line-height: 20px;
	font-size: 11px;
}
.newsList li .infor label {
	margin-right: 4px;
}
.newsList li .infor label a {
	font-size: 12px;
}
.newsList li .infor span {
	margin: 0 4px;
}
.loading_btn {
	height: 32px;
	line-height: 30px;
	font-size: 15px;
}
.loading_btn img {
	width: 15px;
	margin-right: 10px;
}
}
@media (max-width:450px) {
.tabHead {
	height: 32px;
	margin-bottom: 12px;
}
.paginationtab {
	height: 32px;
	border-bottom: 2px solid #015cb9;
}
.paginationtab .swiper-pagination-switch {
	width: 25%;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-left: 2px solid #fafafa;
	font-size: 14px;
	color: #333;
	display: none;
}
.paginationtab .swiper-pagination-switch:first-child {
	width: 25%;
}
.paginationtab .swiper-active-switch {
	border-left: 2px solid #ff8140;
	background: #015cb9;
	color: #fff;
	display: block;
}
.arrow-left, .arrow-right {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 5px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
	z-index: 9;
}
.arrow-left {
	background: url(http://ytdxs.jiaodong.net/images/arrow_left.png) center center no-repeat;
	background-size: auto 60%;
	right: 30px;
}
.arrow-right {
	background: url(http://ytdxs.jiaodong.net/images/arrow_right.png) center center no-repeat;
	background-size: auto 60%;
	right: 5px;
}
.newsList li .pic {
	width: 25%;
	margin-right: 2%;
	margin-bottom: 5px;
}
}
/* ---- mainRight Style ---- */
.mainRight {
	width: 29.25%;
	float: right;
}
@media (max-width:768px) {
.mainRight {
	display: none;
}
}
