/* 
* @Author: anchen
* @Date:   2017-08-03 20:07:37
* @Last Modified by:   anchen
* @Last Modified time: 2017-08-04 16:02:29
*/
.focusBox,.games{cursor:pointer;}
.focusBox{position: relative;}
.start{position: absolute;height: 60px;line-height: 60px;background:#f40;color:#fff;font-size:25px;text-align: center;width: 250px;border-radius: 8px;left:50%;top:50%;margin-left:-125px;
margin-top:-30px;}
.tm_tit, .top_tit {

    background: #eeffd9;

    height: 32px;

    line-height: 32px;

    background-image:-webkit-linear-gradient(to top, #0492ff, #DAF4FE);

    background-image:linear-gradient(to top,#0492ff,#DAF4FE);

    border-radius:5px 5px 0 0;

} 

.tit_ico2{

    float:left;

    display:block; 

    width:15px;

    height:15px;

    margin-top: 8px;

    margin-left: 5px;

    background:url(/game/images/tit_ico2.png) no-repeat;

    background-size:100% 100%;

    text-align:middle;

}

.kefu{

    border:1px solid #0492ff;

    border-top:0;

}

.kefu p{ 

    width:90%;

    font-size:15px;

    line-height:25px;

    padding:20% 5%;

}

.games_left{

    width:860px;

    float:right;

    margin-top:-25px;

}

.rec_left{

    float:left;

}

.games_left_con{

    width:100%;

}

.games_left_con_left{

    float:left;

    width:230px;  

}

.games_left_con_right{

    float:right;

    width:860px;

    height:300px; 

} 

.nhlist {

    margin-top: 2px;

}

.nhlist dt {

    display: block;

    width: 230px;

    height: 80px;

    overflow: hidden;

    position: relative;

    margin-bottom: 5px;

}

.nhlist dt a {

    color: #444;

    text-decoration: none;

    cursor: pointer;

}

.nhlist dt img {

    display: block;

    width: 100%;

    height: 120px;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

}

.nhlist dt .bgmk {

    width: 100%;

    height: 40px;

    _height: 28px;

}

.nhlist dt em {

    width: 210px;

    height: 28px;

    line-height: 28px;

    color: #fff;

    font-size: 14px;

    position: absolute;

    left: 10px;

    bottom: 0;

}

.nhlist dd{

    width:96%;

    margin:4% 0;

}



.uip {

    overflow: hidden; 

    border-bottom: 1px dashed #e0e0e0;

    margin-bottom: 15px; 

    padding:10px 0; 

    float:left;

} 

.info_gonggao .uip{

    border-bottom: 0;

    margin-top: 5px; 

    margin-bottom: 10px; 

}

.uip h4 {

    height: 20px;

    font: 700 14px/20px "Microsoft Yahei","宋体";

    overflow: hidden;

    margin-bottom: 7px;

}

.uip h4 a, .uip h4 a:visited {

    color: #f25277;

}

.uip .summary {

    color: #9c9c9c;

    line-height: 18px;

    overflow: hidden;

}

uip .summary a, .uip .summary a:visited {

    color: #1ea6ff;

}

 .uip img {

    border-radius: 5px;

    float:left;

}

.uip .summary-txt {

    margin-left: 90px;

    height: 60px;

    overflow: hidden;

    line-height: 20px;

} 

.info_gonggao{

    clear:both;

}

.info_list{

    clear:both;

    margin-top:5%;

    border-top:1px solid #C5DDE2;

}

.info_listcontent li{

    margin:2% 0;

}

.info_listcontent li .list-title{

    width:400px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.info_listcontent li .list-date{

    float:right;

    margin-right:3%;

}

                    

.rec_left {

    width: 246px;

}





.tit_a {

    font-weight: bold;

    color: #240586;

}

.qz_ul {

    width: 218px;

    height: 401px;

    padding: 0 0 10px 10px;

}

.qz_ul li {

    background-position: 0 -405px;

    width: 228px;

    height: 93px;

    margin-top: 10px;

}

.qz_img {

    width: 75px;

    border: 1px solid #e5e5e5;

    padding: 3px;

    float: left;

    display: inline;

}

.qz_img img {

    width: 75px;

    height: 75px;

}

.qz_ul p {

    width: 130px;

    padding: 8px 0 0 5px;

    line-height: 20px;

        float: left;

    display: inline;

} 

a {

    color: #484848;

    text-decoration: none;

}

.p_ac {

    margin-top: 5px;

    font-size: 12px;

    line-height: 16px;

    color: #929292;

}
.info a{
    color:#f40 !important;
}
.feedback_btn{cursor: pointer;}

#container  a {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #e6e6e8;
}

#container {
    margin: 10px 0;
}

#sliderContainer {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

#slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border: #DEDEDE solid 1px;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

#slider img {
    width: 100%;
    height: auto;
    display: block;
}

.slide {
    position: absolute;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}

.slide.active {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.slideCopy {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
    color: #333;
}

.slideCopy p {
    font-size: 16px;
    color:#0492ff
}

.arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #fff;
    margin: auto 0;
    cursor: pointer;
    z-index: 100;
    background-size: 10px;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#prev {
    left: 30px;
    background-image: url(/game/images/0001.jpg);
    background-position: 13px center;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}

#next {
    right: 30px;
    background-image: url(/game/images/0002.jpg);
    background-position: 16px center;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
}

.sliderHovered .arrow {
    opacity: 1;
    pointer-events: auto;
}

.sliderHovered #prev {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.sliderHovered #next {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}  /* i i s 7 . c o m */