@charset "UTF-8";
/* CSS Document */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, dl, dt, dd, div {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
ul, li {
    list-style-type: none;
}


a, a:visited {
    color: #333;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
}
a{
	text-decoration:none;}
a:hover{
	color:#8f2323;
	font-weight:bold;
	text-decoration:underline;}
* {
    margin: 0 auto;
    padding: 0;
}

.bgAll {
    background-color: #f5f5f5;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
}
.wrapper {
    height: auto !important;
    min-height: 100%;
    margin-bottom: 60px;
    position: relative;
}


.header {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 80px;
}
.header, .footer {
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
}

.container::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
}

.container .six {
	    float: left;
    width: 340px;
}
.container .column, .container .columns {


}

.header-logo {
    background: rgba(0, 0, 0, 0) url("../images/logo.jpg") no-repeat scroll left center;
    float: left;
    height: 70px;
    margin-right: 10px;
    width:245px;
}


.header .bottom .header_name {
  
    border-radius: 4px;
    color: #8f2323;
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 10px;

}

.container .ten {
    display:inline-block;
    float: right;
position:relative
overflow:hidden;
    width: 600px;
	margin-top:30px;
}


.header-bottom-menu {
    display: inline-block;
    float: right;
    height: 48px;
    margin: 0;
}

.header-bottom-menu > li {
    color: #8f2323;
    cursor: pointer;
    float: left;
    font-size: 13px;
   
    line-height: 18px;
    margin: 0 0 0 20px;
    position: relative;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
}

.header-bottom-menu > li div {
    height: 100%;
    padding: 8px 5px;
    text-align: center;
}


.body {
overflow:hidden;
    margin-top: 20px;


}
.clearfix::before, .clearfix::after, .row::before, .row::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.row::after, .clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after, .row::before, .row::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.row, .clearfix {
}
.row {
    margin-bottom: 8px;
overflow:hidden;
}


.fullwidth {
	  display: inline;
    float: left;
      width: 100%;
}

.content-border {
height:23px;
    border-bottom: 1px solid #ccc;
  
}

.content-title-bold {
    border-bottom: 2px solid #8f2323;
    display: inline-block;
}
.pull-left {
    float: left !important;
}

.content-title-bold .ch {
    color: #8f2323;
    font-weight: bold;
}

.content-title-bold .en {
    color: #ccc;
    margin-left: 5px;
}
.en {
    font-family: "Din condensed";
}

.view-more {
    font-size: 12px;
}
.pull-right {
    float: right !important;
}

.content-img-content-bold .content-articles {
    padding-top: 10px;
}
.content-articles {
    font-size: 14px;
}

.content-articles ul {
    margin-bottom: 0;
}

.content-articles li {
    margin-bottom: 6px;
}
li {
    line-height: 20px;
    margin-bottom: 12px;
}


.content-articles span.time {
    color: #999;
    float: right;
    text-align: right;
   
}
.content-articles span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    background: #333 none repeat scroll 0 0;
    font-size: 12px;
    height: 115px;
    margin-top: -60px;
    text-align: center;
}
.copyright{
	float:left;
	color:#fff;
	text-align:left;
	margin-top:38px;
	font-size:14px;}
.qrcode{
	float:right;
	width:70px;
	margin-top:25px;}