@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: Arial, "微软雅黑", sans-serif;
    white-space: normal;
}

div {
    word-wrap: break-word;
}

body {
    min-width: 1200px;
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

input,
select,
textarea,
button,
a {
    outline: none;
    font-family: "Microsoft YaHei", Arial, Helvetica, Simsun;
    font-size: 12px;
}

a {
    blr: expression(this.onFocus=this.blur());
    outline: none;
    text-decoration: none;
}

a:link {
    color: #444444;
    font-size: 14px;
}


/* 未被访问的链接 */

a:visited {
    color: #444444;
}


/* 已被访问的链接 */

a:hover {
    color: #8C1515;
    text-decoration: underline;
}


/* 鼠标指针移动到链接上 */

a:active {
    color: #8C1515;
    font-weight: bold;
}


/* 正在被点击的链接 */


/*
a:link {
	color:#444444;
	font-size: 14px;
}
a:visited {
	color:#444444;
	}
a:hover {
	color:#8C1515;
	text-decoration: underline;
	}
a:active {
	color:#8C1515;
}  
*/

.clear {
    clear: both
}

.size-red {
    color: #8C1515;
    font-weight: bold;
    text-indent: 0px;
}

#header {
    height: 135px;
    width: 100%;
    background-color: #8C1515;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    clear: both;
    text-align: center;
}

#header-1 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height: 135px;
    padding: 0px;
    text-align: center;
}

#english {
    height: 40px;
    width: 100px;
    float: right;
    font-size: 10px;
    line-height: 35px;
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 5px;
}

#english a:link {
    color: #ffffff;
    font-size: 12px;
}

#english a:visited {
    color: #ffffff;
}

#english a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#english a:active {
    color: #ffffff;
}

.logo {
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.nav {
    z-index: 15;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    width: 1200px;
    left: 93px;
    top: 200px;
}

.nav ul {
    height: 40px;
}

.nav li {
    width: 200px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    list-style-type: none;
    text-align: center;
    float: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    line-height: 40px;
}

#banner {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    text-align: center;
}

#news {
    width: 1200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    height: 370px;
}

#news-title {
    width: 1200px;
    font-size: 18px;
    color: #EEA200;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #EEA200;
    height: 50px;
}

.title-s {
    color: #EEA200;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    float: left;
    width: 150px;
    margin-left: 8px;
    text-align: left;
}

.title-s a:visited {
    color: #EEA200;
    text-decoration: none;
}

.title-s a:link {
    color: #EEA200;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
}

.title-s a:hover {
    color: #8C1515;
    line-height: 50px;
}

.title-s a:active {
    color: #8C1515;
    font-size: 20px;
    line-height: 50px;
}

.title-fu {
    color: #EEA200;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    float: left;
    width: 150px;
    margin-left: 8px;
    text-align: left;
}

.title-fu a:visited {
    color: #EEA200;
    text-decoration: none;
}

.title-fu a:link {
    color: #EEA200;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
}

.title-fu a:hover {
    color: #8C1515;
    line-height: 50px;
}

.title-fu a:active {
    color: #8C1515;
    font-size: 20px;
    line-height: 50px;
}

.info-size {
    color: #444444;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
    text-align: left;
}

.info-size a:link {
    color: #444444;
    font-size: 16px;
}

.info-size a:visited {
    color: #444444;
    font-size: 16px;
}

.info-size a:hover {
    font-size: 16px;
    color: #8C1515;
    text-decoration: underline;
}

.info-size a:active {
    color: #8C1515;
}

.title-size {
    color: #444444;
    font-size: 22px;
    text-decoration: none;
    line-height: 35px;
    text-align: left;
}

.title-size a:link {
    color: #444444;
    font-size: 22px;
}

.title-size a:visited {
    color: #444444;
}

.title-size a:hover {
    font-size: 22px;
    color: #8C1515;
    text-decoration: underline;
}

.title-size a:active {
    color: #8C1515;
}

.more {
    font-size: 12px;
    float: right;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-right: 10px;
    color: #EEA200;
}

.more a:link {
    color: #EEA200;
}

.more a:visited {
    color: #EEA200;
}

.more a:hover {
    color: #8C1515;
    text-decoration: none;
}

.more a:active {
    color: #8C1515;
}

#news-list {
    width: 1200px;
}

#news-list-left {
    float: left;
    width: 790px;
}

#news-list-left ul {
    float: left;
}

#news-list-left li {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #F0F0F0;
    float: left;
    width: 350px;
    margin-top: 30px;
    line-height: 28px;
    list-style-type: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
}

#news-list-left li:first-child {
    border: 2px solid #F0F0F0;
}

#news-list-left li a {
    color: #444444;
    font-size: 16px;
    display: block;
}

#news-list-left li:hover {
    border: 2px solid #8C1515;
    font-size: 16px;
}

#news-list-left li a:hover {
    text-decoration: none;
}


/*---
#news-list-left img:hover {
	margin: 0px;
	height: 250px;
	width: 365px;
}
----*/

#title-l {
    height: 50px;
    font-size: 16px;
    line-height: 28px;
    width: 340px;
    text-align: center;
    margin-right: 5px;
    margin-left: 6px;
    margin-bottom: 3px;
}

#news-list-right {
    float: right;
    height: 320px;
    margin-top: 30px;
    width: 400px;
}

#news-list-right li {
    font-size: 12px;
    width: 385px;
    height: 50px;
    margin-top: 8px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E7E7E7;
}

#news-list-right-1 {
    width: 320px;
    text-align: left;
}

.title-zw {
    font-size: 16px;
    float: left;
    word-break: break-all;
}

.title-zw a:link {
    color: #444444;
    font-size: 16px;
}

.title-zw a:visited {
    color: #444444;
    font-size: 16px;
}

.title-zw a:hover {
    color: #8C1515;
    font-size: 16px;
    text-decoration: underline;
}

.title-zw a:active {
    color: #8C1515;
    font-size: 16px;
}

.news-date {
    background-color: #A12D2D;
    height: 37px;
    width: 45px;
    line-height: 18px;
    background-image: url(../images/news-date.png);
    background-repeat: repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 6px;
    float: left;
    margin-right: 20px;
}

.news-date-1 {
    font-size: 14px
}

#con {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    height: 400px;
    margin-bottom: 5px;
}

#con-left {
    float: left;
    width: 540px;
}

#con-left-title {
    width: 520px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #EEA200;
    height: 50px;
}

#con-left-list {
    text-align: left;
    width: 520px;
    margin-top: 20px;
    height: 320px;
}

#con-left-list li {
    width: 520px;
    height: 40px;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F0F0F0;
    line-height: 40px;
    text-align: left;
    margin-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#con-left-list-info {
    float: left;
    width: 360px;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
}

.date-huise {
    font-size: 10px;
    line-height: 40px;
    color: #666666;
    float: right;
    text-align: left;
}

#con-center {
    float: left;
    width: 275px;
}

#con-center-title {
    height: 50px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #EEA200;
    text-align: center;
}

#con-center-list {
    text-align: center;
    margin-top: 20px;
}

#con-center-list img:hover {
    margin: 0px;
    height: 320px;
    width: 280px;
}

#con-right {
    float: right;
    width: 345px;
}

#con-right-title {
    float: left;
    width: 350px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #EEA200;
    height: 50px;
    margin-bottom: 10px;
}

#con-right-list {
    text-decoration: none;
}

#con-right-list li {
    line-height: 38px;
    list-style-type: none;
    width: 350px;
    text-align: left;
}

#foot {
    width: 100%;
    background-image: url(../images/foot.jpg);
    background-repeat: repeat-x;
    background-position: center;
    height: 221px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background-color: #8F4748;
}

#foot-1 {
    font-size: 14px;
    line-height: 30px;
    color: #ECECEC;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 430px;
    height: 150px;
    text-align: left;
    background-image: url(../images/foot-logo.png);
    background-repeat: no-repeat;
    background-position: left 40px;
}

#foot-1 a:link {
    color: #FFFFFF;
    font-size: 14px;
}

#foot-1 a:visited {
    color: #FFFFFF;
    font-size: 14px;
}

#foot-1 a:hover {
    color: #FFFFFF;
    font-size: 14px;
}

#foot-1 a:active {
    color: #FFFFFF;
    font-size: 14px;
}

#link {
    background-color: #8C1515;
    height: 45px;
    width: 100%;
}

.link {
    line-height: 45px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 0px;
    text-align: left;
}

.link a:link {
    color: #FFFFFF;
    font-size: 12px;
}

.link a:visited {
    color: #FFFFFF;
}

.link a:hover {
    color: #FFFFFF;
}

.link a:active {
    color: #FFFFFF;
}

#info p {
    margin-bottom: 20px;
}
#info p span a{
    width: 100%;
    text-align: left;
    text-justify: initial;
    /*ie6-8*/
    text-align-last: left;
    /* ie9*/
    -moz-text-align-last: initial;
    /*ff*/
    -webkit-text-align-last: left;
    /*chrome 20+*/
    }
#info p a {
    width: 48px;
    display: inline-block;
    text-indent: 0px;
    margin: 0 47px 0 0;
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

#info p a span {
    float: left;text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

#info p a span:nth-child(even) {
    float: right;
}

#jigou {
    height: auto;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.size-white {
    color: #FFFFFF;
    font-size: 16px;
}

.size-white a:link {
    color: #FFFFFF;
    font-size: 16px;
}

.size-white a:visited {
    color: #FFFFFF;
    font-size: 16px;
}

.size-white a:hover {
    color: #FFFFFF;
    font-size: 16px;
}

.size-white a:active {
    color: #FFFFFF;
    font-size: 16px;
}

#home-notice-list-right {
    float: left;
    width: 60px;
}

#home-notice-list-left {
    float: left;
    width: 450px;
    line-height: 40px;
    height: 40px;
}