/**
* 亚运会首页
* ----------------------
* 作者：文杰
* 时间：2014-08-16
* 准则：NEC
* 联系：QQ1662484899
* 创意源于生活，代码如诗从你我开始
* OOCSS虽好，需培养，需规范，需慢慢品尝
*********************************************************************************************/
@charset "utf-8";
/* 动画 */
.a-fadein,.a-fadeinT,.a-fadeinR,.a-fadeinB,.a-fadeinL,.a-bouncein,.a-bounceinT,.a-bounceinR,.a-bounceinB,.a-bounceinL,.a-rotatein,.a-rotateinLT,.a-rotateinLB,.a-rotateinRT,.a-rotateinRB,.a-flipin,.a-flipinX,.a-flipinY{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
/* 淡入-从右 */
.a-fadeinR{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;}
/* 淡入-从右 */
@-webkit-keyframes fadeinR{
    0%{opacity:0;-webkit-transform:translateX(100px);}
    100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeinR{
    0%{opacity:0;-moz-transform:translateX(100px);}
    100%{opacity:1;-moz-transform:translateX(0);}
}
@-ms-keyframes fadeinR{
    0%{opacity:0;-ms-transform:translateX(100px);}
    100%{opacity:1;-ms-transform:translateX(0);}
}
@keyframes fadeinR{
    0%{opacity:0;transform:translateX(100px);}
    100%{opacity:1;transform:translateX(0);}
}
/*banner*/
.as_banner{background: url('../../images/asianGames/banner.jpg') no-repeat center top;*background: url('../../images/asianGames/banner_ie.jpg') no-repeat center top;height:219px;overflow: hidden;}
.tan_ad{ position:absolute; z-index:100; top:80px; left:0; left:50%; margin-left:-500px}
.tan_f{ position:relative}
.ad_close{ display:block; height:40px; width:40px;position:absolute; top:0; right:0; cursor:pointer;}
.as_ban_box{position: relative;height: 219px;z-index: 1}
.as_ban_scroll{position: absolute;top:135px;left:0;z-index: 2;width:665px;height:65px;padding-top: 7px}
.as_ban_scr_box{position:relative;z-index: 3}
.as_ban_scr_con{position:relative;margin-left:20px;width: 620px;height:65px;overflow: hidden;}
.as_ban_scr_list{width: 10000%;height:65px;}
.as_ban_scr_box ul{float: left;}
.as_ban_scr_box li{float: left;margin: 0 6px;border:3px solid rgba(255,255,255,0);border: 3px solid #fff\9;width:60px;height:66px;height:60px\9;overflow: hidden;border-radius:50px;-webkit-border-radius: 50px;-o-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;}
.as_ban_scr_box li.on{cursor: pointer;border: 3px solid #fff;background-color:#329bde;width:138px;height:60px;}
.as_ban_scr_box li img{width:60px;height:60px;border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;}
.as_peo_img{width:60px;position: relative;}
.as_peo_img em{display: none;position: absolute;top:0px;left:85%;width:20px;height:10px;background:url('../../images/asianGames/i_sprite.png') no-repeat;background-position: -130px 0 }
.as_ban_scr_box li.on .as_peo_img em{display: block;}
.as_peo_info{margin-left:4px;margin-top:8px;width:65px;height:45px;font:16px/22px "微软雅黑";}
.as_peo_info .te{color:#FFC90C}.as_peo_info .tx{color:#fff}
.as_ban_scr_box .b_btn{position: absolute;top:0;width:20px;height: 65px;z-index: 4}
.as_ban_scr_box .b_prev{left:0;}.as_ban_scr_box .b_next{right:0;}
.as_ban_scr_box .b_btn em{background:url('../../images/asianGames/i_sprite.png') no-repeat;text-align: center;margin: 26px 0 0 5px;width:8px;height:12px;}
.as_ban_scr_box .b_prev em{background-position:-115px -22px;}
.as_ban_scr_box .b_next em{background-position:-141px -22px;}
.as_ban_box em{position: absolute;z-index:2;}
.i_djgm{top:33px;right:40px;width: 224px;height:32px;background:url('../../images/asianGames/i_djgm.png') no-repeat left top;}
.i_xk{
	-webkit-transform-style:preserve-3d;
    -webkit-animation:square_turn 5s linear infinite;
    -o-transform-style:preserve-3d;
    -o-animation:square_turn 5s linear infinite;
    -moz-transform-style:preserve-3d;
    -moz-animation:square_turn 5s linear infinite;
    -ms-transform-style:preserve-3d;
    -ms-animation:square_turn 5s linear infinite;
    transform-style:preserve-3d;
    animation:square_turn 5s linear infinite;
    background:url('../../images/asianGames/i_sprite.png') no-repeat;*background:none;
}
keyframes square_turn{
    0%{transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
    50%{transform:rotateX(-5deg) rotateY(-10deg) translateZ(100px);}
    100%{transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
}
@-webkit-keyframes square_turn{
    0%{-webkit-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
    50%{-webkit-transform:rotateX(-5deg) rotateY(-10deg) translateZ(100px);}
    100%{-webkit-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
}
@-o-keyframes square_turn{
    0%{-o-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
    50%{-o-transform:rotateX(-5deg) rotateY(-10deg) translateZ(100px);}
    100%{-o-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
}
@-moz-keyframes square_turn{
    0%{-moz-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
    50%{-moz-transform:rotateX(-5deg) rotateY(-10deg) translateZ(100px);}
    100%{-moz-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
}
@-ms-keyframes square_turn{
    0%{-ms-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
    50%{-ms-transform:rotateX(-5deg) rotateY(-10deg) translateZ(100px);}
    100%{-ms-transform:rotateX(0deg) rotateY(0deg) translateZ(100px);}
}
.i_xk_1{left:530px;top:20px;width:55px;height:35px;background-position: 0 0;}
.i_xk_2{left:585px;top:25px;width:80px;height:42px;background-position: 0 -45px;}
.i_xk_3{right:-90px;top:-25px;width:115px;height:62px;background-position: 0 -95px;}
.i_xk_4{right:-150px;top:140px;width:80px;height:40px;background-position: 0 -170px;}
/*导航*/
.as_nav{background-color: #004890;height:42px;}
.as_nav_box{position: relative;z-index: 2}
.as_nav_box em{position: absolute;z-index: 3}
.as_nav li{float:left;font:bold 14px/42px "宋体";height:42px;text-align:center;position: relative}
.as_nav li a{color:#fff;display: block;_width:60px;padding:0 29px;_padding:0 20px;}
.as_nav li a:hover{background-color: #ffc90c;color: #fff}
.as_nav li.on em{_display:none;_height:0;position: absolute;width:9px;height:5px;bottom: 0;left:45%;background: url('../../images/asianGames/i_sprite.png') no-repeat;background-position: -97px 0;z-index: 3}
.as_nav_box .i_jxw{top:-113px;right:5px;*right:5px;background:url('../../images/asianGames/i_animal.png') no-repeat left top;_background:url('../../images/asianGames/i_animal_8.png') no-repeat left top;width:234px;height:129px}
/*主题内容*/
.container{padding:30px 0 0 0;}
.con_l{width:690px;}
.con_r{width:270px;}
.newsBox{margin-bottom:25px}
.news_l{width:401px;}
.news_r{width:245px;}
/*新闻标题*/
.container h1{font:22px/40px "微软雅黑";height:40px;margin-top:-6px}
.container h2{font:20px/30px "微软雅黑";height:30px;}
.container h3{font:16px/32px "微软雅黑";height:32px;}
.container h4{font:16px/24px "微软雅黑";height:24px;}
.container h5{font:14px/21px "微软雅黑"}
.container h6{font:12px/16px "宋体";height:16px;}
.container h1,.container h2,.container h3,.container h6{width:401px;overflow:hidden;}
.container h1 a{color:#004890;}
.container h2 a,.container h3 a,.container h4 a,.container h5 a{color:#333;}
.container h5 a.txt{color:#666;}
.container h6 a{color:#666;}
.container .info{font:12px/16px "宋体";height:16px;width:401px;overflow:hidden;color:#666}
/*左侧*/
.news_img_big{width:401px;height: 215px;overflow: hidden;margin-bottom: 15px}
.news_img_big img{display: block;width: 100%;height:100%;}
.news_l li{margin-bottom:17px}
.newsImgLi{width:401px;height:127px;overflow:hidden;padding:15px 0 0 0}
.newsImg_l{width:175px;height:125px;margin-top:2px}
.newsImg_r{width:205px;height:127px;position:relative;}
.newsImg_r h4{font:16px/24px "微软雅黑";height:50px;overflow:hidden;}
.newsImg_r .txt{font:12px/22px "宋体";margin-top:5px;color:#666;}
.newsImg_r dd{background:url('../../images/asianGames/i_sprite.png') no-repeat;background-position: -298px -68px;width:200px;font:14px/24px "微软雅黑";padding-left:5px;}
.news_r_con{margin-bottom: 20px}
.news_r_tle{width:245px;height:25px;margin-bottom:13px;overflow: hidden;}
.a_jpb,.a_sc,.a_zxc{background:url('../../images/asianGames/i_sprite.png') no-repeat;width:100px;height:25px;}
.a_jpb{background-position:0 -320px;}
.a_sc{background-position:0 -365px;}
.a_zxc{background-position:0 -406px;}
.a_more{margin-top: 10px;font:12px/15px "宋体"}
.news_r_list{color: #000;font-size:14px;font-family: "微软雅黑"}
.news_r_list ul{display:block;height:28px;}
.news_r_list ul.tie{height:18px;color:#666;}
.news_r_list li{float: left;margin-right:9px;line-height: 28px;height:28px;width:28px;overflow: hidden;}
.news_r_list ul.tie li{line-height: 18px;height:18px}
.news_r_list li.first{margin-right: 5px}
.news_r_list li.second{width:63px;}
.news_r_list ul.sc li{margin-right:8px}
.news_r_list li.last{margin-right: 0}
.news_r_list li.li_1{width:30px;}
.news_r_list li.li_2{width:35px;}
.news_r_list li.li_3{width:120px;}
.news_r_list ul.sc li.li_4{width:35px;margin-right: 0}
.news_r_list li a{color:#000;}
.news_r_list li a:hover{color:#c00;}
.news_r_list dd{display:block;width: 245px;height:130px;margin-bottom:30px;position: relative;z-index: 1}
.news_r_list dd em{display: block;position: absolute;bottom: 0;left:0;background-color:#004890;opacity: 0.8;filter:alpha(opacity=80);width:245px;height:25px;z-index: 2}
.news_r_list dd .txt{position: absolute;bottom: 0;left:0;color:#fff;height:25px;line-height: 25px;width:235px;padding:0 5px;overflow: hidden;z-index: 3}
.a_jpc{ display:block; height:43px; width:77px; background:red; float:left; background:url('../../images/asianGames/mengniu.png') 0px -7px; margin-left:5px}
.lid_img img.new_ban{ height:34px}
.lid_img img.new_ban_a{ height:91px}
/*右侧*/
.list_img{width:270px;height:185px}
.con_r h2{margin-top:-5px}
.con_r h2,.con_r h4{width:270px;overflow:hidden;}
.con_r h6{width:270px;overflow:hidden;font-size:14px;font-family:"微软雅黑";margin:15px 0 5px 0;color:#999;}
.con_r h6 a{color:#999;}
.con_r li{margin-bottom:30px}
/*人文亚运*/
.con_tle{display:block;background:url('../../images/asianGames/tle_sprite.png') no-repeat;height:55px;width:695px;margin:0 auto;margin-top:35px;margin-bottom:20px;}
.con_tle_rw{background-position: 0 0}.con_tle_kj{background-position: 0 -55px}
.con_tle_ss{background-position: 0 -110px}.con_tle_cp{background-position: 0 -165px}
.con_rw_bg{background: url('../../images/asianGames/bg_map.png') no-repeat center top;_background: url('../../images/asianGames/bg_map_6.png') no-repeat center top;height:455px;}
.con_rw{background:url('../../images/asianGames/bg_map_con.png') no-repeat left top;height:445px;position: relative;font-family: "微软雅黑";font-size:14px;color:#fff;}
.con_rw a{color:#fff;}
.con_rw a:hover{color:#ffcb3d;}
.con_rw_d{position: absolute;background:url('../../images/asianGames/i_sprite.png') no-repeat;background-position: -136px -146px; width:10px;height:10px;cursor: pointer}
.con_rw_d.on{background-position:-135px -167px;width:14px;height:14px;}
.d_1{left: 399px;top: 154px;}.d_2{left: 434px;top: 133px;}.d_3{left: 389px;top: 280px;}.d_4{left: 347px;top: 377px;}
.d_5{ left: 122px;top: 189px;}
/*人文 浮动层*/
.rw_d_pos{position: relative;}
.rw_d_con{position: absolute;display:none;left:120px;top:-110px;background-color:#dc5414;width:510px;height:285px; z-index:100px}
.rw_d_con_1{left:125px;top:-113px;}
.rw_d_con_2{top:-111px}
.rw_d_con_pos{position:relative;}
.rw_d_con em{position: absolute;display:block;left:-133px;top:92px;width:110px;height:2px;_height:0;_border-top:2px solid #dc5414;background-color:#dc5414;_background-color:none;}
.rw_d_con_1 em{left:-143px;top:94px;width:120px;}
.d_con_t{width:460px;height:75px;overflow: hidden;margin-bottom: 15px}
.d_con_t .t_img{width:75px;height:75px;overflow: hidden;margin-right: 15px}
.d_con_t .t_img img{display: block;width:100%;height:100%;border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;}
.d_con_t .t_info{width:310px;height:75px;overflow: hidden}
.d_con_t .t_info .t_tle{font-size:16px;line-height: 30px}
.d_con_t .t_info .t_txt{font-size: 12px;line-height: 22px}
.d_con_t .t_go{background: url('../../images/asianGames/i_sprite.png') no-repeat;background-position: 0 -245px;width:30px;height:60px;margin-top: 10px}
a:hover .t_go{background-position: -45px -245px;}
.d_con_b{width:460px;height:145px;overflow: hidden;}
.b_img_box{width:215px;}
.b_img_box img{display: block;width:100%;height: 115px;overflow: hidden;}
.b_img_box .img_info{display: block;line-height: 20px;margin-top: 8px}
/*科技亚运*/
.con_kj li{float: left;width:275px;height:275px;position: relative;margin: 0 65px 0 10px;_margin:0 60px 0 10px;}
.con_kj li.last{margin-right: 10px}
.con_kj li a{color:#fff;}
.kj_img{display: block;width: 255px;height:255px;position: absolute;top:0;left:0;z-index:3;border: 10px solid #eee;-webkit-backface-visibility:hidden;backface-visibility:hidden;
-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;
-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);
-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);
}
.kj_img img{display:block;width: 255px;height:255px;}
.kj_ten{opacity:0;filter:alpha(opacity=0);display:none\9;position: absolute;background-color: #6d6463;left:10px;top:10px;font-family: "微软雅黑";z-index:8;text-align: center;padding:60px 27px 56px 25px;width:205px;height:140px;overflow: hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;
-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;
-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);
-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg);
}
.kj_tle{width:205px;height:35px;font-size:30px;line-height:40px;text-align:center;padding-bottom:10px;border-bottom:4px solid #fff;overflow: hidden;}
.kj_txt{padding-top: 10px;font-size: 16px;line-height:22px;}
.con_kj li:hover .kj_img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);
-o-transform:rotateY(360deg);-ms-transform:rotateY(360deg);transform:rotateY(360deg); }
.con_kj li:hover .kj_ten{opacity:.9;filter:alpha(opacity=90);display:block\9;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);
-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);}
/*圆形*/
.bor_yx{border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;}
/*时尚亚运*/
.con_ss{height:352px;overflow: hidden;background-color: #f2f2f2}
.con_ss_l{width:635px;height:325px;margin:15px 20px 0 15px}
.con_ss_t{width:315px;height:180px;margin:15px 0 12px 0}
.con_ss_bb{width:153px;height:132px;}
.con_ss_b .fr_dib{*margin-right:15px;}
.con_ss_i{position: relative;overflow: hidden;}
.con_ss_i img{display: block;width:100%;height:100%;}
.con_ss_i em{display: block;position: absolute;;color:#fff;}
.con_ss_i em.ss_tle{top:0;left:7px;font:24px/38px "微软雅黑";padding: 0 10px;background-color: #ff4a69}
.con_ss_i em.ss_yy{height: 35px;left:0;bottom:0;padding-left:7px;background-color: #000;opacity: .3;filter:alpha(opacity=30);}
.con_ss_l em.ss_tle{left:15px;}
.con_ss_l em.ss_yy{height:70px;padding-left:15px;width: 620px}
.con_ss_t em.ss_yy{width: 308px}
.con_ss_bb em.ss_yy{width: 146px}
.con_ss_i em.tie{font:12px/20px "微软雅黑";bottom:40px;left:15px;}
.con_ss_i em.txt{font:14px/30px "微软雅黑";bottom:5px;left:7px;}
.con_ss_l em.txt{font-size: 16px;bottom:10px;left:15px;}
.con_ss_i a:hover em.txt{text-decoration: underline;}
/*香港亚运*/
.con_hk{background:url('../../images/asianGames/bg_hk_03.jpg') no-repeat;}
.con_ss_r .con_hk_img{ height:154px}
.con_hk_l{ width:460px}
.con_hk_c{ width:150px;margin-right:22px; overflow:hidden}
.con_hk_c .con_hk_img{ width:150px}
.con_hk_c .con_ss_i .ss_yy{ height:70px}
.con_ss_i em.ss_hk_til{ font-size:16px; padding:0 5px; line-height:30px; background: #17bf3f}
.con_ss_i em.ss_hk_til_b{ background: #17bf3f}
.lad_img1{ background:#ccc}
.con_c_ad{ background:#ccc; height:380px}
/*产品矩阵*/
.con_cp{height:228px;padding-top:15px;overflow: hidden;background-color: #f2f2f2;margin-bottom: 55px}
.con_cp_i{width:315px;height:210px;position: relative;overflow: hidden;margin-right:25px}
.con_cp_i.last{margin-right:0}
.con_cp_i em{display: block;position: absolute;;color:#fff;}
.con_cp_i em.ss_yy{height: 60px;width:315px;left:0;bottom:0;opacity: .7;filter:alpha(opacity=70);background-color: #e9b321}
.con_cp_i em.ss_yyh{background-color: #d23c69}
.con_cp_i em.ss_yyl{background-color: #6495de}
.con_cp_i em.txt{left:15px;bottom:15px;height:30px;width:300px;font:bold 18px/30px "微软雅黑";overflow: hidden;}
.con_cp_i em.txt_info{bottom: -100px;left:95px;width:220px;height:60px;font: 12px/21px "微软雅黑";}
.con_cp_i img.i_bbb{display:inline;width:78px;height:26px}
.con_cp_i em.txt span{color:#fff}
.con_cp_i a:hover em.ss_yy{height:100px;}
.con_cp_i a:hover em.txt{bottom:65px;}
.con_cp_i a:hover em.txt_info{bottom:6px;}
/*新闻 视频 策划*/
.cont_l{width:340px;margin-right: 68px}
.cont_c{width: 220px}
.cont_r{width: 310px}
.tle{height:30px;padding:5px 0;border-bottom:2px solid #838383;overflow: hidden;font:18px/30px "微软雅黑";}
.tle a{color:#000;}.tle a:hover{color:#c00;}
.tle a.tle_link{padding:0 20px;_width:75px;margin-right: 5px}
.tle a.tle_link.on{background-color: #004890;color:#fff;}
.tle a.tle_link:hover{color:#fff;}
.tle_r img{height:26px;}
.tle_r li{float: left;height:30px;padding: 0 10px;text-align: center;cursor: pointer;}
.tle_r li.on{background-color: #0585d7;color:#fff;}
.tle_r li:hover{color:#cc0000;}.tle_r li.on:hover{color:#fff;}
.cont_news_box{width: 340px}
.cont_news_box ul{padding-top: 20px}
.cont_news_box li{background:url('../../images/asianGames/i_sprite.png') no-repeat;background-position:-297px 0;padding-left: 12px;width: 328px;height:30px;font:14px/30px "宋体";}
.cont_news_box li a{color:#000}
.cont_news_box li a:hover{color:#c00}
.cont_video{padding-top: 30px;width:220px;height:135px;overflow: hidden;position: relative;}
.cont_video img{display: block;width:100%;height:100%;}
.cont_video em{display: block;position: absolute;}
.cont_video em.em_video{background:url('../../images/asianGames/i_sprite.png') no-repeat;background-position: 0 -450px;top:65px;left:83px;height:48px;width: 48px}
.cont_video em.em_yy{background-color: #000;opacity:0.7;filter:alpha(opacity=70);width:220px;height:30px;left:0;bottom: 0;z-index: 2}
.cont_video em.em_txt{text-align: center;width:220px;height:30px;left:0;bottom: 0;z-index: 3;color:#fff;font:bold 12px/30px "宋体";}
.cont_video a:hover em.em_txt{text-decoration: underline;}
.cont_ch_tle{background: url('../../images/asianGames/i_sprite.png') no-repeat;background-position: -258px -42px;width:260px;height: 21px;font:18px/21px "微软雅黑";padding-left: 50px;margin-top: 30px;margin-bottom: 10px}
.cont_ch_tle img{height:21px;}
.cont_ch_tle a{color:#000;}
.cont_ch_tle a:hover{color:#c00;}
.cont_ch_con{width:310px;height:105px;overflow: hidden}
.cont_ch_con h4{font:16px/30px "微软雅黑";margin-bottom: 10px}
.cont_ch_con h4 a{color:#4b4b4b;}
.cont_ch_con h4 a:hover{color:#cc0;}
.cont_ch_img,.cont_ch_img img{width:100px;height:70px;overflow:hidden;}
.cont_ch_txt{margin-left:20px;font:12px/20px "宋体";color:#999;width:175px;margin-top: -5px}
/*焦点图切换*/
.as_scroll_box{background: url('../../images/asianGames/bg_scroll.png') no-repeat center bottom;height:540px;margin-top: 40px}
.as_scroll_con{background-color:#fff}
.as_scroll_img{width:835px;height:465px;position: relative;}
.scroll_img_box{display:none;position: absolute;z-index: 1;width:835px;height:465px;overflow: hidden;}
.scroll_img_box.first{display:block;}
.scroll_img_box.on{z-index: 3}
.scroll_img_box img{display: block;width:100%;height:100%;}
.scroll_img_box em{display: block; position: absolute;bottom: 0;_bottom:-1px;left:0;}
.scroll_img_box em.scroll_yy{background-color:#000;opacity: 0.7;filter:alpha(opacity=70);width: 835px;height:50px;}
.scroll_img_box em.scroll_txt{font:18px/50px "微软雅黑";color:#fff;padding-left:20px;width: 815px;height:50px;overflow: hidden;}
.as_scroll_img .btn{display:block;position: absolute;top:45%;width:58px;height:58px;z-index:8;text-indent: -9999em}
.as_scroll_img .btn_prev{left:-29px;background: url('http://static.takungpao.com/images/special/140507/arrow_l.png') no-repeat left top;}
.as_scroll_img .btn_next{right:-29px;background: url('http://static.takungpao.com/images/special/140507/arrow_r.png') no-repeat left top;}
.as_scroll_crt{width:126px;height:460px;overflow: hidden;margin-right:5px}
.as_scroll_crt ul{height:1000%;}
.as_scroll_crt li{width:126px;height:85px;overflow: hidden;margin-bottom: 8px;cursor:pointer;}
.as_scroll_crt li.on{border: 2px solid #038369;width:122px;height:81px;}
.as_scroll_crt li img{display:block;width: 100%;height:100%;}
.tkp_line{border-top:5px solid #0585d7}
/*hover*/
.container h1 a:hover,.container h2 a:hover,.container h3 a:hover,.container h4 a:hover,.container h5 a:hover,.container h6 a:hover,.newsList dd a:hover,.list_txt_s a:hover{color:#cc0000;}
/*ad*/
.ad{overflow: hidden;margin: 0 auto;}
.ad img{display: block;}
.ad_1000_70{width:1000px}
.ad_1000_70 img{width:1000px;height:70px;}
/*定位图片*/
.new_fix_l{ width:255px; height:285px; background:#dc6d14; float:left; overflow:hidden; cursor:default}
.new_fix_r{ width:255px; height:285px; background:#db5414; float:left; cursor:default}
.rw_d_con em {
    left: -90px;
    top: 116px;
}
.rw_d_con_1 em {
    left: -95px;
    top: 119px;
}
.new_fix_l img{ border-radius: 53px; height:106px; margin-top:30px; margin-left:30px}
.new_fix_l .new_fix_l_h3{margin-left:30px; font-size:16px; padding-top:10px; padding-bottom:10px; padding-right:10px}
.new_fix_l .new_fix_l_p{margin-left:30px; line-height:22px; padding-right:10px}
.new_fix_r img{ margin-top:30px; margin-left:30px }
.new_fix_r_p{ padding-left:30px; padding-top:10px; font-size:16px}
.new_tital{ overflow:inherit}
.a_center{ width:36px; height:28px; display:block; background:url('../../images/asianGames/new_xiandai_ad_03.jpg') no-repeat; margin-left:5px; margin-top:2px}