﻿@charset "utf-8";
.fr{float:right}
.fl{float:left}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
a{text-decoration:none; outline:none;}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.logoback {
    position: absolute;
    top: 40px;
    left: 55px;
    width: 300px;
}

.tbpic img{
	display:block;
	width:100%;
	margin:0 auto;
}
.slxpzzttit{
	position:absolute;
	top:0;
}

.ztblock{
	width:1270px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
}

.zttitle img{
	width:100%
}


.ztlist ul{
	margin-top:15px;
}
.ztlist li{
	font-size:18px;
	height:45px;
	line-height:45px;
    position: relative;
}
.ztlist li i{
	height: 10px;
    width: 10px;
    background: #f7423e;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: -15px;
}
.ztlist li a{
	width: 1100px;
	padding-left: 10px;
}
.ztlist li a:hover{
	color:#f7423e;
}
.ztlist li span{
	color:#999;
}



