/* ---- 补充公共样式 ---- */
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 36px;
}
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.container_nop {
	max-width: 1200px;
	margin: 0 auto;
}
.mb24 {
	margin-bottom: 24px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
@media screen and (max-width:768px) {
.mb24 {
	margin-bottom: 14px;
}
.mb30 {
	margin-bottom: 16px;
}
.mb60 {
	margin-bottom: 25px;
}
}
/* ---- 头部适配补充 ---- */

#systop .systop {
	width: auto;
	max-width: 1220px;
	padding: 0 10px;
}
#sysmenu {
	right: 10px;
}
#sysmenu li.net a {
	width: 60px;
}
#syschannel {
	width: auto;
	max-width: 1200px;
}
#syschannel ul {
	width: 100%;
}
@media screen and (max-width:1200px) {
#systop, #syssp, #sysfoot p {
	display: block;
}
#syschannel li {
	font-size: 12px;
	margin: 6px 0;
}
#syschannel li a {
	margin: 0 8px;
}
}
@media screen and (max-width:800px) {
#systop, #syssp, #sysfoot p {
	display: block;
}
}
@media screen and (max-width:768px) {
#systop {
	background-size: auto 100%;
}
#sysmenu {
	display: none;
}
#systop .sysnet li {
	padding: 0 10px 2px 0;
	font-size: 11px;
}
#syschannel {
	display: none;
}
}
/* ---- 广告 ---- */
.adsBox {
	width: 100%;
	margin: 10px 0 20px;
}
.adsBox img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:1000px) {
.adsBox {
	margin: 0px 0 10px;
}
}
@media screen and (max-width:768px) {
.adsBox {
	display: none;
}
}
/* ---- logo & 搜索 ---- */
.logoBox {
	height: 52px;
	margin-bottom: 20px;
	position: relative;
}
.logoBox .logo_jiaodong {
	float: left;
	height: 100%;
	width: auto;
	margin-right: 1.25%;
}
.logoBox .logo_self {
	float: left;
	height: 100%;
	width: auto;
	margin-right: 2.5%;
}
.logoBox .slogan {
	float: left;
	width: auto;
	height: 100%;
}
.searchBox {
	position: relative;
	width: 24.25%;
	height: 34px;
	float: right;
	margin-top: 10px;
	margin-left: 3.25%;
	padding: 0 70px 0 0;
}
.searchBox .text_input {
	width: 100%;
	height: 34px;
	border: 2px solid #9da8ba;
	border-right: none;
	font-size: 12px;
	color: #333;
	background: #FFF;
	outline: none;
	padding: 0 5px;
}
.searchBox .submit_btn {
	width: 70px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	color: #fff;
	background: #015cb9;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}
.qrcodeBox {
	position: relative;
	float: right;
	height: 18px;
	line-height: 18px;
	margin-top: 19px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.qrcodeBox img {
	height: 100%;
	width: auto;
	margin-left: 10px;
	vertical-align: top;
}
.qrcodeBox img.qrcode {
	display: none;
	position: absolute;
	right: -10px;
	top: 100%;
	margin-left: 0px;
	height: auto;
	width: 200%;
}
.qrcodeBox:hover img.qrcode {
	display: block;
}
.menu-btn {
	display: none;
}
@media screen and (max-width:1220px) {
.logoBox .logo_jiaodong {
	margin-left: 10px;
}
.searchBox {
	margin-right: 10px;
}
}
@media screen and (max-width:1000px) {
.logoBox {
	height: 44px;
	margin-bottom: 15px;
}
.searchBox {
	height: 30px;
	margin-top: 8px;
	padding: 0 48px 0 0;
	margin-left: 2%;
}
.searchBox .text_input {
	height: 30px;
	border: 1px solid #9da8ba;
	font-size: 12px;
}
.searchBox .submit_btn {
	width: 48px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.qrcodeBox {
	position: relative;
	float: right;
	height: 18px;
	line-height: 18px;
	margin-top: 15px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.qrcodeBox img {
	height: 100%;
	width: auto;
	margin-left: 10px;
	vertical-align: top;
}
.qrcodeBox img.qrcode {
	display: none;
	position: absolute;
	right: -10px;
	top: 100%;
	margin-left: 0px;
	height: auto;
	width: 200%;
}
.qrcodeBox:hover img.qrcode {
	display: block;
}
}
@media screen and (max-width:768px) {
.logoBox {
	height: 34px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logoBox .logo_jiaodong {
	margin-right: 2.5%;
}
.logoBox .logo_self {
	margin-right: 0%;
}
.logoBox .slogan {
	display: none;
}
.searchBox {
	display: none;
}
.qrcodeBox {
	display: none;
}
.menu-btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -14px;
	cursor: pointer;
	color: #fff;
	padding: 5px 0 0 4px;
	border: 2px solid #015cb9;
	border-radius: 4px;
	width: 28px;
	height: 28px;
	z-index: 9999;
}
menu-btn span.m, .menu-btn span.n, .menu-btn span.u {
	font-size: 12px;
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
	letter-spacing: 4px;
}
.menu-btn span.e {
	display: inline-block;
	height: 20px;
	width: 20px;
}
.menu-btn span.e span.bar {
	-webkit-transition: 250ms;
	transition: 250ms;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 4px;
	border-bottom: 2px solid #015cb9;
	width: 16px;
	height: 2px;
}
.menu-btn span.e span.bar:nth-child(2) {
	margin: 4px 0;
}
}
/* ---- 菜单 ---- */
.menu_coat {
	border-top: 3px solid #ff8140;
	background: #015cb9;
	width: 100%;
}
.menu {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.menu li {
	float: left;
	width: 10%;
	height: 47px;
}
.menu li a {
	display: block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.menu li a:hover {
	text-decoration: none;
	background: #ff8140;
}
@media screen and (max-width:1200px) {
.menu li a {
	font-size: 16px;
}
}
@media screen and (max-width:768px) {
.menu_coat {
	display: none;
	border-top: 2px solid #ff8140;
}
.menu li {
	width: 25%;
	height: 32px;
}
.menu li a {
	height: 32px;
	line-height: 32px;
	font-size: 15px;
}
}
/* ---- swiper Style ---- */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
/* ---- 首页标题 Style ---- */
.indexHead {
	height: 50px;
	border-bottom: 2px solid #dddddd;
	position: relative;
	margin-bottom: 25px;
}
.indexHead h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	line-height: 48px;
	border-bottom: 2px solid #ff8140;
	font-size: 22px;
	color: #015cb9;
}
.indexHead h1 span {
	font-size: 12px;
	color: #ff8140;
	margin-left: 10px;
}
.indexHead p {
	position: absolute;
	right: 0px;
	top: 8px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.indexHead p a {
	color: #666;
	margin: 0 6px;
}
.indexHead a.more {
	position: absolute;
	right: 0px;
	top: 8px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
@media (max-width:1220px) {
.indexHead p {
	font-size: 12px;
}
.indexHead p a {
	color: #666;
	margin: 0 3px;
}
}
@media (max-width:768px) {
.indexHead {
	height: 38px;
	margin-bottom: 12px;
}
.indexHead h1 {
	height: 38px;
	line-height: 36px;
	font-size: 18px;
}
.indexHead h1 span {
	font-size: 11px;
	margin-left: 6px;
}
.indexHead p {
	display: none;
}
.indexHead a.more {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #666;
}
}
/* ---- 副菜单 ---- */
.viceMenu_coat {
	background: #ecf4fd;
	width: 100%;
	margin-bottom: 30px;
}
.viceMenu {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.viceMenu li {
	float: left;
	width: 10%;
	height: 50px;
}
.viceMenu li a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.viceMenu li a i {
	position: absolute;
	top: 4px;
	display: inline-block;
	height: 12px;
	width: 20px;
}
.viceMenu li a i.hot {
	background: url(http://ytdxs.jiaodong.net/images/icon_hot.png) no-repeat;
}
@media screen and (max-width:1200px) {
.viceMenu_coat {
	margin-bottom: 20px;
}
.viceMenu li {
	height: 40px;
}
.viceMenu li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
}
@media screen and (max-width:768px) {
.viceMenu_coat {
	display: none;
}
}
/* ---- 党团榜样 Style ---- */
.right_swiper {
	width: 100%;
	position: relative;
	margin-bottom:15px;
}
.right_swiper .swiper-slide p {
	min-height: 36px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 7px 10px 7px 10px;
	background: rgba(0,0,0,0.83);
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	text-align:center;
}
.right_swiper .pagination_right {
	text-align: center;
	z-index: 8;
	height:10px;
}
.right_swiper .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #cdcdcd;
	margin: 0 5px;
	cursor: pointer;
	overflow: hidden;
}
.right_swiper .swiper-active-switch {
	background: #3180c1;
}
#swiper-right{
	margin-bottom:15px;}
.eaxmpleList{
	margin-bottom:30px;}
.eaxmpleList li{
	min-height:30px;
	line-height:20px;
	padding:5px 0 5px 13px;
	background:url(http://ytdxs.jiaodong.net/images/point.gif) left 13px no-repeat;
	font-size:16px;
	color:#333;}
/* ---- 访谈拍客 Style ---- */
.interviewList{
	margin-bottom:40px;}
.interviewList li{
	margin-bottom:20px;}
.interviewList li .pic{
	width:30%;
	height:70px;
	margin-right:4%;
	overflow:hidden;
	float:left;}
.interviewList 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;
}
.interviewList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.interviewList li h1{
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom:4px;}
.interviewList li p{
	height:44px;
	line-height:22px;
	overflow:hidden;
	font-size:12px;
	color:#666;}
.interviewList li p a{
	color:#666;}
/* ---- 广告 ---- */
.rightads{
	width:100%;
	margin:0px 0 30px;}
.rightads li{
	margin:0px 0 10px;}
.rightads img{
	width:100%;
	height:auto;}
/* ---- 男神女神排行榜 ---- */
.pringking li{
	min-height:20px;
	margin-bottom:12px;
	padding:0 0 0 40px;
	line-height:20px;
	position:relative;
	overflow:hidden;}
	
.pringking li i{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-10px;
	height:20px;
	width:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#f15d5d;
	font-style:normal;}

.pringking li .pic{
	width:56px;
	height:56px;
	overflow:hidden;
	border-radius:100%;
	float:left;
	margin-right:10px;}
.pringking 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;
}
.pringking li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.pringking li a.name{
	display:inline-block;
	color:#333;
	margin-right:15px;
	font-size:14px;}
.pringking li span{
	display:inline-block;
	color:#666;
	font-size:12px;}
/* ---- 友情链接 ---- */
.friendship_coat {
	border-top: 3px solid #fe813f;
	background: #005cbb;
	padding: 30px 0 50px;
}
.friendship {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.theQrcode {
	width: 17.75%;
	float: right;
}
.theQrcode p {
	height: 58px;
	line-height: 24px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-bottom:11px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.theQrcode img{
	display:block;
	width:120px;
	height:120px;
	margin:0 auto;
	max-width:100%;
	border:5px solid #014aab;
}
.friendship_tab{
	float:left;
	width:80.25%;}
.friendship_tabhead{
	height:61px;
	border-bottom:1px solid #3d91e7;
	position:relative;
	margin-bottom:18px;}
.friendship_tabhead ul{
	height:61px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;}
.friendship_tabhead ul li{
	float:left;
	height:61px;
	line-height:58px;
	font-size:22px;
	color:#fff;
	margin-right:5.7%;
	padding-bottom:3px;
	cursor:pointer;}
.friendship_tabhead ul li.hover{
	padding-bottom:0px;
	border-bottom:3px solid #ff8140;}
.friendship_tabcon .linker{
	overflow:hidden;}
.friendship_tabcon .linker li{
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#ffffff;
	float:left;
	margin-right:5.8%;}
.friendship_tabcon .linker li a{
	color:#fff;}
@media screen and (max-width:1220px) {
.friendship_coat {
	padding: 20px 0 30px;
}

.theQrcode p {
	font-size: 18px;
}
.friendship_tabhead ul li{
	font-size:18px;}
}
@media screen and (max-width:768px) {
.friendship_coat {
	border-top: 2px solid #fe813f;
	padding: 15px 0 20px;
}
.theQrcode {
	width: 100%;
}
.theQrcode p {
	height: 32px;
	line-height: 16px;
	font-size: 15px;
	margin-bottom:6px;
}
.friendship_tab{
	width:100%;
	margin-bottom:12px;}
.friendship_tabhead{
	height:32px;
	margin-bottom:8px;}
.friendship_tabhead ul{
	height:32px;}
.friendship_tabhead ul li{
	float:left;
	height:32px;
	line-height:30px;
	font-size:15px;
	margin-right:5.7%;
	padding-bottom:2px;}
.friendship_tabhead ul li.hover{
	padding-bottom:0px;
	border-bottom:2px solid #ff8140;}

.friendship_tabcon .linker li{
	height:24px;
	line-height:24px;
	font-size:12px;
	margin-right:5.8%;}
.friendship_tabcon .linker li a{
	color:#fff;}
}
/* ---- 脚部适配补充 ---- */
#sysfoot {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sysfoot .sysfoot {
	max-width: 1220px;
	padding: 0 10px;
	width: auto;
}
#sysfoot .sysfoot p {
	right: 10px;
}
@media screen and (max-width:1200px) {
#sysfoot .sysfoot p a {
	font-size: 12px;
	padding: 0 0 0 16px;
}
}
@media screen and (max-width:800px) {
#sysfoot .sysfoot {
	text-align: left;
}
}
@media screen and (max-width:768px) {
#sysfoot .sysfoot {
	text-align: center;
}
#sysfoot .sysfoot p {
	display: none;
}
}

/* ---- 侧边二维码 Style ---- */
.sidebar {
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0.4;
	width: 40px;
	padding: 0px;
	margin: 100px 0 0 610px;
	box-sizing: content-box;
	transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	list-style: none;
	z-index:11;
}
.sidebar * {
	box-sizing: content-box;
}
.sidebar:hover {
	opacity: 1;
}
.sidebar>li {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 0 8px;
}
.sidebar>li:last-child {
	margin: 0px;
}
.sidebar>li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	cursor: pointer;
}
.sidebar>li a:hover {
	text-decoration: none;
	background: #ddd;
}
.sidebar>li a#sidetop {
	background: #003d86;
}

}
@media (max-width:1350px) {
.sidebar {
	top: 50%;
	left: auto;
	opacity: 0.4;
	padding: 0px;
	right: 10px;
	margin: 100px 0px 0 0;
}
}
@media (max-width:768px) {
.sidebar {
	top: auto;
	width: 30px;
	left: auto;
	opacity: 0.4;
	padding: 0px;
	right: 6px;
	bottom: 10%;
	opacity:0.7;
}
.sidebar>li {
	width: 30px;
	height: 30px;
}
.sidebar>li:last-child {
	margin: 0px;
}
.sidebar>li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.sidebar>li a img{
	width:100%;
	height:100%;}
.sidebar>li a#sidetop img{
	width:50%;
	height:auto;}
}