
a:hover{
    color:#f77311;
}

.content-width{
    width: 1200px;
    margin: auto;
}
.header{
    border-bottom: solid 2px #ddd;
    box-shadow:0 0 10px #ccc;
    height: 76px;
}
.clear{
    display: block;
    clear: both;
}
.logo{
    float: left;
    margin-top: 10px;
}
.nav{
    float: left;
    margin-top:35px;
    margin-left: 40px;
}
.nav li{
    float: left;
    height: 40px;
    position: relative;
}
.nav li .nav-hot{
    position:absolute;
    background:url(/site/img/hot.gif) no-repeat;
    width: 31px;
    height: 13px;
    right: 3px;
    top: -14px;
}
.nav li .nav-new{
    position:absolute;
    background:url(/site/img/new.gif) no-repeat;
    width: 31px;
    height: 13px;
    right: 3px;
    top: -14px;
}
.nav li:hover,.nav li.on{
    border-bottom: 3px #005eae solid;
    font-weight:800;
}
.nav li a{
    display: block;
    border-left:2px solid #cfcfcf; 
    padding: 0 20px;
    font-size: 16px;
}
.nav li:hover a,.nav li.on a{
    color: #004c8e;
}

.right{
    float: right;
    margin-top:30px;
}
.search{
    width: 40px;
    height: 30px;
    border-radius:2px 2px 0 0;
    position: relative; 
    float: left;
    background-color:none;
}
.search:hover{
    background-color:#cccccc; 
}
.search .icon-sousuo{
    display: block;
    line-height: 30px;
    color: #337ebe;
    text-align: center;
    font-size: 18px;
}
.search:hover .icon-sousuo{
    display: block;
    line-height: 30px;
    color: #686868;
    text-align: center;
    font-size: 18px;
}
.search:hover .search_input{
    display:block;
}

.login-info{
    float: right;
}
.login,.register{
    height: 28px;
    width: 72px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    font-size: 14px;
    border: solid 1px #cccccc;
    border-radius: 2px;
    display: inline-block;
    margin-left:5px;  
}
.login:hover,.register:hover{
    background-color:#f3f3f3;
}
.username{
    color:#004c8e;
    width: 100px;
    height:28px;
    line-height: 28px;
    display: block;
    font-size: 12px;
    text-align: center;
}
.login-succeed{
    border-radius: 2px 2px 0 0;
    margin-left: 60px;
    position: relative;
}
.username em{
    font-size: 12px;
    margin-left: 5px;
}
.user-info{
    display: none;
    width: 98px;
    position: absolute;
    border:solid 1px #e2e2e1;
    background-color: #ffffff;
}
.onhover{
    background-color: #dededc;
}
.onhover .user-info{
    display: block;
}
.user-info a{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding-left: 5px;
}
.user-info a em{
    margin-right: 5px;
}
.user-info a:hover{
    background-color: #f8f4f1;
    color: #01508f;
}



.search_input{
    position: absolute;
    display:none;
    top:30px;
    right: 0px;
    height: 34px;
    width: 260px;
    border: solid 1px #cccccc;
    background-color: #fff;
}
.search_input input{
    padding: 5px 10px;
    height: 24px;
    line-height: 24px;
    width: 240px;
    font-size: 14px;
}

.footer{
    background-color: #333333;
    height: 55px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 55px;
    margin-top: 20px;
}
.footer a{
    color: #fff;
    padding: 0 18px
}
.footer a:hover{
    color:#f77311;
}
.footer span{
    padding-left:60px; 
}



/*右边导航*/
.right-menu{
    position: fixed;
    z-index:10;
    bottom: 55px;
    margin-left:624px;
    left:50%;
    width: 50px;
    background-color:#f2f2f2;
    border-bottom:solid 1px #dddddd;  
}
@media screen and (max-width:1370px) {
    .right-menu {
        right:0px;
        margin-left:auto;
        left:auto;
    }
}
.right-menu li.weixinli-code:hover .weixin-code{
    display:block;
}
.weixin-code{
    display: none;
    position: absolute;
    z-index: 49;
    bottom: 0px;
    background: url(/site/img/index/code.gif) no-repeat center;
    right: 48px;
    width: 210px;
    height: 154px;
    border: solid 1px #ddd;
    background-color:#fff;
}
.right-menu li{
    height: 48px; 
    position: relative;
    text-align: center;
    border: solid 1px #ddd;
    border-bottom: none;
}
.right-menu li span{
    font-size: 12px;
    background-color: #999;
    color: #fff;
    padding: 5px;
    position: absolute;
    left:0;
    top:0;
    z-index:10;
    width:38px;
    text-align:center;
    line-height: 19px;
    cursor:pointer;
}
.right-menu li span.right-icon{
    font-size: 20px;
    color: #999;
    background:none;
    display: block;
    z-index:11;
    background-color:#fff;
    line-height: 38px;
}

/*详情提示框*/
.popup-details{
    width:680px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -340px;
    box-shadow: 0px 0px 20px #333;
    background-color: #fff;
}
.details-top{
    height: 85px;
    background-color: #005eae;
    overflow: hidden;
    text-align: center;
}
.details-title{
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin-top: 20px;
    font-weight: 800;
}
.details-time{
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    margin-top: 15px;
    color: #b8c9e1;
}
.details-time span{
    padding:0 18px;
}
.details-colse{
    position: absolute;
    display: block;
    width:15px;
    height: 15px;
    color:#fff;
    right:15px;
    top:15px;
}
.details-content{
    padding: 16px 24px;
}
.details-content-text{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-indent: 3em;
    border-bottom: dashed 1px #ddd;
    padding-bottom: 20px;
    max-height:400px;
    overflow-y:auto;  
}
.details-content a{
    color: #266db4;
}
.details-content-tip{
    font-size: 14px;
    color: #333;
    margin-top: 16px;
    text-align: right;
    padding-bottom: 16px;
}
.details-time .share-weibo,.details-time .share-weixin{
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 5px;
}
.share-weibo{
    color: #d04341;
    background-color: #fff;
    border-radius: 3px;
}
.details-time .share-weixin{
    color: #fff;
    background-color: #36891a;
    font-size: 18px;
    border-radius: 3px;
}

/**/
.blue{
    color: #005eae;
}
.verification .popup-name-input{
    width:198px;
    float: left;
}
.verification a{
    width:125px;
    float: right;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #005eae;
    color: #fff;
}
.popup-login{
    position: fixed;
    border-radius: 4px;
    z-index: 100;
    width: 500px;
    left:50%;
    margin-left: -250px;
    top:50%;
    margin-top:-240px;
    background-color: #fff;
    padding-bottom: 35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.popup-bg{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    display:none;
    z-index: 99;
}
.popup-top{
    height: 40px;
    border-radius: 4px 4px 0 0;
    background-color: #005eae;
    line-height: 40px;
    font-size: 14px;
    padding: 0 8px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}
.popup-colse{
    color: #fff;
    float: right;
    line-height: 40px;
    margin-top: 13px;
}

.popup-name-input{
    border:solid 1px #ddd;
    display: block;
    padding: 5px; 
    width: 336px;
    height: 27px;
    line-height: 27px;
}
.borderred{
    border-color: #f00;
}
.popup-name-inputtip{
    height: 12px;
    line-height: 100%;
    margin-top: 5px;
    color: #f00;
}
.forget{
    float: right;
    font-size:14px;
    color: #005eae;
}
.popup-ok{
    width: 100%;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #005eae;
    border:none;
    cursor: pointer;
}

.remember input{
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}
.popup-platform{
    width: 324px;
}
.popup-item{
    margin:0 75px;
    font-size: 14px;
    padding-top: 10px;
}
.popup-item-right{
    display: inline-block;
    vertical-align: top;
}
.popup-register{
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.popup-register a{
    color: #005eae;
}
.platform-item{
    width: 108px;
    float: left;
    line-height: 100%;
    padding: 10px 0px;
    text-align: center;

}
.platform-item:hover{
    background-color: #f2f2f2;
}
.platform-list{

}

/*放大图片*/
.magnify{
    position: fixed;
    left: 50%;
    top:50%;
    z-index:100;
}
.magnify .magnify-colse{
    position: absolute;
    width: 38px;
    height: 38px;
    right: -38px;
    top:-38px;
    color: #fff;
    font-size: 38px;
    cursor: pointer;
}

/*page*/
.pager{
    text-align: center;
    padding-bottom: 20px;
}
.page-item{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding:0 8px;
    font-size:14px;
    border:solid 1px #ddd;
    color: #333;
}
.page-disabled{
    color: #ddd;
}
.page-on{
    background: #005eae;
    color: #fff;
    border-color: #005eae;
}
.page-mes{
    color:#999;
    font-size:14px;
}
.page-skip{
    border:solid 1px #ddd;
    padding:3px 5px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    width: 26px;
    font-size:14px;
}
.page-skip-ok{
    border:solid 1px #ddd;
    padding:3px 5px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    width: 34px;
}

/*loading*/
.spinner {
  margin: 100px auto;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #004c8e;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*loading*/

/*page*/
.tcdPageCode{padding: 15px 20px;text-align: center;color: #ccc;}
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 30px;	line-height: 30px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;	border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
/*page*/