@charset "gb2312";
@import "iconfont.css";
html, body { margin:0px; padding:0; font:16px/1.5 "Microsoft YaHei" , tahoma, arial, \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", sans-serif; background: url("../images/headerbg.png") top center no-repeat #fff;font-size:100%; padding:0;margin:0; color:#6b7381; background-size: 100%;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,img,button {border:0;  padding:0; margin:0; font-weight:normal; } 
h1,h2,h3,h4,h5,h6,p,em,i,b,span { margin:0; padding:0; font-weight:normal; font-style:normal;}
strong,strong span,b,b span { font-weight:600;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;list-style:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
address,cite,code,th {font-weight:normal;font-style:normal;}
img:hover { opacity:1; filter: alpha(opacity=100); }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
.fl { float:left; }
.fr { float:right; }
a { color:#444; text-decoration:none; }
a:hover{ color:#d2156f; text-decoration:none;}

/**,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*/
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}

.warp { width:1200px; margin:0 auto;}
.w800 { width:800px; margin:0 auto;}

.top { width: 100%; margin: 0 auto; padding: 20px 0; height: 85px;}
.logo {padding-top: 12px;}
.rss { position: relative; padding-top: 27px; float: left;padding-left: 30px;}
.rss span { line-height: 28px; color: #fff; height: 28px; font-size: 14px; text-align: center; display: block; background: #e00000;width: 100px;  border-radius: 6px;  cursor: pointer; margin-bottom:8px;}
.rss span a {color: #fff;}


.container { width:1200px; margin:0 auto ; }
.grid { max-width:1200px; list-style:none; margin:0 auto; padding:0}
.grid li { display:block; float:left; padding:20px; width:24.1%; opacity:0;background: #fff;  border:1px solid #e7e7e7; line-height:26px; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin:0 10px 10px 0;}
.grid li:nth-child(3n) { margin-right:0; }


.grid li.shown,.no-js .grid li,.no-cssanimations .grid li { opacity:1;}
.grid li h3 { max-width:100%; }
.grid li h3 img { width:100%; height:auto;border-radius: 5px; }
.grid li h4 { font-size:18px; color:#333;  font-weight:800; margin:16px 0 16px 0; }
.grid li h4 a { color:#333; }
.grid li h4 a:hover { color:#e00000; }
.grid li h5 { font-size:14px; color:#999; margin:0 0 14px 0; line-height:20px;}
.grid li h6 { font-size:12px; color:#aaa; line-height:20px;}
.grid li h6 span { padding:0 10px; display:inline-block; transform:scale(0.8); } 
.grid li h6 a { color:#aaa; }
.grid li h6 a:hover { color:#d2156f; }

.grid.effect-1 li.animate { -webkit-animation:fadeIn .65s ease forwards; animation:fadeIn .65s ease forwards; }
@-webkit-keyframes fadeIn { 0%{}100%{opacity:1;} }
@keyframes fadeIn { 0%{}100%{opacity:1;} }

.grid.effect-2 li.animate { -webkit-transform:translateY(200px); transform:translateY(200px); -webkit-animation:moveUp .65s ease forwards; animation:moveUp .65s ease forwards; }
@-webkit-keyframes moveUp { 0%{}100%{-webkit-transform:translateY(0);opacity:1;} }
@keyframes moveUp { 0%{}100%{-webkit-transform:translateY(0); transform:translateY(0); opacity:1;} }

.grid.effect-3 li.animate { -webkit-transform:scale(.6); transform:scale(.6); -webkit-animation:scaleUp .65s ease-in-out forwards; animation:scaleUp .65s ease-in-out forwards; }
@-webkit-keyframes scaleUp { 0%{}100%{-webkit-transform:scale(1); opacity:1;} }
@keyframes scaleUp { 0%{}100%{-webkit-transform:scale(1); transform:scale(1); opacity:1;} }

.grid.effect-4 { -webkit-perspective:1200px; perspective:1200px;}
.grid.effect-4 li.animate { -webkit-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-transform:translateZ(400px) translateY(300px) rotateX(-90deg); transform:translateZ(400px) translateY(300px) rotateX(-90deg); -webkit-animation:fallPerspective .8s ease-in-out forwards; animation:fallPerspective .8s ease-in-out forwards; }
@-webkit-keyframes fallPerspective { 0%{}100%{-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity:1;} }
@keyframes fallPerspective { 0%{}100%{-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity:1;} }

.grid.effect-5 { -webkit-perspective:1200px; perspective:1200px; }
.grid.effect-5 li.animate { -webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 50% -300px;transform-origin:50% 50% -300px;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-animation:fly .8s ease-in-out forwards;animation:fly .8s ease-in-out forwards}
@-webkit-keyframes fly{0%{}100%{-webkit-transform:rotateX(0deg);opacity:1}}
@keyframes fly{0%{}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}

.grid.effect-6 { -webkit-perspective:1200px; perspective:1200px; }
.grid.effect-6 li.animate { -webkit-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-transform-origin:0% 0%; transform-origin:0% 0%; -webkit-transform:rotateX(-80deg); transform:rotateX(-80deg); -webkit-animation:flip .8s ease-in-out forwards; animation:flip .8s ease-in-out forwards}
@-webkit-keyframes flip { 0%{}100%{ -webkit-transform:rotateX(0deg); opacity:1;} }
@keyframes flip { 0%{}100%{-webkit-transform:rotateX(0deg); transform:rotateX(0deg); opacity:1;} }

.grid.effect-7 { -webkit-perspective:1200px; perspective:1200px; }
.grid.effect-7 li.animate { -webkit-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-transform:rotateY(-180deg); transform:rotateY(-180deg); -webkit-animation:helix .8s ease-in-out forwards; animation:helix .8s ease-in-out forwards; }
@-webkit-keyframes helix { 0%{}100%{-webkit-transform:rotateY(0deg); opacity:1;} }
@keyframes helix { 0%{}100%{-webkit-transform:rotateY(0deg); transform:rotateY(0deg); opacity:1;} }

.grid.effect-8 { -webkit-perspective:1200px; perspective:1200px; }
.grid.effect-8 li.animate { -webkit-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-transform:scale(.4); transform:scale(.4); -webkit-animation:popUp .8s ease-in forwards; animation:popUp .8s ease-in forwards}
@-webkit-keyframes popUp { 0%{}70%{ -webkit-transform:scale(1.1); opacity:.8; -webkit-animation-timing-function:ease-out}100%{-webkit-transform:scale(1); opacity:1;} }
@keyframes popUp { 0%{}70%{ -webkit-transform:scale(1.1); transform:scale(1.1); opacity:.8; -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out}100%{-webkit-transform:scale(1); transform:scale(1); opacity:1;} }



.footer { padding: 50px 0; width: 100%; color: #949494;font-size: 14px;line-height: 30px; }
.copyright {}
.copyright .layui-col-md3 a { margin-left:18px;}
.licence { text-align: center; line-height: 1.8em;}
.licence a { padding: 0 8px; color: #949494;}
.licence div { margin-left: 335px; margin-top: 10px; overflow: hidden;}
#police,#web,#child { background: url(../images/bott.png) no-repeat; width: 175px; height: 46px; display: block; float: left;}
#web { background-position: 0 -46px;}
#child { background-position: bottom;}





/*-------------------------------------------------------------------------------ÕýÎÄÒ³------------------------------------------------------------------------------------------*/
#artibodytitle { color: #3a3a3a; font-size:40px; font-weight: 600; padding-bottom:15px;}
.subtext { color:#aaa;}
.subtext span { font-size:16px; padding-right:10px;}
#abs { background-color:#fff; color:#999; padding:20px 30px; font-size:16px; line-height:1.8em; text-align:justify;}

#artibody { margin-top:20px;}
#artibody,#artibody div span { color:#333; font-size:18px;}
#artibody a { color:#333; border-bottom:#333 solid 1px;}
#artibody a:hover { color:#00adec; border-color:#00adec;}
#artibody p { line-height:2em; text-align:justify; margin-bottom:0.75em; }
#artibody p span { line-height: 2em;display: block;}
#artibody p strong,#artibody strong,#artibody p strong span { font-weight: 600;}
#artibody p.from,#artibody p.from a { color:#f8f8f8; border:none;}
#artibody img { width:80%;max-width:100%; height:auto; width:auto\9; /* ie8 */}
#artibody .image-container { text-align: center; }
#artibody .image-container img { max-width: 100%; height: auto; }
#artibody p:not(:has(img)) {text-indent: 2em;}
#artibody p:has(img) {text-indent: 0;}

#news_more_page_div_id { font-size:14px;  color:#999;}
#news_more_page_div_id a { color:#666; text-decoration:none; border:none;}
.player {position: relative;width:640px; margin:10px auto;}
.author { overflow: hidden;}
#artibody div.author span { padding:2px 8px; color:#808080; font-size:14px; float: right; }
.grayfont,.grayfont a { color:#808080; }
.grayfont a:hover { color:#005dc5;}




@media screen and (max-width:800px){
html, body { background:#f5f5f5; }

.header { display:none; }
.mheader { display: block; }

.banner { width:100%; margin:0 auto; position:relative; margin-top:0; margin-bottom:.6rem; height:14rem; display:block; }
.banner img { width:100%; height:14rem;}
.banner .info { position:absolute; width:100%; left:0; bottom:12%; margin-left:0; }
.banner .info i { width:100%; font-size:2.5rem; color:#fff; line-height:2rem; }
.banner .info font { width:80%; float:left; font-size:1.25rem; line-height:1.8rem; margin:1rem 0; margin-left:10%; max-height:3.6rem; overflow:hidden; }
.banner .info span { font-size:.8rem; line-height:1.5rem; color:#ddd; }
.banner .info span a { padding:0 .8rem; border-radius:1rem; margin-right:.8rem; color:#ddd; border:1px solid #ddd; }


.player_container { width:100%; position:relative; left:0; top:0; margin-top:0; margin-bottom:.6rem; height:19rem; display:none; }
.player_container h3 { width:100%; position:absolute; height:4.5rem; left:0; bottom:0; background:#333;}
.player_container h3 p { width:100%; height:4.5rem; padding:.75rem 5%; line-height:1.5rem; font-size:0.8rem; color:#c8c8c8; text-align:center; overflow:hidden; }
.player_container h3 p strong { color:#fff; font-size:1.25rem; font-weight:700; }
.player_container h3 p a { display:inline-block; color:#c8c8c8; padding:0 .8rem; }
.player_container h3 p a:hover { color:#d2156f; }
#player1 { width: auto; height:14.5rem;}



.rightsidebar { width:280px; display:none; }



.warpcon { width:100%; margin:0 auto;  position:relative;}
.container { margin-bottom:0; width:100%; }
.grid li { display:block; float:left; padding:4%; width:100%; opacity:0; background:#fff; border:0px solid #e7e7e7; margin-bottom:.6rem; line-height:1.5rem;}
.grid li h3 img { width:100%; height:13rem; }
.grid li h4 { font-size:1.125rem;  margin:4% 0; }
.grid li h5 { display:none; }
.grid li h6 { font-size:.8rem; color:#aaa; line-height:1rem;}
.grid li h6 span { padding:0 .6rem; display:inline-block; transform:scale(0.7); } 
.grid li h6 a { color:#aaa; }
.grid li h6 a:hover { color:#d2156f; }

.footer { font-size:.8rem; margin-top:0; line-height:1.5rem; padding:2% 0;  }
.footer em { display:none;}


.lm {  margin:7% 0 6% 0;  }
.lm span { font-size:2rem; line-height:2rem; color:#333; font-family:".Æ¼·½-¼ò";}
.lm p { color:rgba(0,0,0,.4); font-size:.8rem; line-height:2rem; padding:0 0 .5rem 0;  }
.lm i { display:block; width:14px; height:2px; background:#cbcbcb; position:absolute; left:50%; margin-left:-7px; }


.warp { width:100%; margin:0 auto;}

.marT130 { margin-top:0; }
.w900 { width:100%; background:#f0f0f0; padding:5%; }
.w280 { width:100%; background:#fff; padding:20px; display:none; }

.slm { width:100%; float:left; margin-bottom:20px; }
.slm b { width:4px; height:18px; float:left; display:inline-block; background:#df1f7b; margin-right:10px; margin-top:5px; }
.slm span { float:left; color:#333; font-size:18px; font-weight:bold; line-height:26px;}

.tjsp { width:100%; float:left; }
.tjsp ul li { width:100%; float:left; border-bottom:1px dotted #e7e7e7; margin-bottom:5%; padding-bottom:5%; }
.tjsp ul li h3 { width:100%; float:left; height:13rem; overflow:hidden;  position:relative; left:0; top:0;}
.tjsp ul li h3 b { position:absolute; left:0; bottom:0; background:rgba(0,0,0,.6); color:#fff; font-size:0.8rem; line-height:2rem; padding:0 .6rem; z-index:6; }
.tjsp ul li h3 img { width:100%; height:100%; }
.tjsp ul li h4 { width:100%; float:left; font-size:1rem; line-height:1.2rem; color:#333; font-weight:bold;  margin:15px 0 0 0; }
.tjsp ul li h4 a { color:#333; }
.tjsp ul li h4 a:hover { color:#d2156f; }
.tjsp ul li:last-child { border-bottom:0 dotted #e7e7e7; margin-bottom:0px; }


.article_tit { font-size:1.5rem; color:#333; font-weight:bold; line-height:1.9rem; padding:1% 0; }
.article_info { color:#999; font-size:.8rem; line-height:2rem; margin:1% 0 5% 0;  }
.article_info span { padding:0 10px 0 0; }

.article_player { width:100%; float:left;  }
#player2 { width: auto; }

.article_zw {  padding:6% 0 0 0; }
.article_zw p { font-size:1rem; line-height:1.75rem; margin-bottom:5%; }
.article_zw img { max-width:100%; height:auto;}
.article_zw video {width:90%; height:auto;}

.author { font-size:.85rem; line-height:1.5rem; text-align:right; }
.author span { padding:0 .5rem; }
.author .grayfont {color: #808080;white-space: nowrap;}


.article_ewm { margin:2% 0; display:none; }
.article_ewm2 { margin:2% 0; display:block; }
.article_ewm2 img { width:100%; height:auto;}

.wt100 { width:100%; background:#f0f0f0; padding:5%; }
.wb100 { display:none;  }

.article_zw2 { padding:3% 0 0 0;  }
.article_zw2 p { font-size:1rem; line-height:1.75rem; margin-top:5%; }
.article_zw2 img { max-width:100%; height:auto;}
.article_zw strong { font-size:1.1rem; }
.article_zw h5 {  width:100%;margin-bottom:2%; margin-top: 6%; }


.tjsp2 { width:100%; float:left; }
.tjsp2 ul li { width:100%; float:left; margin-bottom:5%; padding-bottom:5%; }
.tjsp2 ul li h3 { width:100%; float:left; height:13rem; overflow:hidden;  position:relative; left:0; top:0;}
.tjsp2 ul li h3 b { position:absolute; left:0; bottom:0; background:rgba(0,0,0,.6); color:#fff; font-size:0.8rem; line-height:2rem; padding:0 .6rem; z-index:6; }
.tjsp2 ul li h3 img { width:100%; height:100%; }
.tjsp2 ul li h4 { width:100%; float:left; font-size:1rem; line-height:1.2rem; color:#333; font-weight:bold;  margin:15px 0 0 0; }
.tjsp2 ul li h4 a { color:#333; }
.tjsp2 ul li h4 a:hover { color:#d2156f; }
.tjsp2 ul li:last-child { border-bottom:0 dotted #e7e7e7; margin-bottom:0px; }

.share { margin-top:-50px; }
}

