


body{
    font-family: '微软雅黑' Arial, Helvetica, sans-serif !important;
    overflow-x:hidden;
    /* width:1170px; */
}
a{
    color: #333;
}

.mt20{
    margin-top: 40px;
}
/* 头部 */
.banner .bg{
    background: url(../img/banner.jpg) no-repeat top center;
    background-size: cover;
    height: 450px;
    margin-bottom: 40px;
}
.header .tit{
    text-align: center;
    margin-bottom: 40px;
}
.header .tit a{
    font-size: 30px;
    color: #b71014;
    font-weight: bold;
    
}


/* 内容 */

.carousel-inner > .item > img{
    height: 280px !important;
    /* width: 370px; */
}
.carousel{
    margin-top: 20px;
}
.cont .hot-news{
    margin-top: 20px;
}
.cont .hot-news h1{
    font-size: 25px;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #005580;

}
.cont .hot-news h1 a{
    color: #005580;
    font-weight: bold;
}
.cont .hot-news h2{
    margin-top: 10px;
    margin-bottom: 20px;
}
/* .cont .hot-news h2 a{
    font-size: 22px;
    color: #b71014;
} */
.cont .hot-news ul {
    margin: 0;
    padding-left: 20px;
}
.cont .hot-news ul li{
    line-height: 36px;
}
.cont .hot-news ul li:first-child{
    margin-bottom: 20px;
    margin-top: 20px;
}
.cont .hot-news ul li:first-child a{
    font-size: 22px;
    color: #b71014;
    
}
.cont ul li a{
    font-size: 18px;
    display: block;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail{
    padding: 0;
}
.thumbnail .caption h3{
    font-size: 16px;
    text-align: center;
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px){
    .navbar{
        display:none;
    } 
    
    /* .cont .hot-news{
        margin-top: 40px;
    }

    .mt20{
        margin-top: 0;
    } */
}
































.navbar{
    top: 450px;
    /* min-height: 60px; */
}

.navbar-default{
    background: #b71014;
    border: none;
}
.navbar-default .navbar-nav>li>a{
    color: #ff4b47;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li{
    line-height: 60px;
    color: #fb3431;
}
.navbar-default .navbar-right>li{
    line-height: 60px;
    color: #bbb;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fb3431;
}
.navbar-default .navbar-right>li>a{
    font-size: 14px;
    color: #fff;
}


.main{
    margin-top: 82px;
}
.carousel-caption{
    font-size: 18px;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    text-align: left;
}
.newsList li{
    border-bottom: 1px dashed #ddd;
}
.newsList li h3{
    font-size: 26px;
    color: #222;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}
.newsList li p{
    font-size: 16px;
    margin-bottom: 20px;
    text-indent: 2em;
    color: #666
}
.newsList li h4{
    font-size: 22px;
    color: #222;
    line-height: 30px;
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-weight: bold; */
}
.newsList li h3 a,.newsList li h4 a{
    color:initial;
}
.fa-circle{
    font-size: 10px;
    vertical-align: middle;
    margin-right: 10px;
    color: #b71014;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    height:280px;
    width: 100%;
}
.hotNews{
    background: url(../img/111.png) no-repeat left;
    padding-left: 180px;
    padding-top: 20px;
    padding-bottom: 40px; 
}
.hotNews h1{
    font-weight: bold;
    color: #b71014;
    margin-bottom: 20px;
    text-align: center;
}
.hotNews h1 a{
    color: inherit;
}
.hotNews p{
    text-indent: 2em;
    font-size: 16px;
    color: #444;
    line-height: 26px;
}
.imgTitle h1{
    background: url(../img/lvxin.jpg) no-repeat center;
    color: transparent;
    text-indent: 999999em;
    margin-top: 40px;
    margin-bottom: 40px;
}
.carousel-caption a{
    color: #fff;
}


.imgmain{
    /* background: url(../img/imgbg.jpg) no-repeat center; */
    padding: 60px 0 40px;
    position: relative;
}
.imgmain:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 30px 40px;
    border-style: solid;
    border-color: transparent transparent #fff;
    transform: translate(-50%) rotate(180deg);
}
.imgmain p{
    text-align: center;
    font-size: 14px;
    color: #5b5b5b;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
.thumbnail{
    border: none;
}
.caption p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}


.foot p{
    text-align: center;
    color: #555;
    line-height: 60px;
    font-size: 14px;
    margin: 0;
    margin-top: 120px;
}


