@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url("../../static/fonts/Alibaba-PuHuiTi-Bold.woff");
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src: url("../../static/fonts/Alibaba-PuHuiTi-Heavy.woff");
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Light';
    src: url("../../static/fonts/Alibaba-PuHuiTi-Light.woff");
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url("../../static/fonts/Alibaba-PuHuiTi-Medium.woff");
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url("../../static/fonts/Alibaba-PuHuiTi-Regular.woff");
}
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td {
    border:none;
    font-family:"Alibaba-PuHuiTi-Regular","宋体","黑体";
    font-size:14px;
    margin:0px;
    padding:0px;
}
#lk_header {
    background-color: #4B689A; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#4B689A, #5884C2);

}

#lk_header h1 {
    font-size: 30px;
    color: #ffffff;
    /*line-height: 80px;*/
    font-weight: bold;
    padding: 40px 0;
    font-family:"Alibaba-PuHuiTi-Medium","宋体","黑体";
}


#lk_header .navbar-lk {
    background-color: #fff;
    margin-bottom: 0;
}

#lk_header .navbar-lk .navbar-brand {
    height: 50px;
    padding: 10px 15px;
}

#lk_header .navbar-lk .navbar-nav a {
    height: 50px;
    line-height: 20px;
}

#lk_header .navbar-lk .navbar-nav li.active a,
#lk_header .navbar-lk .navbar-nav li a:hover {
    background-color: transparent;
    border-bottom: 2px solid #0AB4F7;
}

#lk_header .navbar-lk .navbar-toggle {
    margin-top: 18px;
}


/*第banner页*/
.banner-page {
    height: 500px;
    background-image: url("/static/img/banner.png");
    background-color: #0F4478;
}


.banner-page .container .carousel {
    margin-top: 5%;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: -30%;
    /*margin-left: -10px;*/
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: -30%;
    /*margin-right: -10px;*/
}

.carousel-indicators {
    bottom: -25%;
}

.white-text {
    color: white;
    line-height: 1.5em;
}

.carousel-inner h2 {
    font-size: 30px;
    margin-bottom: 2%;
    font-weight: bold;
    height: 135px;
    font-family:"Alibaba-PuHuiTi-Bold","宋体","黑体";
}
.carousel-inner a{
    text-decoration: none;
    font-family:"Alibaba-PuHuiTi-Light","宋体","黑体";
}
.carousel-inner h3 {
    font-size: 16px;
    margin-bottom: 15%;
}

.carousel-inner p {
    font-size: 12px;

}

/*第1页first-page*/
.first-page {
    margin: 20px 0;
}

.first-page h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.first-page p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
}

.first-page a {
    color: black;
}

.first-page .btn {
    padding: 10px 0;
}

/*第2页sec-page*/
.sec-page h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family:"Alibaba-PuHuiTi-Bold","宋体","黑体";
}

/*第3页sec-page*/
.third-page {
    margin-bottom: 50px;
}

.third-page h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family:"Alibaba-PuHuiTi-Bold","宋体","黑体";
}

.thumbnail {
    /*height: 350px;*/
    border: 0;
}

.thumbnail img {
    /*width: 280px;*/
    /*height: 160px;*/
}
.thumbnail a{
    color:#2f2b2b;
    text-decoration: none;
}
.thumbnail h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
    height: 3em;
  
}

.thumbnail p {
    line-height: 1.5em;
}

.thumbnail .caption {
    padding: 9px 0;
    margin-top: 10px;
}


/*第footer页*/

.footer-a {
    height: 10px;
    background-color: #D8D8D8;

}

.footer-b {
    height: 40px;
    background-color: #2C2C2C;
    color: #ffffff;

}

.footer-b p {
    line-height: 40px;
    font-size: 12px;
}

.footer-b a {
    margin-right: 10px;
    text-decoration: none;
}

.footer-c {
    height: 150px;
    background-color: #1A1A1A;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    position: relative;

}

.footer-c p {
    font-size: 12px;
    padding-top: 30px;


}
.footer-c-middle{
    height:75px;
    margin: auto;  
    position: absolute;  
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0
}

/*新闻列表页*/
.article_banner {
    height: 300px;
    background-position:center;
    background-size: cover;
}


.aritcle_tubiao {
    margin: 20px 0;
}

.article_list h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;

}
.article_list a{
    color:#000;
    text-decoration: none;
}
.article_list .label-default {
    background-color: #FFFFFF;
    color: #777;
    padding-left: 0;
}

.article_list p {
    line-height: 1.5em;
    font-size: 14px;
}

.article_list .btn {
    color: #777;
    padding-left: 0;

}

/*分页*/
.fenye {
    margin-bottom: 50px;
    text-align: center;
}

nav.for-pagination .pagination li:nth-child(n+2) a {
    margin-left: 0.75em;
}

/*文章详情*/
.article_article {
    margin-top: 30px;
    margin-bottom: 50px;
}


.article_article img {
    width: 700px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px 0;
}

.article_article p {
    line-height: 1.8em;
    font-family: 'Alibaba-PuHuiTi-Regular', sans-serif;
}

.article-title {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.article-data {
    text-align: center;
    margin-bottom: 20px;
    color: #999;
}

.article-footer a {
    color: #333;
    text-decoration: none;
}

.article-footer li {
    padding: 5px 0;
}
.specail_p{
    text-indent: 2em;
    line-height: 1.5em;
    margin-bottom: 10px;
}
/*面包屑*/
.breadcrumb {
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 6em;
    padding: 0;
    font-size: 12px;
    color: #999;
}

.breadcrumb a {
    color: #999;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    content: ">";
    padding-right: .5em;
}

/*专题1*/
.special1 {
    margin-bottom: 50px
}

.special1 img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}

.special1 p {
    text-indent: 2em;
    font-size: 14px;
}

/*contact*/
.contact{
    text-align: center;
    margin-bottom: 50px;
}
.contact img{
    width: 40px;
}
.contact p{
    font-size: 12px;
}
.caption h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.caption p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}