body {
    background: #f0f0f0;
}

/*header*/
header {
    width: 100%;
    background: #5eb9ff;
}

header .wrap {
    width: 1010px;
    height: 117px;
    margin: 0 auto;
    background: #5eb9ff;
    position: relative;
}

header a {
    color: #fff;
}

header a:hover {
    text-decoration: none;
}

header .logo {
    position: absolute;
    left: 0;
    top: 0;
}

header .logo img {
    height: 95px;
}

header .logo a {
    display: block;
    width: 300px;
    padding: 10px 0;
   /*  background: #c4e6ff; */
    text-align: center;
}

/*login*/
header .login, header .logined {
    padding: 10px 5px;
    background: #20A0FF;
    border-radius: 0 0 5px 5px;
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 0;
}

header .login span, header .logined span {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
}

header .login span a, header .logined span a {
    color: #fff;
}

header .login .loginBtn {
    border-left: none;
}

header .login span a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
}

header .login span a:hover {
    text-decoration: underline;
}

/* header .login .loginBtn a {
    padding-left: 17px;
    background-image: url('../images/icon_avatar.png');
}

header .login .regBtn a {
    padding-left: 18px;
    background-image: url('../images/icon_reg.png');
} */

header .login .forgetPwd a {
    padding-left: 20px;
    background-image: url("../images/icon_forgetPwd.png")/*tpa=images/icon_forgetPwd.png*/;
}

/*logined*/
header .logined .gift a, header .logined .charge a, header .logined .exit a {
    display: inline-block;
    padding-left: 20px;
}

header .logined .user {
    border-left: none;
}

header .logined .user label {
    display: inline-block;
    padding-left: 18px;
    background: url("../images/icon_avatar.png")/*tpa=images/icon_avatar.png*/ no-repeat left center;
    color: #fff;
    vertical-align: middle;
}

header .logined .user .name {
    margin-right: 2px;
    color: #fffc00;
    vertical-align: middle;
}

header .logined .lvl {
    display: inline-block;
    width: 24px;
    height: 12px;
    background-image: url("../images/lvl.png")/*tpa=images/lvl.png*/;
    background-repeat: no-repeat;
    vertical-align: middle;
}

header .logined .gift .num {
    width: 13px;
    height: 13px;
    line-height: 13px;
    background: #fef24d;
    border-radius: 50%;
    font-size: 10px;
    color: #db4645;
    text-align: center;
    position: absolute;
    right: -8px;
    top: -5px;
}

header .logined a:hover {
    color: #fef24d;
}

header .logined .gift a {
    position: relative;
    background: url("../images/icon_gift.png")/*tpa=images/icon_gift.png*/ no-repeat 1px 1px;
}

header .logined .gift a:hover {
    background-image: url("../images/icon_gift_hover.png")/*tpa=images/icon_gift_hover.png*/;
}

header .logined .charge a {
    background: url("../images/icon_dollar.png")/*tpa=images/icon_dollar.png*/ no-repeat 1px 1px;
}

header .logined .charge a:hover {
    background-image: url("../images/icon_dollar_hover.png")/*tpa=images/icon_dollar_hover.png*/;
}

header .logined .exit a {
    background: url("../images/icon_exit.png")/*tpa=images/icon_exit.png*/ no-repeat 1px 1px;
    color: #fff;
}

/*nav*/
header .nav {
    padding-top: 60px;
    float: right;
    margin-right: 5px;
}

header .nav ul {
    overflow: hidden;
}

header .nav li {
    padding: 8px 15px;
    margin-left: 16px;
    float: left;
}

header .nav li:hover, header .nav li.on {
    background: #FFF;
    border-radius: 4px;
    -webkit-transition: all ease-out 150ms;
    -moz-transition: all ease-out 150ms;
    transition: all ease-out 150ms;
}

header .nav li:hover a, header .nav li.on a {
    color: #5eb9ff;
}

header .nav li a {
    display: inline-block;
    height: 24px;
    font-size: 16px;
}

header .nav li a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

header .nav li a em {
    vertical-align: middle;
}

header .nav li .home span {
    background: url("../images/icon_home.png")/*tpa=images/icon_home.png*/ no-repeat center center #FFF;
}

header .nav li:hover .home span, header .nav li.on .home span {
    background: url("../images/icon_home_hover.png")/*tpa=images/icon_home_hover.png*/ no-repeat center center #5eb9ff;
}

header .nav li .news span {
    background: url("../images/icon_news.png")/*tpa=images/icon_news.png*/ no-repeat center center #FFF;
}

header .nav li:hover .news span, header .nav li.on .news span {
    background: url("../images/icon_news_hover.png")/*tpa=images/icon_news_hover.png*/ no-repeat center center #5eb9ff;
}

header .nav li .account span {
    background: url("../images/icon_account.png")/*tpa=images/icon_account.png*/ no-repeat center center #FFF;
}

header .nav li:hover .account span, header .nav li.on .account span {
    background: url("../images/icon_account_hover.png")/*tpa=images/icon_account_hover.png*/ no-repeat center center #5eb9ff;
}

header .nav li .gift span {
    background: url("../images/icon_gift.png")/*tpa=images/icon_gift.png*/ no-repeat center center #FFF;
}

header .nav li:hover .gift span, header .nav li.on .gift span {
    background: url("../images/icon_gift_hover.png")/*tpa=images/icon_gift_hover.png*/ no-repeat center center #5eb9ff;
}

header .nav li .service span {
    background: url("../images/icon_service.png")/*tpa=images/icon_service.png*/ no-repeat center center #FFF;
}

header .nav li:hover .service span, header .nav li.on .service span {
    background: url("../images/icon_service_hover.png")/*tpa=images/icon_service_hover.png*/ no-repeat center center #5eb9ff;
}

header .nav li .forum span {
    background: url("../images/icon_forum.png")/*tpa=images/icon_forum.png*/ no-repeat center center #FFF;
}

header .nav li:hover .forum span, header .nav li.on .forum span {
    background: url("../images/icon_forum_hover.png")/*tpa=images/icon_forum_hover.png*/ no-repeat center center #5eb9ff;
}

header .nav li .care span {
    background: url("../images/icon_care.png")/*tpa=images/icon_care.png*/ no-repeat center center #FFF;
}

header .nav li:hover .care span, header .nav li.on .care span {
    background: url("../images/icon_care_hover.png")/*tpa=images/icon_care_hover.png*/ no-repeat center center #5eb9ff;
}

/*carouser*/
.breath-carousel img {
    display: block;
    width: 1400px;
    height: auto;
    margin: 0 auto;
}

.breath-carousel {
    width: 100%;
    height: 426px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    min-width: 1010px;
    background: #000;
}

.breath-carousel ul li {
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    width: 100%;
}

.breath-carousel .cur {
    display: block;
}

.breath-carousel ol {
    position: absolute;
    bottom: 10px;
    right: 40%;
}

.breath-carousel ol li {
    float: left;
    width: 14px;
    cursor: pointer;
    height: 12px;
    margin-left: 5px;
    background: url("../images/index/btn.png")/*tpa=images/index/btn.png*/ -27px -128px no-repeat;
}

.breath-carousel ol .act {
    background: url("../images/index/btn.png")/*tpa=images/index/btn.png*/ -10px -127px no-repeat;
}

/*footer*/

footer {
    width: 100%;
    background: #444;
}

footer .wrap {
    width: 1010px;
    padding: 25px 0;
    margin: 0 auto;
    background: url("../images/logo-small.png")/*tpa=images/logo-small.png*/ no-repeat #444;
    background-size: 20%;
    background-position: 15% 40%;
    overflow: hidden;
    position: relative;
   
    
}

footer .about {
    width: 496px;
    margin: 0 auto;
    position: relative;
     left:15%;
}

footer .about .p1 {
    padding: 16px 0 20px;
    color: #FFF;
}

footer .about p {
    line-height: 21px;
    color: #b1b1b1;
    font-size: 12px;
}

footer .about .p1 a {
    color: #FFF;
    font-size: 12px;
}

footer .about .p1 span {
    margin: 0 13px;
    color: #999;
}

footer .weixin {
    width: 134px;
    height: 118px;
    background: no-repeat center top;
    color: #FFF;
    position: absolute;
    right: 180px;
    top: 10px;
}
.ltbanner {
    width: 1010px;
    /* padding: 28px 0 25px; */
    margin: 0 auto;
    /* background: #f0f0f0; */
}
/*index*/
.ltMain {
    /* width: 100%; */
    width: 1010px;
    padding: 28px 0 25px 0;
    margin: 0 auto;
    background: #f0f0f0;
}

.ltMain .main {
    width: 1010px;
    margin: 0 auto;
    background: #f0f0f0;
    overflow: hidden;
}

.ltMTabA .container {
    width: 100%;
    background: url("../images/index/line1.jpg")/*tpa=images/index/line1.jpg*/ repeat-x left center;
    overflow: hidden;
}

.ltMTabA .container .on {

}

.ltmLeft .ltMTabA {
    margin-bottom: 20px;
}

.ltMain .ltmLeft {
    float: left;
     width: 580px;
    overflow: hidden;
    height: auto;
}

.ltmLeft .ltMTabA .pg:hover, .ltmLeft .ltMTabA .on .pg {
    background-image: url("../images/index/icon_phone_hover.png")/*tpa=images/index/icon_phone_hover.png*/;
}

.ltmLeft .ltMTabA span a:hover, .ltmLeft .ltMTabA .on a {
    background-color: #5eb9ff;
    border-color: #5eb9ff;
}

.ltmLeft .ltMTabA .pg {
    background: url("../images/index/icon_phone.png")/*tpa=images/index/icon_phone.png*/ no-repeat 29px center;
}

.ltmLeft .ltMTabA span a {
    padding: 11px 22px 11px 22px;
}

.ltmLeft .ltMTabA span.on {
    padding: 0 4px;
    background: #f0f0f0;
}

.ltmLeft .ltMTabA span:first-child {
    margin-right: 48px;
}

.ltMTabA span a {
    display: inline-block;
    border: 2px solid #c6c6c6;
    border-radius: 4px;
    color: #fff;
    transition: all ease-out 150ms;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.ltMTabA span {
    float: left;
    display: inline-block;
    padding: 0 4px;
    background: #f0f0f0;
    font-size: 16px;
}

.tabCon {
    height: auto;
    width: 100%;
    padding-left: 4px;
    padding-bottom: 6px;
}

.tabCon .game-pics {
    height: 275px;
    width: 100%;
    padding: 0 0 0 0;
}

.tabCon .game-pics li {
    margin-top: 15px;
    height: 130px;
    width: 570px;
}

.ltMain .ltmRight {
    float: right;
    width: 390px;
}

.ltmRight .news .ltMTabA {
    margin-bottom: 10px;
    font-size: 16px;
}

.ltmRight .ltMTabA span {
	 text-align:center;
    padding: 0 0px;
    font-size: 16px;
    float: left;
    /* display: inline-block; */
    height: 45px;
    width: 100px;
    border-radius: 4px;
   /*  border: 1px solid #cbcbcb; */
    color: #bebebe;
    
}
.ltmRight .ltMTabA span a {
 /*    padding: 11px 22px 11px 22px; */
 text-align:center;
}

.ltmRight .ltMTabA span.on {
	/* padding: 0px 5px 0px 8px; */
    background: #8ac550;
    border: none;
    
}

.ltmRight .ltMTabA span.on a {
    color: #fff;
}

.ltmRight .ltMTabA span a {
    color: #bebebe;
}

.ltmRight .ltMTabA span A {
    border: none;
    padding: 12px 0 0 12px;
}

.ltmRight .ltMTabA .more {
    margin-top: 13px;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
}

.ltMTabA .more {
    float: right;
    width: 45px;
    height: 17px;
    line-height: 17px;
    padding-left: 4px;
    background: #bebebe;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
}

.ltmRight .news .companyNews li {
    padding-left: 15px;
    background: url("../images/icon_dot.png")/*tpa=images/icon_dot.png*/ no-repeat left center;
    line-height: 2.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.ltmRight .news .companyNews li a {
    color: #707070;
    font-size: 15px;
}

.ltmRight .news .companyNews li {
    padding-left: 15px;
    background: url("../images/index/icon_dot.png")/*tpa=images/index/icon_dot.png*/ no-repeat left center;
    line-height: 2.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: list-item;
    text-align: -webkit-match-parent;
}

/*register*/
.register_main {
    width: 900px;
    height: 460px;
    margin: 0 auto;
    background-color: #fffef3;
    margin-top: 2%;
    border: 0;
    border-radius: 1em;
    padding-top: 40px;
}

.register_main .register_nav {
    width: 800px;
    height: 24px;
    margin: 0 auto;
    line-height: 24px;
}

.register_main .register_nav li {
    background-color: #d0d4df;
    float: left;
    width: 30%;
    height: 100%;
    text-align: center;
    margin-right: 10px;
    border-radius: 0.3em;
}

.register_main .register_nav .register_nav_active {
    background-color: #ff9900;
    color: #fff;
}

.register_main .email_password {
    width: 842px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 200px;
}

.register_main .email_password li, .person_Info li {
    height: 36px;
    margin-top: 40px;
}

.register_main .email_password li label, .person_Info li label {
    width: 143px;
    float: left;
    text-align: right;
    color: #333333;
    font-size: 14px;
    line-height: 36px;
    margin-right: 5px;
}

.register_main .email_password li input, .person_Info li input {
    float: left;
    width: 230px;
    height: 30px;
    border: 0.1em solid #ccc;
}

.register_main .email_password li span {
    clear: both;
    float: left;
    height: 30px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    width: 260px;
    margin-left: 150px;
}

.register_main .email_password .register_button {
    margin-top: 60px;
    margin-left: 150px;
    width: 230px;
    height: 40px;
    background: #f6a52d;
    color: #fff;
    border-radius: 0.4em;
    text-align: center;
    line-height: 40px;
    font-size: 1.4em;
    cursor: pointer;
}

.person_Info {
    width: 842px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 200px;
    margin-bottom: 10px;
    display: none;
}

.person_Info li {
    margin-top: 16px;
}

.person_Info .register_back, .person_Info .submit {
    float: left;
    width: 86px;
    height: 36px;
    border: 0;
    background-color: #ff8a00;
    border-radius: 0.5em;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.person_Info .register_back {
    margin-left: 170px;
}

.finish {
    width: 500px;
    margin: 50px auto auto 300px;
    color: #b26c57;
    display: none;
}

.finish .register_login {
    float: right;
    width: 120px;
    height: 36px;
    background-color: #ff8a00;
    margin-top: 50px;
    border-radius: 0.3em;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-right: 340px;
}

.register_main .alert {
    clear: both;
    color: red;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    height: 50px;
    width: 80%;
    border-radius: 10px;
    background-color: #f2dede;
    line-height: 50px;
    display: none;
}

/*login*/

.mask {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.log_on {
    position: relative;
    width: 452px;
    height: 266px;
    background-color: red;
    z-index: 999;
    margin: 0 auto;
    margin-top: 10%;
}

.login_header {
    height: 38px;
    width: 100%;
    background: #ffdbaf;
    color: #ed7005;
    font-size: 1.2em;
    text-align: center;
    padding-top: 20px;
}

.close {
    top: 10px;
    left: 400px;
    position: absolute;
    font-size: 12px;
    color: red;
    cursor: pointer;
}

.login_body {
    width: 100%;
    height: 208px;
    background: #fffef3;
}

.login_body form {
    width: 100%;
    height: 100%;
    padding-top: 3em;
}

.login_body div {
    width: 270px;
    height: 25px;
    margin: 0 auto;
}

.login_body label {
    color: #395fa5;
    line-height: 30px;
    margin-right: 5px;
}

.login_body input {
    width: 180px;
    height: 17px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 3px 0px 3px 3px;
}

.login_body #password {
    margin-top: 10px;
}

.login_body .button {
    font-size: 1.2em;
    float: left;
    width: 82px;
    height: 33px;
    background-color: #ff900d;
    margin-right: 10px;
    border: 0;
    border-radius: 0.5em;
    color: #fff;
    margin-left: 90px;
    margin-top: 24px;
    -moz-breath-carousel-shadow: 1px 2px 5px #d0d4df;
    -webkit-breath-carousel-shadow: 1px 2px 5px #d0d4df;
    breath-carousel-shadow: 1px 2px 5px #d0d4df;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
}

.login_body span {
    float: right;
    color: #000;
    margin-top: 30px;
    margin-right: 200px;
    cursor: pointer;
}

.login_body .alert {
    clear: both;
    color: red;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    margin-top: -80px;
    height: 30px;
    width: 80%;
    border-radius: 10px;
    background-color: #f2dede;
    line-height: 30px;
}

/*news*/
#news {
    width: 1010px;
    min-height: 800px;
   /*  overflow: auto; */
    margin: 0 auto;
}

.news-container-list {
    width: 1010px;
    height: auto;
    margin: 0 auto;
}

/*game*/
#game {
    width: 900px;
    min-height: 800px;
   /*  overflow: auto; */
    margin: 0 auto;
}

.game-list {
    width: 900px;
    height: auto;
    margin: 0 auto;
}
.game-news {
    width: 100%;
    overflow: hidden;
}

.game-news li {
    height: 250px;
    /*background: red;*/
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 26px 0 20px 0;
}

.game-news li img {
    float: left;
    height: 100%;
    width: auto;
}

.game-news .game-detail {
    width: 65%;
    float: right;
}

.game-news .game-detail a {
    font-size: 18px;
    color: #8ac551;
}

.game-detail p {
    margin-top: 5px;
    font-size: 14px;
    color: #707070;
    height: 40px;
    /*background: blue;*/
}

.game-detail div {
    margin-top: 12px;
    font-size: 12px;
}

.game-detail div .time {
    float: right;
    margin-right: 30px;
}


.nav-news {
    width: 100%;
    height: 80px;
}

.nav-news span {
    float: left;
    height: 36px;
    width: 120px;
    border: 1px solid #c6c6c6;
    margin: 20px 30px 10px 0;
    border-radius: 5px;
    padding: 14px 0 0 34px;
    color: #cbcbcb;
    font-size: 18px;
    cursor: pointer;
}

.nav-news span.on {
    border: none;
    background: #8ac551;
    color: #fff;
}

.nav-news :after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.content-news {
    width: 100%;
    overflow: hidden;
}

.content-news li {
    height: 100px;
    /*background: red;*/
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 26px 0 20px 0;
}

.content-news li img {
    float: left;
    height: 100%;
    width: auto;
}

.content-news .content-detail {
    width: 82%;
    float: right;
}

.content-news .content-detail a {
    font-size: 18px;
    color: #8ac551;
}

.content-detail p {
    margin-top: 5px;
    font-size: 14px;
    color: #707070;
    height: 40px;
    /*background: blue;*/
}

.content-detail div {
    margin-top: 12px;
    font-size: 12px;
}

.content-detail div .time {
    float: right;
    margin-right: 30px;
}

/*care*/
.common {
    width: 100%;
    background: #d9d9d9;
}

.common-content {
    width: 1010px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #d9d9d9;
}

div.care {
    width: 100%;
    height: 800px;
    margin-top: 20px;
}

.care .care-list {
    float: left;
    width: 145px;
    background-color: #fff;
    position: relative;
}

.care-content {
    background: #ececec;
    color: #ececec;
    border-radius: 1em;
}

.care .care-content {
    width: 856px;
    height: 437px;
    float: right;
}

.care-content .care-list {
    border-radius: 1em;
}

.care-content .care-detail {
    width: 100%;
    background: #ececec;
    height: 700px;
    border-radius: 1em;
    padding-top: 2em;
}

.care-content .care-detail li {
    width: 90%;
    margin: 0 auto;
    display: none;
}

.care .care-list li {
    height: 35px;
    font-size: 14px;
    color: #484848;
    text-align: center;
    line-height: 35px;
    background: #fefefe;
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
}

.care-detail-content .care-title {
    color: #5eb9ff;
}

.cnter {
    width: 100%;
    text-align: center;
}

.care-detail-content .detail {
    color: rgb(51, 51, 51);
    display: block;
    font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
    font-size: 14px;
    height: 75px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-indent: 28px;
}

.care-detail-content:nth-child(5) .detail {
    height: 100px;
}

.care-detail-content:nth-child(3) .detail {
    height: 40px;
}

#special-detail {
    height: 70px;

}

.care-detail-content img {
    height: auto;
    width: 100%;
}

.family {
    width: 100%;
    margin-top: 0;
    margin-bottom: -14px;
}

.family #family-banner {
    width: 100%;
    display: block;
    min-width: 1010px;
}

/*gift*/
.gift.ltMain {
    height: 700px;
}

.ltmRight .news .gift-ltMTabA {
    margin-bottom: 26px;
}

.gift-content {
    margin-top: 10px;
    height: 210px;
    width: 400px;
    /*background: red;*/
    border-bottom: 1px solid;
}

.gift-content-title {
    font-size: 18px;
    width: 100%;
    height: auto;
}

.gift-content-detail {
    height: 60px;
    margin-top: 20px;
}

.gift-content-detail p {
    margin-top: 10px;
}

.gift-content-receive {
    float: right;
    margin-top: 20px;
    color: red;
}

/*forum*/
div.forum {
    height: 300px;
    width: 400px;
    margin: 0 auto;
    margin-top: 200px;
    background: #ccc;
    border-radius: 8px;
}

.forum .forum-content {
    font-size: 26px;
    text-align: center;
    padding-top: 50px;
}

.forum .back {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 140px;
    border-radius: 5px;
    height: 40px;
    width: 100px;
    background: #8ac551;
    display: block;
    color: #fff;
    padding-top: 10px;
}

/*service*/

.service-content {
    width: 1000px;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden
}

.service-contact {
    height: 40px;
    /*width: 100%;*/
    font-size: 22px;
    padding: 10px 0 0 10px;
    font-weight: bold;
}

.service-contact span {
    font-size: 18px;
}

.service-question {
    background: #5eb9ff;
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 10px 0 0 10px;
    font-weight: bold;
    color: #fff;
}

.question-list {
    height: auto;
    width: 100%;
    padding-left: 10px;
    /*background: chartreuse;*/
}

.question-list li {
    width: 100%;
    height: 60px;
    /*background: red;*/
    border-bottom: 1px dashed #ccc;
}

.question-list li p {
    margin-top: 10px;
}

.question-list li p:first-child {
    font-size: 16px;
    font-weight: bold;
}

.question-list li p:last-child {
    font-size: 16px;
}

/*news-container*/
.news-container {
    height: auto;
    min-height: 800px;
    width: 100%;
    overflow: auto;
    background: #f0f0f0;
}

.news-container .position {
    width: 100%;
    color: #7e7e7e;
    background: #fff;

}

.news-container .position div {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
}

.news-container .position a {
    color: #ff605f
}

.news-detail {
    margin: 0 auto;
    width: 1000px;
    height: 100%;
}

.news-detail.rate div {
    text-align: center;
}

.news-title {
    padding: 15px 0 10px;
    border-bottom: 1px solid #CCC;
}

.news-title p:first-child {
    padding: 10px 0;
    font-size: 24px;
    color: #f85251;
    text-align: center;
}

.news-title p:last-child {
    line-height: 1.6;
    text-align: center;
    color: #8e8e8e;
}

.news-content {
    margin-top: 20px;
    padding: 5px 0 20PX ;
    line-height: 1.6;
    font-size: 16px;
    color: #646464;
    height: 100%;

}

.news-content .martin-img {
    height: auto;
    width: 500px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    margin-left: 0;
    margin-right: 0;
    margin-top: 130px;
    float: left;
}

.martin-img-content {
    text-align: center;
}

.news-content img {
    width: auto;
    margin: 0 auto;
}

.news-detail.book {
    width: 1000px;
}

.news-detail.book .news-content {
    margin-left: 150px;
}

.yearTip {
    margin-Top: 15px;
    color: #0F0;
}

//游戏样式
.ltMain .main .nav li {
    float: left;
}
