@CHARSET "UTF-8";
body {
    padding-top: 90px;
    background: #f0f0f0;
}
html, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
   font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', Helvetica, 'FreeSans', 'Arimo', 'sans-serif';
}
body.body-white {
    background: #fff;
}

@media screen and (max-width: 450px) {
    .img-width {
        width: 75%;
    }

    .sy-pager li{
        width: 25px !important;
    }
    .chenlie-title, .ph-title, .index-zx-t{
        font-size:21px !important;
        line-height: 40px !important;
        height: auto !important;
        padding:10px 0 !important;
        text-align: center;
    }

}


.clear {
	clear:both;
}
.center {
	text-align: center;
}
hr {
	border-top: 1px solid #e5e5e5;
}
.btn-color761e1d {
	background: #761e1d;
    border-color: #761e1d;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: auto;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding-left: 30px;
    padding-right: 30px;
	text-align:center;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #761e1d;
}
.navbar-default .navbar-brand {
	padding: 10px 15px;
}
.navbar {
	background: #101010;
}
.sy-box {
	position: relative;
}
.sy-pager {
	position: absolute;
    bottom: 10px;
	z-index: 9999;
}
/*tc widget*/
.tc-main {
    padding-top: 20px;
	/*min-height: 600px;*/
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*footer start*/
.footer{
	background-color: #761e1d;
	font-size:16px;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer-contact{
	padding-top: 15px;
	color: #fff;
}
.links{
	/*padding-top: 15px;*/
    padding-bottom: 55px;
	border-bottom: 1px solid #646464;
}
.links a{
	color: #fff;
	/*margin-right: 50px;*/
}
.foot-info{
	padding-top: 20px;
	padding-bottom: 30px;
	line-height:30px;
}
.footer-addr{
	border-right: 1px solid #646464;
}
.lianjie{
	padding-left: 30px;
}
.footer-wx{
	text-align: center;
}
.footer-banquan{
	background-color: #000;
	font-size:12px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banquan-font{
	text-align: center;
}
.font14{
	font-size: 14px;
}
/*footer end*/

.body-with-bg {
	background: url('../images/bg.jpg')
}
.login-body-with-bg {
	background: url('../images/bg_login.jpg');
	min-height: 750px;
}
/**bread_nav***/
.bread-nav ul {
	padding: 0;
}
.bread-nav li {
	float: left;
    padding: 0 5px 0 0;
    list-style: none;
}
.bread-nav li.bread-nav-leftborder {
	border-left: 4px solid #920707;
}
.bread-nav li a {
	color: #333333
}
.bread-nav li a:hover {
	color: #761e1d
}
.bread-nav li.tcate-ids {
	padding: 0 10px;
    cursor: pointer;
}
.bread-nav li.tcate-donators-ids {
	padding: 0 3px 0 15px;
    cursor: pointer;
}
#article_content {
	line-height: 1.8;
}

.login-box {
	background: #fff;
    margin-top: 140px;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.try-input-title {
    color: #000;
    text-align: right;
	margin-top: 20px;
}
.try-tijiao {
	margin-top: 50px;
    margin-bottom: 50px;
}
.input-must {
    color: #f7ba32;
    padding-right: 5px;
}
.input-form {
    border-radius: 6px;
}
.form-height {
	height: 38px;
    line-height: 38px;
}
@media (max-width:479px) {
	.try-input-title {
		text-align: left;
	}
}
.try-input-title .help-block {
	text-align: left;
	color: red
}
/*news*/
.news-list{
	border-bottom: 1px solid #e7e7e7;
	padding-top:15px;
	padding-bottom: 15px;
}
.new-list-img{
	border: 1px solid #e9e9e9;
	padding: 2px;
}
@media (min-width:1025px) {
	.news-list-brif{
		font-size: 12px;
		height: 90px;
	}	
}
@media (max-width:1024px) {
	.news-list-brif{
		font-size: 12px;
	}	
	
	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media ( min-width: 768px) and (max-width: 990px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 7px;
		padding-right: 7px;
    }
    .footer-addr{
        padding-left:30px;
    }

    .nav-item{   
        width: 33% !important;   
        height: 70px;
    }
}
@media (max-width:768px){
    .new-list-img{
        border:none !important;
    }
    .news-list{
        height: auto !important;
        text-align: center;
        width:100% !important;
        margin: 0 auto;
    }
    .news-list .col-sm-3,.news-list .col-sm-9{
        padding:0;
    }
    .footer-addr{
        padding-left:30px;
    }

    .login-box{
        margin-top: 20px;
    }
    .login-body-with-bg{
        background: none;
        min-height: auto;
    }
    .user-offline,.user-online{
        display: none !important;
    }
    .nav-item{   
        width: 33% !important;     
        height: 90px;
    }
}
@media (min-width: 990px) and (max-width:1200px){
    .navbar-default .navbar-nav>li>a{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.news-item-time{
	margin-top: 5px;
	font-size: 12px;
}
.catagory-brif{
	font-size: 16px; 
	color:#000;
}
.news-more{
	color: #750303;
	font-size: 12px;
	padding-left:20px;
}
.news-page{
	text-align: center;
	font-size: 12px;
}
.article-title{
	font-size: 24px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.published{
	font-size: 14px;
	color: #666666;
	text-align:center;
	padding-bottom: 30px;
}
.published-time{
	
}
.published-num{
	
}
.article-post{
	font-size: 14px;
	padding-bottom: 30px;
}
.donate-titel{
	font-size:18px;
	color:#333333;
}
.donate-brif{
	font-size:14px;
	color:#333333;
}
.bread{
	margin-left: 15px;	
    margin-top: 15px;
}
.fenlei{
	margin-left: 15px;
	margin-bottom: 20px;
}
.item-xiala{
    text-align: center;
    font-size: 14px;
}
.image-title{
    text-align: left;
}
.cp-info{
	margin-left:8px;
	margin-right:8px;
}
.cp-info-bg{
	background-color: #fff !important;
	color: #650d0d !important;
}
/*end*/

/*index*/
.index-zx-t{
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.lunbo-title{
    left: 0px;
    margin-bottom: -25px;
    text-align: left;
    line-height: 15px;
    height: 10px;
    padding-left: 10px;
}
.lunbo-item{
	text-align: right;
	bottom: 0px;    
	width: 78%;
}
.carousel-caption{
    bottom: 28px;
}
.first-news-more{
	font-size: 16px;
	color: #920707;
	text-align:right;
	margin-top: -25px;
}
.first-news-title{
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	margin-bottom:10px;
}
.first-news-brif{
	font-size: 12px;
}
.line{
	border: 1px dashed #ccc;
	margin-top:10px;
	margin-bottom:10px;
}
.first-list-title{
	font-size: 14px;
}
.first-list-time{
	font-size: 14px;
	text-align: right;
}
.first-news-height{
	padding-top: 3px;
    padding-bottom: 3px;
}

.gonggao-all{
	border: 1px solid #920707;
}
.gonggao-title{
    margin: -18px auto;
    text-align: center;
    background-color: #fff;
    width: 40%;
	font-size: 24px;
}
.gonggao-info1{
    margin-top: 20px;
    text-align: center;
    background-color: #920707;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
	color: #fff;
	padding: 15px 10px 15px 10px;
	font-size: 14px;
}
.gonggao-info2{
    text-align: center;
    background: url(../images/brif-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
	color: #fff;
	padding: 15px 10px 15px 10px;
	min-height: 76px;
}
.dengji-img{
}
.dengji{
	background: url(../images/dj.png) no-repeat left;
	height: 65px;
    line-height: 65px;
    margin-left: 20px;
    font-size: 24px;
}
.gonggao-info2 a {
    color: #ffffff;
    text-decoration: none;
}
.new-jz-title{
	color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -31px;
}
.jz-more{
	font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align: right;
	color: #920707;
}
.jz-more a {
    color: #920707;
    text-decoration: none;
}
.first-news-more  a{
    color: #920707;
    text-decoration: none;
}
.first-news-title a{
    color: #000;
    text-decoration: none;
}
.first-news-height a{
    color: #000;
    text-decoration: none;
}
.brif{	
}
.img-top{
	margin-top: 5px;
}
.brif-img{
	margin-top: 10px;
}
.brif-content{
	margin-top: 10px;
	font-size: 14px;
}
.index-jz-list{
	padding-top: 10px;
}
.zx-jz{
    font-size: 24px;
    padding-top: 20px;
   
}
.index-jz-bottom{
	padding-bottom: 20px;
}
.brif-img{
	background: url(../images/brif-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	text-align: center;
	font-size:24px;
	color: #920707;
	padding-top:5px;
	padding-bottom: 5px;
}
.see-more{
    padding-top: 8px;
}

/*end*/
.wh60 {
	height: 60px;
}
.entrust dd .upload-input{width: 100%;height: 100%;opacity: 0; position:absolute;}/*1120*/
.entrust dd.zf_newsc{float: inherit;
    width: 80px;
    height: 80px;
    background: #cccfd8 url(../images/add_photozf.png) center no-repeat;
    background-size: 80px auto;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
    z-index: 2;}/*20160623*/
.entrust dd.zf_newsc span{
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: 2px;
    display:inline-block;
    width:100%;
    text-align:center}
	
#previews {
	margin-left: 0;
    padding-left: 0;
}
#previews li {
	float: left;
    padding: 0 0.5%;
    list-style: none;
}
/*end*/
.cl-title{
	width: 30%;
	margin : 0 auto;	
}
.chenlie{
background: url(../images/chenlie.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.chenlie-line{
	text-align: center;
	color: #9d0d0c;
    height: 100px;
    line-height: 100px;
}
.chenlie-title{
	text-align: center;
	font-size: 24px;
    height: 100px;
    line-height: 100px;
    padding-bottom: 20px;
	color: #9d0d0c;
	
}
.chenlie-t{
	padding-top: 10px;
}
.chenlie-b{
	padding-bottom: 10px;
}
.new-bottom{
    margin-bottom: 20px;
}
@media ( min-width: 999px) {
	.cl-t{
		
	}
	.cl-b{
		padding-bottom: 10px;	
	}
	.cl-r{
		padding-left: 0px; 
		padding-right: 5px;
	}
	.cl-l{
		padding-left: 5px;
		padding-right: 0px;
	}
	.cl-rl{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.ph-line{
	text-align: center;
	color: #9d0d0c;
    height: 100px;
    line-height: 100px;
}
.ph-title{
	text-align: center;
	color: #000;
	font-size: 24px;
    height: 100px;
    line-height: 100px;
    padding-bottom: 20px;
	color: #9d0d0c;
	
}
.ph-all{
	background-color: #fff;
	margin-bottom: 50px;
    padding-bottom: 40px;
}
.jzjl-title{
	width: 60%;
	margin : 0 auto;	
}
.s1{
	padding-bottom: 20px;
}
.s1-title{
	font-size: 24px;
    margin-left: 50px;	
}
.s1-content{
	font-size: 14px;
    margin-left: 50px;
	margin-top: 15px;	
}
.s1-img{
	
}

.carousel-indicators-2 {
    position: absolute;
    bottom: 10px;
    left: 46%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators-2 li {
    display: inline-block !important;
    width: 100px  !important;
	text-indent: -600px !important;
    height: 20px !important;
    margin: 1px !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    background-color: transparent !important;
	font-size: 18px;
	
}

.carousel-indicators-2 .active {
    margin: 0;
    width: 100px;
	background-color: transparent !important;
}
.glyphicon-chevron-left:before {
    content: url(../images/prev.png);
}
.glyphicon-chevron-right:before {
    content: url(../images/next.png);
}
@media screen and (min-width: 768px){
	.carousel-indicators-2 {
		bottom: -20px !important;
    }    
}
.new-jz-img{
	height: 240px;
    overflow: hidden;
}

/*end*/

/***timeline****/
#timeline_header{background: #fff;padding-bottom: 1px;}
.slider .slider-container-mask .slider-container{background:0 0}
#timeline {top: 200px;}
#timeline div.navigation{background:url(../images/timeline_bg.jpg) repeat;border-top:0}
#timeline div.navigation:before{position:absolute;content:'';height:40px;width:100%;left:0;top:-40px;background:url(../images/timeline_bg.jpg) repeat}
#timeline div.navigation:after{position:absolute;content:'';height:10px;width:100%;left:0;top:-40px;background:repeat-x;background-image:linear-gradient(bottom,#434446 0%,#363839 100%);background-image:-o-linear-gradient(bottom,#434446 0%,#363839 100%);background-image:-moz-linear-gradient(bottom,#434446 0%,#363839 100%);background-image:-webkit-linear-gradient(bottom,#434446 0%,#363839 100%);background-image:-ms-linear-gradient(bottom,#434446 0%,#363839 100%)}
#timeline div.timenav-background{background-color:#222!important;background-color:rgba(0,0,0,.4)!important}
#timeline .navigation .timenav-background .timenav-interval-background{background:0 0}
#timeline .top-highlight{background-color:transparent!important}
#timeline .toolbar{border:0!important;background-color:#202222!important}
#timeline .toolbar div{border:0!important}
#timeline .navigation .timenav .time .time-interval-minor .minor{margin-left:-1px}
#timeline .navigation .timenav .time .time-interval div{color:#ccc}
#timeline .navigation .timenav .content .marker .line{background:#242828;box-shadow:1px 0 0 rgba(255,255,255,.05)}
#timeline .navigation .timenav .content .marker .dot{background:none repeat scroll 0 0 #fff;border-radius:3px 3px 3px 3px}.slider .nav-previous .icon{background:url(../images/timeline.png) no-repeat scroll 0 -293px transparent}
.slider .nav-previous,.slider .nav-next{font-family:segoe ui,sans-serif}
.slider .nav-next .icon{background:url(../images/timeline.png) no-repeat scroll 72px -221px transparent;width:70px!important}
.slider .nav-next:hover .icon{position:relative;right:-5px}
.slider .nav-previous:hover,.slider .nav-next:hover{color:#666;cursor:pointer}
#timeline .thumbnail{border:0}
#timeline h1,#timeline h2,#timeline h3,#timeline h4,#timeline h5,#timeline h6{color:#ddd}
#timeline .feedback{background-color:#222;box-shadow:0 0 30px rgba(0,0,0,.2) inset;border:0}
#timeline .feedback div{color:#aaa;font-size:14px!important;font-weight:400}
#timeline .slider-item h2,#timeline .slider-item h3{font-family:antic slab,segoe ui,sans-serif}
#timeline .slider-item h2{color:#333}
#timeline .slider-item p{font-family:segoe ui,sans-serif}
#timeline .slider-item img,#timeline .slider-item iframe{border:0}
#timeline .slider-item:nth-child(1) h2{font:normal 70px/1 'Antic Slab','Segoe UI',sans-serif;white-space:nowrap;padding:10px 5px 5px 0;position:relative;z-index:10}
#timeline .slider-item:nth-child(1) p i{font:40px dancing script,segoe ui,sans-serif;background:rgba(0,0,0,.3);white-space:nowrap;padding:5px 20px;position:relative;right:-60px;z-index:10}
#timeline .slider-item:nth-child(1) p .c1{color:#1bdff0}
#timeline .slider-item:nth-child(1) p .c2{color:#c92fe6}
#timeline .slider-item:nth-child(1) .media-container{left:-30px;position:relative;z-index:1}
#timeline .slider-item .media-container{border:0px solid #fff}
#timeline .slider-item .media-container .credit{height:80px;background:#fff;line-height:80px}
#timeline .slider-item:first-child .media-container .credit{display:none}
#timeline .slider-item:first-child .media-container{border:0}
#timeline .slider-item:nth-child(1) .credit{text-align:center}

.index-jz-list a{
	color: #000;
}

.kp-tuijian{
	background: url(../images/tj.png) repeat 100% 11px;
    width: 80%;
    height: 12px;
    margin: 0 auto;
}

.zhuanti{
    width: 80%;
    margin: 0 auto;
}

