﻿.main_bg {
    /*width: 100%;
    height: auto;
    text-align: center;*/
    background: url(../images/whole_bg.png) left bottom no-repeat;
    background-size: cover;
    /*padding-bottom:200px;
    display:inline-block;
    padding-top:20px;*/
}
.Whole h1{
   margin:20px 0 40px; 
}
.con_box p {
    font-size:20px;
    font-weight: bold;
    color: #444;
    margin: 20px 0 30px;
}

footer {
    position: fixed;
    bottom: 10px;
    z-index: 100;
    left: 50%;
    margin-left: -126px;
}
footer p{
    font-size: 14px;
    font-weight: 500;
    color: #444;
    text-align: center;
    margin-bottom: 10px;
}
.fix-head {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 70px;
}
.fix-head a{
    display: block;
    width: 120px;
    height: 35px;
    border: 1px solid #6895b4;
    color: #6895b4;
    text-align: center;
    line-height: 35px;
    float:right;
    border-radius: 5px;
    margin:0 10px;
}
.fix-head a:hover{
    background:#6895b4;
    color:#fff;
    text-decoration:none;
}
.login-page-news {
    padding: 20px;
    float: left;
    display: inline;
    width:550px;
    height: 420px;
    background:#fff;
    box-shadow: 0px 2px 9px 1px rgba(91,110,153,0.2);
    border-radius: 5px;
}
.news-box-1 {
    border-bottom: 1px solid #dcdddd;
}
.news-box {
    width:900px;
    margin:0 auto

}
.news-box h4 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}
  .news-box-1 h4 span, .news-box h4 span {
        padding-left: 25px;
    }
.news-box h4 a {
    float: right;
    display: inline-block;
}
.news-list ul, .laws-list ul {
    padding-left: 15px;
    overflow: hidden;
}
.news-list {
    height: 335px;
    overflow: hidden;
    overflow-y: auto;
}


.news-list ul li {
    list-style-type: none;
}
.news-list ul li a {
    font-weight: 400;
    color: rgba(115,115,115,1);
    line-height: 30px;
}
    .news-list ul li a span {
        padding-top: 5px;
    }
    .nowrap {
   padding:0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.page-home-title {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 500;
    color: #444;
    display: inline-block;
    width: 100%;
    font-family: KaiTi;
    font-weight: bold;
}
.laws-list ul li {
    padding: 0px 5px;
}
.laws-list ul li a {
    font-weight: 400;
    color: rgba(115,115,115,1);
    line-height: 30px;
}
.cover-container {
    overflow: hidden;
    width: 340px;
    background-color: #fff;
    float: right;
    padding: 20px 20px 10px;
    border-radius:8px;
}
.site-wrapper .container{
    width:1000px;   
    position:relative;
}
.site-wrapper-inner .cover-container {
    position: absolute;
    top:100px;
    right: 0;
}
.foot {
    position: relative;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 10px 0;
}
.login-page-con {
    width: 960px;
    background: rgba(255,255,255,.5);
    margin: 0px auto;
    padding-top: 10px;
    box-shadow: 0 0 10px 4px #f1f1f1;
}
.login-page-con .news-box-1{
    border-bottom:0;
}
.login-page-con .news-list ul li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    float: left;
    line-height:40px;
    font-size:16px;
    width: 100%;
}
  
    .login-page-con .news-list ul a:hover {
        color: #6895b4;
    }

.news-box .news-tit {
    position: relative;
    width: 900px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #bfcce5;
}
.news-box .news-tit span {
    float: left;
    color: #5184eb;
    font-size: 20px;
    line-height: 39px;
    border-bottom: 4px solid #5184eb;
    padding: 0 5px;
}
 
    .news-list ul {
        padding-left: 0;
    
    }

.site-wrapper-con {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
    background: url(../images/whole_bg.png) left bottom no-repeat;
    background-size: cover;
}

.site-wrapper-inner {
    display: inline-block;
    width: 100%;
    position:relative;
}
.site-wrapper-inner .zykf-bg img{
    width:100%;
}
li {
    list-style: none;
}
.tsgg {
    position: absolute;
    top:100px;
    left: 0;
    z-index:1;
}
.tsgg li{
    float:left;
    line-height:30px;
    background:#fbfbfb;
    border-radius:3px;
    border:dashed #dddddd 1px;
    padding:0 15px;
    margin-left:15px;
    font-size:15px;
}
.tsgg li a{
    color:#333;
    display:block;
}
.tsgg li a:hover{
    color:#f74204;
}
.input-lg {
    border-radius: 3px;
    padding-left:40px;
}
.inner i {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #999;
    font-size: 20px;
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 3px;
}