
* {
    margin: 0;
    padding: 0;
    border: 0;
    /*overflow-x: hidden;*/
    text-decoration: none;
    color: #444;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.8;
}

.header-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.main {

}

.index-header-list{
	width: 464px;
}

.index-header-list li {    
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    background: url(../images/bt.png) no-repeat 0 11px;
}
.index-header-list li a:hover{    
    color:red;
	text-decoration:underline
}

.index-list {
    margin-top: 5px;
    margin-left: 5px;
	width: 355px;
}

.index-list li {    
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    background: url(../images/bt.png) no-repeat 0 13px;
}

.index-list li a:hover{    
    color:red;
	text-decoration:underline
}


.news_link {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.news_link a {
    color: #666;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 30px;
}

.flex-width {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.new_list ul {
    display: flex;
    flex-direction: column;
}

.new_list ul li {
    display: flex;
    flex-direction: row;
    height: 50px;
    line-height: 50px;
    justify-content: space-between;
    align-items: center;
    background: url(../images/bt.png) no-repeat 0 20px
}

.new_list ul li a {
    padding-left: 20px;

}

.new_list ul li a:hover {
    color: red;
    text-decoration: underline;
}

.new-content-title {
    min-height: 118px;
    max-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}

.new-content-title h3 {
    overflow-y: hidden;
}

.new-content-title p {
    margin-top: 10px;
    overflow-y: hidden;
}

.new-content-title p > span {
    color: #999
}

.new-content {
    margin-top: 20px;
}

.footer {
    clear: both;
    width: 100%;
    margin-top: 50px
}


/*幻灯片*/

.slideBox {
    width: 670px;
    height: 452px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-align: center;
    background: #b2a6b0;
    color: #b2a6b0;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    max-width: 100%;
    width: auto;
    height: 452px;
    display: block;
    margin: auto;
}

.slideBox .bd li span {
    width: 100%;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    *background: #000;
    bottom: 0;
    padding: 15px 10px;
    color: #FFF;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.list-li:not(:nth-child(4n)) {
     margin-right: 13.33px;
}

.list-li-img:not(:nth-child(4n -1)){
	 margin-right: 40.5px;
}

.common-overflow{
	overflow: hidden;
	/*white-space: nowrap; */
	text-overflow: ellipsis; 
}