﻿/* Write your styles */
body{
    width:100%;
    height:100%;
    margin:0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: url("../images/08.jpg");
}
pre{
    border: none;
    background: none;
}
.list-page{
    width:100%;
    float: left;
    margin-top: 30px;
}
.list-page div{
    width:80%;
    margin-left: 10%;
    text-align: center;
}
.list-page a{
    font-size: 14px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding:5px 10px;
    color: #818181;
    cursor: pointer;
}
.list-page a:hover{
    background-color: #d70a30;
    color: #fff;
}
#select{
    background-color: #d70a30;
    color: #fff;
}
.am-img-responsive{
    width: 100%
}
/*公共样式*/
.box-center{
    width:70%;
    min-width:968px;
    margin:0 auto;
}

.am-slider-default .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    display: none;
}
/*导航*/
.russ-menu{
    background: rgba(99,99,99,0.4);
     position: absolute;
     z-index: 101;
     font-size: 1.4rem;
 }
.russ-nav ul li{
	height: 49px;
    line-height: 49px;
}
.russ-nav ul li a{
    display: block;
    padding: 10px 0;
    color: #1a1a1a;
}
.russ-nav ul li a:hover{
    background: #0970c6;
    color: #fff
}
.russ-nav ul li a.active{
    background: #0970c6;
    color: #fff
}


/*导航*/
.footer{
    background-image: url("../images/footerbg.jpg");
    background-size: 100%;
}
.footer-img{
}
.footer-title{
    margin-top: 5%;
    font-weight: bold;
}
.footer-msg-left{
    margin-top: 3%;
}
.footer-msg-left li{
    font-size: 1.2rem;
    line-height: 2.5rem;
}
.footer-msg-right i{
    padding: 0;
    margin: 0;
    margin-top: 3%;
    border: none;
    background: none;
    text-align: right;
}
.footer-msg-right-msg{
    text-align: right;
    margin-top: 5%;
    line-height: 2rem;
}
.footer-msg-right-img{
    float: right;
    width:30%;
    text-align: right;
    margin-top: 2rem;
    padding: 0;
}
.footer-msg-right-img img{
    width:20%;
    margin-left: 3%;
    position: relative;
    top:-1rem;
    cursor: pointer;
}
.footer-bottom{
    height: 3rem;
    background-color: #1893fb;
    font-size: 1.4rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.top-bg{
    width:100%;
    min-width: 1200px;
    position: relative;
}

.index-bg{
    width:100%;
    min-width: 1200px;
    position: relative;
}
.index-bg img{
    width: 100%
}
.top-box{
    position: relative;
    width: 80%;
    bottom: 7rem;
    margin-left: 10%;
    background:rgba(255,255,255,0.6);
    background-size: 100%;
    border-radius: 1rem;
}
.top-box img{
    width:100%;
    display: block;
    height: auto;
}
.top-box-title{
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top:1rem;
    width:60%;
    left:20%;
    text-align: center;
}
.top-box-content{
    width:70%;
    left:15%;
    position: absolute;
    top:4rem;
}
.top-bg-but{
    width:16%;
    margin-left:42%;
    margin-bottom: 3rem;
    top:12rem;
    z-index: 100;
    background-color: #d70a30;
}
/*公共样式*/

/*主页内容*/
.in-logo{
    float: left;
    text-align: center;
}
.in-logo div{
    font-size: 2.4rem;
    color: #1993fb;
    margin-bottom: 2rem;
}
.in-box{
    margin-top: 3rem;
}
.in-left{
    float: left;
    height: 35rem;
    width:27%;
}
.in-left img{
	max-width: 100%;
	height: 100%;
}
.in-box-left{
	height: 50%;
    padding: 0.1rem;
    overflow: hidden;
    position: relative;
}
.in-right{
    float: right;
    height: 35rem;
    width:27%;
}
.in-right img{
	height: 100%;
	max-width: 100%;
}
.in-box-right{
	height: 50%;
    padding: 0.1rem;
    overflow: hidden;
    position: relative;
}
.in-center{
    float: left;
    width:46%;
    overflow: hidden;
    height: 35rem;
}.in-center img{
	width: 100%;
	min-height: 35rem;
}
.in-box-center{
    padding: 0.1rem;
    position: relative;
}
.in-box-center-im{
    z-index: 1;
}
.in-box-center-hover{
    width:100%;
    height:100%;
    display: none;
    position: absolute;
    z-index: 99;
}
.in-box .hover:hover .in-box-center-hover{
    display: block;
}

.in-per{
    position: relative;
    text-align: center;
    margin-top: 3rem;
}
.in-per-bg{
    position: absolute;
    z-index: -1;
    top:0;
}
.in-per-box-logo{
    width:40%;
    margin-left: 30%;
    margin-top: 3rem;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
}
.in-per-box-list{
    margin-top: 3rem;
    min-height: 20rem;
}
.in-per-list-cld{
    cursor: pointer;
    border-bottom: 5px solid #000;
    border-radius: 5px;
}
.in-per-list-box{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 1rem 0;
    color: #333;
    background-color: #fff;
}
.in-per-list-box div{
    margin: 0;
    padding-bottom: 0;
    line-height:2rem;
    font-size: 1.4rem;
            overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
 }
.in-per-list-cld:hover{
    border-bottom: 5px solid #d70a30;
}
.in-per-list-cld:hover .in-per-list-box{
    color: #d70a30;
}
.in-per-but{
    width:16%;
    left:42%;
    background-color: #d70a30;
    margin-top: 3rem;
}

/*主页尾部赞助商*/
.zz-title{
    color: #1993fb;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 3rem;
}
.in-zz-list{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.in-zz-list .in-zz-li{
   	height: 100px;
    border-left:2px solid #e1e1e1 ;
    background-color: #fff;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
}
.in-zz-list .in-zz-li img{position: relative;
    top: 50%;
    width: 100%;
     transform: translateY(-50%); 
    padding: 0 24px;}
.in-zz-list .in-zz-li:nth-child(5n){
    border-right:2px solid #e1e1e1 ;
}

/*背景页面*/
.back-content-title{
    text-align: center;
    margin-top: 3rem;
}
.back-content-title img{
    width:3%;
}
.back-content-title div{
    color:#1993fb ;
    font-size: 2.4rem;
}
.back-content-msg{
    margin-top: 3rem;
}
.back-content-msg-content pre{
    line-height: 2.5rem;
    background: none;
    border: none;
}

.back-series{
    position: absolute;
    z-index:-1;
}
.back-zz{
    background:url("../images/back-bg.jpg");
    position: relative;
    padding-bottom: 3rem;
    background-size: auto 100%;
    overflow: hidden;
}
.back-zz-title{
    width:30%;
    margin-left: 35%;
    margin-top: 2rem;
}
.back-zz-list{
    margin-top: 3rem;
}
.back-zz-list img{
    max-width: 100%;
}
.back-zz-list table{
    width:100%;
}
.back-zz-list td{
    height: 6rem;
    line-height: 6rem;
    border-bottom: 1px dashed #97c0e3;
    border-right: 1px dashed #97c0e3;
    text-align:center;
    cursor: pointer;
}
.back-zz-list td img{
    max-width:60%;
    max-height: 4rem;
    height: auto;
}
.back-zz-list td:nth-child(6n){
    border-right: none;
}
.back-zz-list td:nth-child(1n+13){
    border-bottom: none;
}
.back-zz-list div{
    text-align:center;
    height:6rem;
}
.back-zz-list div img{
}
.back-list-logo{
    width:20%;
    margin-left: 40%;
    margin-top: 3rem;
}
.back-list-content{
    margin-top: 3rem;
}
.back-list-content li{
    list-style: url("../images/l-dian.png");
    line-height: 3rem;
    font-size: 1.4rem;
    cursor: pointer;
}
.back-list-content li:hover{
    list-style: url("../images/h-dian.png");
    color: #d70a30;
}

/*媒体页面*/
.media-content{
    margin-bottom: 3rem;
}
.media-title{
    width:100%;
    text-align: center;
    margin-top: 4rem;
    color: #1993fb;
}
.media-title img{
    width:3%;
}
.media-title div{
    font-size: 2.4rem;
}
.media-box{
    margin-top: 4rem;
}
.media-box li{
    border-top: 1px solid #e2e2e2;
    overflow-y: hidden;
}
.media-box li:nth-child(4){
    border-bottom: 1px solid #e2e2e2;
}
.media-box li:hover{
    color: #d70a30;
}
.media-box-title{
    text-align: center;
    line-height: 15rem;
}
.media-box-title img{
    max-width: 80%;
}
.media-msg{
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 35px 0;
    overflow: hidden;
}

/*注册*/
.register{
    margin-bottom: 3rem;
}
.reg-title{
    text-align: center;
    color: #1993fb;
    margin-top: 3rem;
}
.reg-title img{
    width:3%;
}
.reg-title div{
    font-size: 3.4rem;
}
.reg-content{
    margin-top: 3rem;
    color: #000;
}
.reg-content-msg{
    margin-top: 3rem;
}
.reg-content-msg-ul{
    list-style: decimal;
}
.reg-content-msg-li{
    width:40%;
    float: left;
    margin-bottom: 3rem;
    color: #555;
    line-height: 2rem;
    font-size: 1.4rem;
}
.reg-content-msg-li:nth-child(2n){
    float: right;
    text-align: center;
}
.reg-content-msg-li:nth-child(2n) img{
    max-width: 40%;
}
.reg-content-msg-li:nth-child(3){
    width:70%;
}
.reg-form{
    margin-top: 3rem;
    float: left;
    padding: 2rem;
    border:1px solid #888;
    width:100%;
}
.reg-form-radio{
    float: left;
    width:100%;
    height: auto;
}
.reg-form-would,.reg-form-would1{
    font-size: 1.2rem;
}
.reg-form-would li,.reg-form-would1 li{
    margin-top: 1rem;
    float: left;
}
.reg-form-would li:hover span,.reg-form-would1 li:hover span{
    color: #d70a30;
}
.reg-form-would input,.reg-form-would1 input{
    margin-left: 1rem;
}
.reg-form-would label,.reg-form-would1 label{
    padding: 0;
    margin: 0;
    font-weight: 100;
    cursor: pointer;
    line-height:1rem;
}
.reg-form-radio-title{
    width:25%;
    padding-right: 2%;
    text-align: right;
}
.reg-form-input{
    float: right;
    width:100%;
    margin-top: 3rem;
}
.reg-form-input input{
    width:100%;
    height: 3rem;
    margin-top: 2rem;
}
.reg-form-button{
    float: left;
    width:100%;
    margin-top: 3rem;
    text-align: center;
}
.reg-form-button button{
    width:16%;
    margin: 0 42%;
    background-color: #d70a30;
}
.big-box{
    width:1rem;
    height: 1rem;
    border: 1px solid #555;
    float: left;
    margin:0 0.2rem 0 0.5rem;
}
.select{
    border:1px solid red;
}
.select .min-box{
    display: block;
}
.min-box{
    display: none;
    float: left;
    width:80%;
    height:80%;
    background-color: red;
    margin-left: 10%;
    margin-top: 10%;
}

/*回顾*/

.rev-title{
    text-align: center;
    color: #1993fb;
    margin-top: 3rem;
    font-size: 2rem;
}
.rev-title img{
    width:3%;
}
.rev-title div{
    font-size: 2.4rem;
}
.rev-content{
    width:100%;
    float: left;
    margin-top: 4rem;
}
.rev-content li{
    width:100%;
    float: left;
    border-top: 1px solid #e2e2e2;
}
.rev-content li:nth-child(4){
    border-bottom: 1px solid #e2e2e2;
}
.rev-content-image{
    float: left;
    width:20%
}
.rev-content-image img{
    width:80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 10%;
}
.rev-content-msg{
    width:80%;
    padding-left: 5%;
    float: left;
    margin-top: 3rem;
}
.rev-content-msg-title{
    font-size: 1.8rem;
    font-weight: bold;
}
.rev-content-msg-time{
    margin-top: 2rem;
    color: #a6a6a6;
}
.rev-content-msg-http{
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #555;
}

/*人物页面*/
.spe-per{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.spe-per-box-list li{
    position: relative;
    padding: 0 2%;
    float: left;
    margin-top: 3rem;
}
.spe-per-box-list a{
    position: relative;
    color: #333;
}
.spe-per-list-cld{
    cursor: pointer;
    border-bottom: 5px solid #000;
    border-radius: 5px;
}
.spe-per-list-box{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 1rem 0;
    background-color: #fff;
}
.spe-per-list-box div{
    margin: 0;
    padding-bottom: 0;
    line-height:1.5rem;
    font-size: 1rem;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.spe-per-list-cld:hover{
    position: relative;
    top:-1px;
    border-color:#d70a30;
    color: #d70a30;
    box-shadow: 0.5rem 0.5rem 1rem rgba(40%,40%,40%,0.5);
}

/*人物详情*/
.content{
    margin-top: 3rem;
    width:100%;
}
.content-title{
    width:100%;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}
.content-title-time{
    font-size: 1.4rem;
    font-weight: 100;
    color: #9f9f9f;
}
.content-msg{
    float: left;
    width:100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.content-msg-image{
    width:25%;
    float: left;
    margin-top: 1rem;
}
.content-msg-content{
    width:70%;
    float: right;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
/*赞助页面*/
.sponsorship{
    margin-bottom: 3rem;
}
.spon-menu{
    width:60%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.spon-menu li .spon-span{
    padding:0.5rem;
    border-radius: 3px;
    cursor: pointer;
}
.spon-menu li span:hover{
    color: #e50000;
    border-radius: 5px;
    border-bottom: 3px solid #e50000;
}
.spon-content{
    padding-left: 3%;
    float: left;
    margin-top: 3rem;
    font-size: 1.4rem;
    color: #646464;
}
.spon-active{
    color: #e50000;
    border-radius: 5px;
    border-bottom: 3px solid #e50000;
}
.spon-table{
    width:100%;
    background-color: #f2f2f2;
    margin-top: 3rem;
    float: left;
}
.spon-table td{
    padding:0.5rem 2rem;
}
.spon-table tr:nth-child(2n){
    background-color: #f8f8f8;
}
.spon-table td:nth-child(2){
    border-left:1px solid #e3e3e3;
}
.spon-table tr:nth-child(2n) td:nth-child(2){
    border-left:1px solid #dedede;
}
.spon-table th{
    padding:0.5rem 2rem;
    color: #1993fb;
    background: #e1e1e1;
}
.spon-table th:nth-child(2){
    border-left:1px solid #bfbfbf ;
}

.sponsor-img{
    width:100%;
    margin-top: 3rem;
    float: left;
    text-align: center;
}
.sponsor-box{
    width:33%;
    float: left;
    border: 1px solid #fff;
    text-align: center;
}

.sponsor-content{
    width:100%;
    margin-top: 3rem;
    float: left;
}
.sponsor-content-title{
    padding:0.5rem 3rem;
    background-color: #e1e1e1;
    width:100%;
    color: #1993fb;
    font-weight: bold;
}
.sponsor-content-msg{
    padding:1rem;
}