/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-4-28, 18:18:48
    Author     : Gao Fang <anlmm@126.com>
*/

.container-fluid{
    padding: 0px;
}

.web_name{
    font-size: 40px;
    margin-top:20px;
    margin-bottom: 10px;
}

.navbar{
    margin-bottom: 0px;
}
.navbar-nav{
    font-size: 18px;
}
.navbar-inverse{border-radius:0px;}
.navbar-nav>li>a,.navbar-brand{
    line-height: 25px;
}

.navbar-form{
    margin-top: 10px;
}

.jumbotron {
    text-align: center;
    background-color:#fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

h2.index_new_title{
    border-bottom: 2px solid #ccc;
}
.new-item{
    margin-bottom: 20px;
}

.new-item h3{
    margin-top: 0px;
}

.mainBox{margin:20px auto;}

.mainBox .dashed{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #b0b0b0;
}
.mainBox .list-item{
    margin-bottom: 20px;
}

.mainBox .list-item h3{
    color: #333;
}

.mainBox .list-item .news-data {
    padding: 20px;
    font-weight: 300;
    font-size: 18px;
    background-color: #eee;
}
.mainBox .list-item .news-data .day{
    font-size: 20px;
    font-weight: 400;
}
.mainBox .list-item p.description{
    color: #a5a5a5;
}

.carousel-inner>.item>img{
	height:400px;
}



#pages a{
    color: #878787;
}

.footer{
    padding: 30px 0px;
    background-color: #ccc;
    margin-top: 30px;
}

.footer ul li {
    list-style: none;
}