.conWrap{
	width: 1200px;
	min-height: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}
.conWrapLeft{
	width: calc(100% - 247px);
}
.conWrapLeft .conWrapLeftTitile{
	width: 100%;
	height: 66px;
	border-bottom: 4px solid #dabc7c;
	top: -66px;
	left: 0;
}
.conWrapLeft .conWrapLeftTitile h3{
	color: #000;
	font-size: 36px;
	font-family: '楷体';
	font-weight: 500;
	line-height: 66px;
}
.conWrapLeft .conWrapLeftTitile h3:before{
	content: '';
	width:27px;
	height:34px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 8px;
}
.conWrapLeftTitileNews h3:before{
	background:url(../images/icon_news.png) no-repeat;
}
.conWrapLeftTitileVideoAudio h3:before{
	background:url(../images/sprite.png) -49px 0 no-repeat;
}
.conWrapLeftTitileGameData h3:before{
	background:url(../images/sprite.png) -80px 0 no-repeat;
}
.conWrapLeftTitileGameStrategy h3:before{
	background:url(../images/sprite.png) -49px -36px no-repeat;
}
.conWrapLeft .conWrapLeftTitile p{
	width: 366px;
	height: 57px;
	color: #797979;
	font-size: 16px;
	line-height: 57px;
	text-align: right;
	top: 9px;
	right: -247px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.conWrapLeft .conWrapLeftTitile p a{
	color: #797979;
}
.conWrapLeft .conWrapLeftNewsTab{
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid #dadcdf;
}
.conWrapLeft .conWrapLeftNewsTab a{
	min-width: 50px;
	padding: 0 30px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #595959;
	font-size: 20px;
	margin: 37px 0;
	transition: all .3s;
}
.conWrapLeft .conWrapLeftDatasTab a{
	font-size: 18px;
}
.conWrapLeft .conWrapLeftNewsTab a:before{
	content: '';
	width: 1px;
	height: 22px;
	background: #dadcdf;
	position: absolute;
	top: 0;
	right: 0;
}
.conWrapLeft .conWrapLeftNewsTab a:last-child:before{
	display: none;
}
.conWrapLeft .conWrapLeftNewsTab a.active,
.conWrapLeft .conWrapLeftNewsTab a:hover,
.conWrapColleaguesTab a.active,
.conWrapColleaguesTab a:hover,
.conWrapColleaguesList a:hover span,
.gamesIntroduceList .gamesIntroduceListContent a:hover{
	color: #1ca5b9;
}
.conWrapLeftNewsList{
	font-size: 0;
}
.conWrapLeftNewsList a{
	width: 100%;
	height: 52px;
	background: #fff;
	border-bottom: 1px solid #dadcdf;
	display: block;
	transition: all .3s;
}
.conWrapLeftNewsList a:hover{
	background: #f8f8f9;
}
.conWrapLeftNewsList a dfn{
	width: 72px;
	height: 27px;
	background: #fff;
	border: 1px solid #cccfd1;
	border-radius: 15px;
	text-align: center;
	line-height: 27px;
	color: #797979;
	font-size: 16px;
	margin: 0 48px 0 16px;
}
.conWrapLeftNewsList a span{
	width: calc(100% - 138px - 187px);
	height: 52px;
	line-height: 52px;
	color: #797979;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.conWrapLeftNewsList a em{
	width: 187px;
	height: 52px;
	line-height: 52px;
	color: #797979;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.conWrapLeftNewsList a i{
	width: 95%;
	height: 52px;
	line-height: 52px;
	color: #797979;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 2.5%;
}
.conWrapLeftNewsTitle{
	height: 96px;
	border-bottom: 1px solid #dadcdf;
	overflow: hidden;
}
.conWrapLeftNewsTitle h4{
	width: 94%;
	color: #000;
	font-size: 24px;
	line-height: 36px;
	margin: 18px auto 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.conWrapLeftNewsTitle p{
	width: 94%;
	color: #797979;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
}
.conWrapLeftNewsContent{
	width: 88%;
	margin: 0 auto;
	padding: 30px 0;
}
.conWrapLeftNewsContent img{
	max-width: 100%!important;
}
.conWrapColleaguesTab{
	width: 92%;
	font-size: 0;
	text-align: center;
	height: 42px;
	background: #f3f6f9;
	margin: 20px auto;
	overflow: hidden;
}
.conWrapColleaguesTab a{
	display: inline-block;
	height: auto;
	line-height: 42px;
	color: #595959;
	font-size: 16px;
	position: relative;
	transition: all .3s;
}
.conWrapColleaguesTab a:before{
	content: '';
	width: 1px;
	height: 42px;
	background: #e5e7e9;
	position: absolute;
	top: 0;
	right: 0;
}
.conWrapColleaguesTab a:last-child:before{
	display: none;
}
.conWrapColleaguesList{
	width: 92%;
	font-size: 0;
	margin: 0 auto;
}
.conWrapColleaguesList a{
	width: 278px;
	height: 198px;
	display: inline-block;
	margin-right: 20.5px;
	margin-bottom: 20px;
}
.conWrapColleaguesList a:nth-child(3n){
	margin-right: 0;
}
.conWrapColleaguesList a i{
	width: 278px;
	height: 162px;
	display: block;
	overflow: hidden;
	position: relative;
}
.conWrapColleaguesList a.conWrapColleaguesListMovie i:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.conWrapColleaguesList a.conWrapColleaguesListMovie i:after{
	content: '';
    width: 41px;
    height: 41px;
    background: url(../images/btnVideo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20.5px 0 0 -20.5px;
    z-index: 2;
}
.conWrapColleaguesList a i img{
	width: 278px;
	height: 162px;
	display: block;
	transition: all .3s;
}
.conWrapColleaguesList a:hover i img{
	transform: scale(1.15);
}
.conWrapColleaguesList a span{
	width: 100%;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #727272;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.conWrapLeftGamesPicture{
	font-size: 0;
	text-align: center;
}
.conWrapLeftGamesPicture a{
	width: 218px;
	display: inline-block;
	margin: 24px 5px 0;
	transition: all .3s;
}
.conWrapLeftGamesPicture a:hover{
	transform: translate(-5px,-5px) scale(.95);
}
.gamesIntroduce{
	width: 93%;
	margin: 30px auto 0;
}
.gamesIntroduce h3{
	width: 100%;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #e5e5e5;
	color: #595959;
	font-size: 20px;
	font-weight: 500;
	text-indent: 6px;
}
.gamesIntroduceList{
	font-size: 0;
	margin-top: 28px;
}
.gamesIntroduceList .gamesIntroduceListTitle{
	width: 93px;
	height: 30px;
	display: inline-block;
	background: #dabc7c;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-right: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gamesIntroduceList .gamesIntroduceListTitle:before{
	content: '';
	width: 91px;
	height: 28px;
	border: 1px solid #dabc7c;
	position: absolute;
	top: 3px;
	right: -3px;
}
.gamesIntroduceList .gamesIntroduceListContent{
	width: calc(100% - 118px);
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.gamesIntroduceList .gamesIntroduceListContent a{
	width: 96px;
	height: 16px;
	display: inline-block;
	margin: 7px 0;
	line-height: 16px;
	text-align: center;
	color: #5d5d5d;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gamesIntroduceList .gamesIntroduceListContent a:before{
	content: '';
	width: 1px;
	height: 16px;
	background: #bfbfbf;
	position: absolute;
	top: 0;
	right: 0;
}
.conWrapLeftDataTitle h4{
	width: 94%;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin: 35px auto 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #eeeeee;
}
.zlz_table { 
	width: 100%; 
	margin: 0 auto; 
	border: 1px solid #d0ad69; 
	background-color: #f0f0f0; 
	color: #6e6e6e; 
}
.zlz_table tr { 
	border: 1px solid #dabc7c; 
	text-align: center; 
}
.zlz_table th { 
	height: 50px; 
	background-color: #ecd4a4;
    border: 1px solid #ecd4a4;
    color: #a58b59;
	font: 400 18px/50px 'Microsoft Yahei'; 
}
.zlz_table td { 
	padding: 10px 0;
	border: 1px solid #ecd4a4;
    font: 400 16px/27px 'Microsoft Yahei';
    color: #9a8762;
}
.zlz_table td img { 
	display: inline-block; 
	width: 64px; 
	height: 64px; 
	border: 3px solid #496c96; 
}
/*加点模拟器*/
.mnq-con { font: 400 16px/28px 'Microsoft Yahei'; color: #506b8a; background-color: #fdfdfe; }
.mnq-con h3 { height: 70px; text-align: center; font: 400 30px/70px 'Microsoft Yahei'; color: #1a7db0; }
.mnq-box { width: 480px; padding: 10px; margin: 20px auto;     background-color: #dabc7c; border: 1px solid #d0ad69; overflow: hidden; }
.mnq-con .erro { background-color: #faffc6; text-align: center; color: red; font-size: 14px; border: 1px solid #d0ad69; }
.mnq-t { height: 30px; padding: 10px 0; background-color: #fcfcfc; border: 1px solid #d0ad69; }
.mnq-t label { float: left; width: 80px; margin-top: 2px; text-align: right; font: 400 16px/26px 'Microsoft Yahei'; color: #506b8a; }
.mnq-t input { float: left; width: 154px; margin-top: 2px; height: 24px; padding: 0 10px; border: 1px solid #c4c4c4; font: 400 14px/24px 'Microsoft Yahei'; color: #506b8a; }
.mnq-t select { float: left; height: 26px; width: 80px; text-align: center; margin: 2px 10px; border: 1px solid #c4c4c4;}
.mnq-t button { float: left; width: 76px; height: 30px; background-position: -323px -451px; border: none; cursor: pointer; color: #4b6a7b; font: 400 16px/24px 'Microsoft Yahei'; text-align: center; }
.mnq-m { margin-top: 12px; overflow: hidden; }
.calculator { width: 234px; height: auto!important; height: 300px; min-height: 300px; background-color: #eee; border: 1px solid #d0ad69; }
.calculator h4 { height: 38px; border-bottom: 1px solid #d0ad69;background-color: #dabc7c; text-align: center; font: 400 18px/38px 'Microsoft Yahei'; color: #fff; }
.calculator ul { }
.calculator li { height: 28px; margin-top: 12px; }
.calculator li label { float: left; padding: 0 6px 0 14px; font: 400 16px/28px 'Microsoft Yahei'; color: #506b8a; }
.calculator li input { float: left; width: 80px; height: 26px; padding: 0 5px; border: 1px solid #c4c4c4; font: 400 14px/24px 'Microsoft Yahei'; color: #506b8a; }
.calculator li a { float: left; width: 26px; height: 26px; margin-left: 6px; }
.calculator li a.jia { background-position: -373px -247px; }
.calculator li a.jian { background-position: -401px -247px; }
.calculator p { padding: 10px 0 0 14px; }
.mnq-m .btns { padding: 10px 0; text-align: center; clear: both; }
.mnq-m .btns button { display: inline-block; width: 76px; height: 30px; margin: 0 4px; border: none; cursor: pointer; font: 400 16px/28px 'Microsoft Yahei'; text-align: center; }
.mnq-m .btns button.js { background-position: -246px -451px; color: #4b6a7b; }
.mnq-m .btns button.cz { background-position: -323px -451px; color: #4b6a7b; }
.mnq-b { border: 1px solid #d0ad69; background-color: #efefef; overflow: hidden; }
.mnq-b h4 { height: 34px; line-height: 34px; text-align: center; background-color: #dabc7c; color: #fff; }
.mnq-b ul { padding: 10px 0; overflow: hidden; }
.mnq-b li { float: left; width: 150px; text-align: center; line-height: 40px; }
/*封魔录*/
.dis-i{display: inline-block;}
.enemy_record{}
.enemy_record .enemy_introduce{position: relative;overflow: hidden;height: 395px;border-bottom: 1px solid #e5e5e5;}
.enemy_record .enemy_introduce img{width: 234px;display: block;margin-top: 50px;}
.enemy_record .enemy_introduce .enemy_introduce_txt{width: 610px;height: auto;position: absolute;top: 80px;right: 20px;}
.enemy_record .enemy_introduce .enemy_introduce_txt h4{font-size: 20px;font-weight:bold;color: #333;line-height: 30px;}
.enemy_record .enemy_introduce .enemy_introduce_txt p{text-indent: 2em;font-size:16px;color: #666;line-height: 33px;margin-top: 10px;}
.enemy_record .enemy_introduce .enemy_introduce_txt p:last-child{text-align: right;margin-top: 20px;}
.punish{height: 165px;overflow: hidden;text-align: center;}
.punish h4{font-size: 24px;font-weight: bold;color: #666;line-height: 50px;margin-top: 48px;}
.punish h4 span{color: #bc4c43;}
.punish p{font-size: 16px;color: #999;line-height: 30px;}
.punish_query{width: 640px;margin: 0 auto;overflow: hidden;}
.punish_query .query_data{height: 86px;font-size: 0;}
.punish_query .query_data span{display: inline-block;vertical-align: middle;}
.punish_query .query_data span:nth-child(1){font-size: 16px;color: #333;line-height: 86px;}
.punish_query .query_data span:nth-child(2),.punish_query .query_data span:nth-child(4){width: 166px;height: 35px;border: 1px solid #999;background: url(//wd.leiting.com/pc/201804/images/enemy_date.png) 140px 50% no-repeat;color: #666;font-size: 16px;line-height:35px;text-indent: 10px;cursor: pointer;}
.punish_query .query_data span:nth-child(3){font-size: 16px;color: #666;line-height: 86px;padding: 0 10px;}
.punish_query .query_data .btn_query{width: 123px;height: 37px;background: #2fc0c7;color: #fff;font-size: 16px;text-align: center;line-height: 37px;vertical-align: middle;transition: all .3s;}
.punish_query .query_data .btn_query::before{position: relative;top: 3px;margin-right: 5px;display:inline-block;content:"";width: 15px;height: 15px;background: url(//wd.leiting.com/pc/201804/images/enemy_search.png) center center no-repeat;background-size: 100% 100%;}
.punish_query .query_data .btn_query:hover{background: #c1dbe9;}
.punish_query .enemy_flow{font-size: 0;text-align: center;border: 1px solid #b8b8b8;}
.punish_query .enemy_flow .enemy_flow_name{}
.punish_query .enemy_flow .enemy_flow_name div{height: 40px;line-height: 40px;background: #c1dbe9;color: #333;font-size: 16px;}
.punish_query .enemy_flow .enemy_flow_name div:nth-child(1),.enemy_flow_data p span:nth-child(1){width: 150px;border-right:1px solid #b8b8b8;}
.punish_query .enemy_flow .enemy_flow_name div:nth-child(2),.enemy_flow_data p span:nth-child(2){width: 305px;border-right:1px solid #b8b8b8;}
.punish_query .enemy_flow .enemy_flow_name div:nth-child(3),.enemy_flow_data p span:nth-child(3){width: 181px;}
.enemy_flow_data p span{height: 40px;line-height: 40px;background: #fff;color: #666;font-size: 16px;border-top:1px solid #b8b8b8;}
.enemy_tip{font-size: 14px;color: #999;line-height: 27px;}
#enemy_page{font-size: 0;text-align: center;margin-top: 50px;}
#enemy_page span{min-width: 7px;height: 37px;line-height: 37px;background: #c1dbe9;color: #fff;font-size: 16px;padding: 0 15px;display: inline-block;margin: 0 7.5px;cursor: pointer;}
#enemy_page span:hover,#enemy_page span.active{background: #2fc0c7;}
.querymask{width: 100%;height: 100%;background: rgba(0,0,0,.8);position: fixed;top: 0;left: 0;z-index: 1000;display: none;}
.querymask p{width: 100%;color: #fff;font-size: 16px;text-align: center;line-height: 30px;position: absolute;top: 50%;margin-top: -15px;left: 0;}
.dotting {display: inline-block; min-width: 6px; min-height: 6px;border-radius: 50%;color: #fff;box-shadow: 6px 0 currentColor, 18px 0 currentColor, 30px 0 currentColor, 42px 0 currentColor, 54px 0 currentColor, 66px 0 currentColor; /* for IE9+, ..., 3个点 */animation: dot 2s infinite step-start both; /* for IE10+, ... */}
.dotting::before { content: ''; }
:root .dotting { margin-right: 8px; }
@keyframes dot {
    15% { box-shadow: none; }
    30% { box-shadow: 6px 0 currentColor; }
    45% { box-shadow: 6px 0 currentColor, 18px 0 currentColor; }
    60% { box-shadow: 6px 0 currentColor, 18px 0 currentColor, 30px 0 currentColor; }
    75% { box-shadow: 6px 0 currentColor, 18px 0 currentColor, 30px 0 currentColor, 42px 0 currentColor; }
    90% { box-shadow: 6px 0 currentColor, 18px 0 currentColor, 30px 0 currentColor, 42px 0 currentColor, 54px 0 currentColor; }
}
.conWrapLeftNewsListResult{
	min-width: 50px;
    padding: 0 30px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #595959;
    font-size: 20px;
    margin: 37px 0;
}
.conWrapLeftNewsListResult span{
	color: #ff0000;
}
.conWrapRight{
	width: 247px;
	height: 700px;
	background: #f3f6f9;
	font-size: 0;
	text-align: center;
}
.conWrapRight .newClothes{
	width: 100%;
	height: 97px;
	background: #dabc7c;
}
.conWrapRight .newClothes .newClothesRecent{
	width: 78px;
	height: 93px;
	background: #d0ad69;
	margin-top: 4px;
}
.conWrapRight .newClothes .newClothesRecent span{
	width: 48px;
	color: #fff;
	font-size: 24px;
	font-family: '楷体';
	line-height: 24px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.conWrapRight .newClothes .newClothesName{
	width: calc(100% - 78px);
	text-align: center;
}
.conWrapRight .newClothes .newClothesName span{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.conWrapRight .newClothes .newClothesName span:nth-child(1){
	width: calc(100% - 6px);
}
.conWrapRight .downCode{
	width: 180px;
	border: 3px solid #fff;
	margin-top: 30px;
}
.conWrapRight .btn{
	width: 167px;
	margin-top: 10px;
	text-indent: -999em;
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
.conWrapRight .btn:hover{
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.conWrapRight .conWrapRightSearch{
	height: 52px;
	border: 1px solid #dde0e2;
	border-left: none;
	border-right: none;
	margin-top: 33px;
}
.conWrapRight .conWrapRightSearch input{
	width: 160px;
	height: 50px;
	background: transparent;
	text-align: center;
	font-size: 16px;
}
.conWrapRight .conWrapRightSearch .btnConSearch{
	width: 22px;
	height: 22px;
	background: url(../images/icon_search.png) no-repeat;
	margin-left: 5px;
	text-indent: -999em;
}
.conWrapRight .conWrapRightCode{
	width: 100%;
	margin-top: 26px;
}
.conWrapRight .conWrapRightCode img{
	width: 186px;
}
.conWrapRight .conWrapRightCode p{
	color: #98999a;
	font-size: 16px;
	line-height: 34px;
}
.conWrapRight .conWrapRightEntrance{
	margin-top: 20px;
}
.conWrapRight .conWrapRightEntrance a{
	width: 86px;
	margin: 15px 15px 0;
}
.conWrapRight .conWrapRightEntrance a img {
    width: 93%;
    display: inline-block;
}
.conWrapRight .conWrapRightEntrance a i {
    width: 120px;
    height: 120px;
    top: -20px;
    left: 50%;
    margin-left: -60px;
    display: none;
}
.conWrapRight .conWrapRightEntrance a:hover i{
	display: block;
}
.conWrapRight .conWrapRightEntrance a i.xl1{
	background: url(//wd.leiting.com/pc/201804/images/vid/2.png) left top no-repeat;
    animation: em1 2s steps(24) infinite;
}
.conWrapRight .conWrapRightEntrance a i.xl2{
	background: url(//wd.leiting.com/pc/201804/images/vid/10.png) left top no-repeat;
    animation: em0 3s steps(36) infinite;
}
.conWrapRight .conWrapRightEntrance a i.xl3{
	width: 100px;
	height: 100px;
	margin-left: -50px;
	top: -11px;
	background: url(//wd.leiting.com/pc/201804/images/vid/11.png) left top no-repeat;
    animation: em3 2.5s steps(60) infinite;
}
@keyframes em0{
	0%{background-position:0 0;}
	100%{background-position:0 -4320px;}
}
@keyframes em1{
	0%{background-position:0 0;}
	100%{background-position:0 -2880px;}
}
@keyframes em3{
	0%{background-position:0 0;}
	100%{background-position:0 -6000px;}
}
.conWrapRight .conWrapRightEntrance a span{
	width: 100%;
	display: inline-block;
	color: #87898a;
	font-size: 16px;
	margin-top: 15px;
}
.conWrapRight .conWrapRightEntrance a:hover span{
	color: #1ea9be;
}
.pages {
	margin: 70px auto; 
	text-align: center;
	font-size: 0;
}
.pages a{
	color: #fff; 
	margin-right: 11px; 
	padding: 0 13px; 
	height: 36px; 
	line-height: 36px; 
	background: #c1dbe9; 
	font-size: 16px; 
	display: inline-block;
}
.pages a.on { 
	background: #08cbe2; 
}
.pages a:hover{ 
	background: #08cbe2; 
}
/**ipad pro**/
@media only screen and (max-width:1199px) and (min-width:992px){
	.conWrap {
	    width: 990px;
	    padding-top: 95px;
	}
	.conWrapLeftNewsTitle h4{
		font-size: 21px;
	}
	.conWrapColleaguesList a{
		margin-left: 31.5px;
		margin-right: 31.5px;
	}
	.conWrapColleaguesList a:nth-child(3n){
		margin-right: 31.5px;
	}
	.conWrapLeft .conWrapLeftNewsTab a {
		padding: 0 25px;
		font-size: 18px;
	}
	.conWrapLeft .conWrapLeftDatasTab a {
    	font-size: 17px;
    	padding: 0 15px;
	}
	.conWrapLeftGamesPicture a{
		width: 170px;
	}
	.enemy_record .enemy_introduce .enemy_introduce_txt{
		width: 470px;
		top: 53px;
	}
}
/**ipad**/
@media only screen and (max-width:991px) and (min-width:768px) {
	.conWrap {
	    width: 750px;
	    padding-top: 85px;
	}
	.conWrapLeftNewsTitle h4{
		font-size: 18px;
	}
	.conWrapColleaguesList a{
		width: 200px;
		height: 150px;
		margin-left: 15.5px;
		margin-right: 15.5px;
	}
	.conWrapColleaguesList a:nth-child(3n){
		margin-right: 15.5px;
	}
	.conWrapColleaguesList a i,
	.conWrapColleaguesList a i img{
		width: 200px;
		height: 117px;
	}
	.conWrapColleaguesList a span{
		font-size: 14px;
	}
	.conWrapLeft .conWrapLeftNewsTab a {
		padding: 0 11px;
    	font-size: 16px;
	}
	.conWrapLeft .conWrapLeftDatasTab a {
    	font-size: 13px;
    	padding: 0px 6px;
	}
	.enemy_record .enemy_introduce{
		height: 320px;
	}
	.enemy_record .enemy_introduce img{
		width: 185px;
		margin-top: 40px;
	}
	.enemy_record .enemy_introduce .enemy_introduce_txt{
		width: 280px;
		top: 33px;
	}
	.enemy_record .enemy_introduce .enemy_introduce_txt h4{
		font-size: 16px;
	}
	.enemy_record .enemy_introduce .enemy_introduce_txt p{
		font-size: 12px;
		line-height: 21px;
	}
	.punish{
		height: 135px;
	}
	.punish h4{
		font-size: 20px;
	    line-height: 40px;
	    margin-top: 35px;
	}
	.punish_query{
		transform: scale(.75);
		transform-origin: 3% -20%;
	}
}
