/* common */
.w1100{ width:1100px;}
a:hover{ text-decoration: none;}
/* fit */
.header{
    background-color: #0e6eb8;
    height: 90px;
    width: 100%;}
.header .logo{
    width: 180px;
    float: left;
}
.header .logo img{
    height: 50px;
    margin-top: 5px;
}
.login_item{
    margin-top: 12px;
    width: 200px;
    text-align: right;
}
.login_item a{
    color: #fff;
    }
.header .tel{
    font-size: 28px;
    color: red;
    line-height: 65px;
    font-weight: bold;
}
.header .tel i{
    font-size: 28px;
    color: red;
    line-height: 65px;
    font-weight: bold;
}
.footer{
    background-color: #0e6eb8;
    height: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
}
.footer p{
    height: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.footer a{
    color: #fff;
    font-size: 14px;
    line-height: 60px;
}
.footer p a{
    color: #fff;
    font-size: 14px;
    line-height: 60px;
}
.system_intro{
    margin-top: 60px;
    height: 300px;
}
.index_news{
    height: 500px;
}
.system_intro ul{
    margin-top: 60px;
}
.system_intro ul li{
    width: 210px;
    text-align: center;
    float: left;
    font-size: 18px;
}
.circle-bg{
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #009688;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
}
.index_news_title{
    margin-top:15px;
    height:35px;
    line-height:35px;
    font-weight:bold;
    border-bottom:2px solid #337ab7;
    font-size:18px;
}
.more{
    float:right;
    padding-right:5px;
    font-weight:100;
    font-size:14px;
    color:#000;
}
a.more:hover{
    text-decoration:none;
    color:#337ab7;
}
.news_box{
    margin-top: 10px;
    width: 100%;
    height: 400px;
    padding: 0 15px;
}
.news_box li{
    height:40px;
    list-style:none;
    border-bottom:1px dotted #333;
    padding-left:20px;
    line-height:40px;
    position:relative;
}
.news_box li a{
    line-height:40px;
    font-size:15px;
}
.news_box a::before {
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}
.about_us{
    margin-top: 30px;
    height: 430px;
}
.about_us p{
    text-indent: 2em;
    font-size: 18px;
    line-height: 50px;
}
.about_us .ewm{
    width: 90px;
    position: absolute;
    top: 5px;
    left: 105px;
    color: #fff;
}
.about_us .lxfs{
    position: absolute;
    top: 170px;
    padding: 20px;
    color: #fff;
}
.about_us .lxfs p{
    line-height: 25px;
    font-size: 14px;
}
.yewu{
    margin-bottom: 15px;
}
.yewu .layui-colla-title{
    font-size: 18px;
    font-weight: bold;
}
.yewu .layui-colla-content{
    font-size: 18px;
    line-height: 35px;
}
.news_nav{
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    font-weight: bold;
    border-top: 1px solid #009688;
    border-bottom: 1px solid #009688;
}
.viewbox{
    margin-top: 30px;
}
.viewbox .title, .viewbox .info{
    text-align: center;
}
.viewbox .info{
    line-height: 30px;
}

/* 手机侧导航 */
#mobile_nav{
    top: 59px;
    padding-top: 15px;
}
.line-center-text-box{
    position: relative;
    border-top: 1px solid #fff;
    margin-top: 50px;
}
.line-center-text-box p{
    margin: 10px auto;
    margin-top: -15px;
    width: 90px;
    font-size: 2rem;
    color: #fff;
    background-color: #12b864;
    text-align: center;
}
.news_box li a{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
