.main{
    width: 1200px;
    margin: 0 auto;
}
body{
    background-color: #f8f8f8;
}
/* header */
.header{
    height: 44px;
    background-color: #446cb3;
}
.header .logo{
    float: left;
    line-height: 44px;
}
.header p{
    float: right;
    line-height: 44px;
    padding-right: 110px;
}
.header p a{
    display: inline-block;
    padding-left: 28px;
    margin-left: 25px;
    font-size: 14px;
    color: #fff;
}
.header p a.login{
    background: url(https://www.afzhan.com/images/news2018/newsShow.png) 0 -17px no-repeat;
}
.header p a.reg{
    background: url(https://www.afzhan.com/images/news2018/newsShow.png) 0 -55px no-repeat;
}
.headerPhone{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.headerPhone span{
    display: block;
    position: absolute;
    right: 0;
    top: -45px;
    padding: 0 10px;
    font: normal 16px/24px "microsoft yahei";
    font-weight: normal;
    line-height: 44px;
    float: left;
}
.headerPhone span a{
    display: inline-block;
    height: 44px;
    padding-left: 28px;
    margin-left: 3px;
    font-size: 14px;
    color: #fff;
    background: url(https://www.afzhan.com/images/news2018/newsShow.png) 0 -99px no-repeat;
    position: relative;
}
.headerPhone span a img{
    max-width:  100px;
    max-height: 100px;
    position: absolute;
    top: 43px;
    left: -9px;
    display: none;
    z-index: 999;
}
.headerPhone span a:hover img{
    display: block;
}
/* nav */
.nav{
    background-color: #fff;
    height: 38px;
    padding: 26px 0;
    box-shadow: 0px 7px 7px -7px #ccc;
}
.nav .title{
    float: left;
    line-height: 38px;
}
.nav p{
    float: left;
    line-height: 38px;
    margin-left: 70px;
}
.nav a{
    font-size: 18px;
    color: #333;
    margin: 0 8px;
}
.nav a:hover{
    color: #446cb3;
}
.nav .select{
    float: right;
    border-radius: 2px;
    overflow: hidden;
}
.nav .select input{
    float: left;
    width: 306px;
    height: 34px;
    line-height: 34px;
    border: 2px solid #dcdcdc;
    font-size: 14px;
    color: #999;
    border-right: 0;
    padding-left: 12px;
}
.nav button{
    height: 38px;
    border: 0;
    width: 60px;
    background-color: #446cb3;
}
.nav button i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../images/News/version/2021/iconSelect.png) no-repeat;
    vertical-align: top;
    margin-top: 2px;
}
/* content */
.content{
    padding-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.content .left{
    float: left;
    width: 790px;
    margin-right: 20px;
    background-color: #fff;
    padding:0 20px;
}
.content .left li{
    padding: 17.5px 0;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.content .left li h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.content .left li h3 a{
    color: #446cb3;
}
.content .left li h3 a:hover{
    color: #809ac8;
}
.content .left li b{
    position: absolute;
    top: 24px;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}
.content .left li p{
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.content .left li p a{
    color: #ff853c;
}
/* page */
.page{
    height: 36px;
    width: 750px;
    padding:30px 0;
    margin: 0 auto;
}
.page a{
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    margin-right: 9px;
    border-radius: 5px;
}
.page a.on{
    background-color: #446cb3;
    border-color: #446cb3;
    color: #fff;
}
.page a.ft{
    background: #fff url(https://www.afzhan.com/images/news/companyList.png) no-repeat -59px -532px;
}
.page a.prev{
    width: 70px;
    background: #fff url(https://www.afzhan.com/images/news/companyList.png) no-repeat 8px -468px;
}
.page a.prev.ban{
    background-color: #fafafa;
    color: #999;
}
.page a.lt{
    width: 70px;
    background: #fff url(https://www.afzhan.com/images/news/companyList.png) no-repeat 8px -498px;
}
.page a.next{
    background: #fff url(https://www.afzhan.com/images/news/companyList.png) no-repeat 13px -533px;
}
.page .jump{
    float: left;
    line-height: 36px;
    color: #333;
    font-size: 14px;
}
.page .jump input{
    height: 34px;
    line-height: 34px;
    width: 34px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 9px;
    text-align: center;
}
.page .jump button{
    height: 36px;
    line-height: 36px;
    width: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}
/* right */
.content .right{
    overflow: hidden;
}
/* info */
.info{
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 7px 7px -7px #ccc;
}
.info li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    border-right: 1px dashed #d2d2d2;
}
.info li p{
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.info li span{
    display: block;
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.info li a{
    display: block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(to right, #ffa55d , #ff7e15);
    border-radius: 4px;
    margin:10px auto 0;
}
.info li a i{
    font-size: 14px;
    margin-right: 7px;
}
.info li:last-child{
    border-right: none;
}
.info li:last-child a{
    background-image: linear-gradient(to right, #538bed, #4179d9);
}
/* news */
.news{
    padding: 24px 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
.right .rightTitle{
    height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.right .rightTitle h2{
    float: left;
    font-size: 20px;
    color: #333;
    position: relative;
}
.right .rightTitle h2::after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    right: 0;
    height: 10px;
    background: url(../../../../images/News/version/2021/iconBorder.png) no-repeat;
    background-size: 100% 100%;
}

.right .rightTitle a{
    float: right;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.news ul{
    padding:10px 0;
}
.news ul li{
    overflow: hidden;
}
.news ul li p{
    position: relative;
    padding-left: 16px;
    margin: 10px 0;
}
.news ul li p:hover i{
    background: url(../../../../images/News/version/2021/icon2.png) no-repeat;
}
.news ul li i{
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: url(../../../../images/News/version/2021/icon1.png) no-repeat;
}
.news ul li.focus i{
    background: url(../../../../images/News/version/2021/icon2.png) no-repeat;
}
.news ul li p a{
    font-size: 14px;
    color: #333;
}
.news ul li p a:hover,.news ul li.focus p a{
    color: #446cb3;
}
.news ul li dl{
    display: none;
    overflow: hidden;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.news ul li.focus dl{
    display: block;
}
.news ul li dt{
    float: left;
    width: 120px;
}
.news ul li dt a{
    display: block;
    padding-bottom: 66.6%;
    height: 0;
    overflow: hidden;
}
.news ul li dt img{
    max-height: none;
    width: 100%;
}
.news ul li dd{
    overflow: hidden;
    padding:12px;
}
.news ul li dd span{
    display: inline-block;
    height: 56px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* books */
.books{
    padding: 24px 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
.booksCont{
    padding-top: 20px;
    padding-bottom: 5px;
}
.booksCont li{
    margin: 10px 0;
}
.booksCont li:first-child{
    margin-top: 0;
}
.booksCont p{
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}
.booksCont p i{
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: url(../../../../images/News/version/2021/icon1.png) no-repeat;
}
.booksCont p a{
    float: left;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    width: 220px;
}
.booksCont p:hover a{
    color: #446cb3;
}
.booksCont p:hover i{
    background: url(../../../../images/News/version/2021/icon2.png) no-repeat;
}
.booksCont p b{
    float: right;
    line-height: 20px;
    font-weight: normal;
}
.booksCont dl{
    display: none;
    overflow: hidden;
    padding: 15px 20px 15px 12px;
    background-color: #f8f8f8;
}
.booksCont dt{
    float: left;
    width: 88px;
    border-top: 1px solid #c8c7c7;
    margin-right: 13px;
}
.booksCont dt a{
    display: block;
    padding-bottom: 125%;
    height: 0;
    overflow: hidden;
}
.booksCont dt img{
    max-height: none;
    width: 100%;
}
.booksCont dd{
    overflow: hidden;
}
.booksCont dd h3{
    margin: 5px 0 10px 0;
    font-size: 14px;
    color: #333;
}
.booksCont dd span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    margin-bottom: 7px;
}
.booksCont dd span a{
    color: #f60;
}
.booksCont dd a.reading,.booksCont dd a.download{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 76px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.booksCont dd a.reading{
    background-image: linear-gradient(to right, #ffa55d , #ff7e15);
    margin-right: 22px;
}
.booksCont dd a.download{
    background-image: linear-gradient(to right, #538bed, #4179d9);
}
.booksCont li.focus p{
    display: none;
}
.booksCont li.focus dl{
    display: block;
}
/* video */
.video{
    padding: 24px 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
.videoCont{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 6px;
    margin-right: -12px;
}
.videoCont li{
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right:12px;
}
.liImgBox{
    display: block;
    padding-bottom: 53%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.liImgBox i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    background: url(../../../../images/News/version/2021/iconVideo.png) no-repeat;
}
.liImgBox img{
    max-height: none;
    width: 100%;
}
.videoCont li p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.videoCont li p a{
    font-size: 12px;
    color: #333;
}
.videoCont li p a:hover{
    color: #f60;
}
/* exhibit */
.exhibit{
    padding: 24px 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
.oneNews{
    margin-top: 20px;
}
.oneNews dt{
    width: 100%;
}
.oneNews dt a{
    display: block;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.oneNews dt img{
    max-height: none;
    width: 100%;
}
.oneNews dd{
    background-color: #f8f8f8;
    padding: 12px 12px 15px;
}
.oneNews dd p{
    height: 19px;
    overflow: hidden;
    margin-bottom: 10px;
}
.oneNews dd p a{
    font-size: 14px;
    color: #333;
}
.oneNews dd p a:hover{
    color: #809ac8;
}
.oneNews dd span{
    display: block;
    font-size: 12px;
    color: #999;
    max-height: 40px;
    line-height: 20px;
}
.oneNews dd span a{
    color: #ff7a19;
}
.exhibit ul{
    padding: 10px 0;
}
.exhibit li{
    height: 19px;
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.exhibit li i{
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: url(../../../../images/News/version/2021/icon1.png) no-repeat;
}
.exhibit li a{
    font-size: 14px;
    color: #333;
}
.exhibit li:hover a{
    color: #446cb3;
}
.exhibit li:hover i{
    background: url(../../../../images/News/version/2021/icon2.png) no-repeat;
}
/* article */
.article{
    padding: 24px 20px 0;
    background-color: #fff;
}
.article ul{
    overflow: hidden;
    padding:20px 0 10px 0;
}
.article li{
    height: 19px;
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.article li i{
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: url(../../../../images/News/version/2021/icon1.png) no-repeat;
}
.article li a{
    font-size: 14px;
    color: #333;
}
.article li a:hover{
    color: #446cb3;
}
.article li.videoLi p a:hover{
    color: #f60;
}
.article li:hover i{
    background: url(../../../../images/News/version/2021/icon2.png) no-repeat;
}
.article li.videoLi{
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    margin:0 0 10px 0;
}
.article li.videoLi:first-child{
    padding-right: 6px;
    padding-left: 0;
}
.article li.videoLi:nth-child(2){
    padding-left: 6px;
}
.article li.videoLi p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.article li.videoLi p a{
    font-size: 12px;
    color: #333;
}
.article li.videoLi .liImgBox i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    background: url(../../../../images/News/version/2021/iconVideo.png) no-repeat;
}
/* companyRecom */
.companyRecom{
    background-color: #fff;
    padding: 20px;
}
.companyRecom .title{
    height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.companyRecom .title h2{
    float: left;
    font-size: 22px;
    color: #333;
    position: relative;
}
.companyRecom .title h2::after{
    position: absolute;
    content: '';
    bottom: -13px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #446cb3;
}
.companyRecom .title a{
    float: right;
    line-height: 32px;
    font-size: 12px;
    color: #999;
}
.companyRecom ul{
    padding: 10px 0 15px 0;
    overflow: hidden;
}
.companyRecom li{
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 16px;
    position: relative;
    margin: 10px 0;
}
.companyRecom li i {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: url(../../../../images/News/version/2021/icon1.png) no-repeat;
}
.companyRecom li a{
    display: block;
    height: 19px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.companyRecom li:hover a{
    color: #446cb3;
}
.companyRecom li:hover i{
    background: url(../../../../images/News/version/2021/icon2.png) no-repeat;
}
/* footer */
.footer{
    background-color: #212324;
    padding: 34px 0;
}
.footer .main{
    overflow: hidden;
}
.footer .right{
    float: right;
    height: 180px;
    width: 352px;
    padding-left: 68px;
    border-left: 1px solid #444444;
}
.footer .right ul{
    float: left;
}
.footer .right ul li{
    font-size: 12px;
    color: #838383;
    margin-top: 35px;
}
.footer .right ul li:first-child{
    font-size: 16px;
    margin-top: 0;
}
.footer .right ul li i{
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
}
.LXimg{
    float: right;
    margin-top: 15px;
}
.LXimg img{
    width: 116px;
    height: 116px;
    border: 2px solid #4b8bfc;
}
.LXimg p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.footer .left{
    overflow: hidden;
    padding-right: 70px;
}
.footer .left p{
    font-size: 0;
    margin-bottom: 24px;
}
.footer .left p::after {
    content: "";
    display: block;
    clear: both;
}
.footer .left p a{
    font-size: 12px;
    color: #838383;
    padding: 0 14px;
}
.footer .left p a:first-child{
    padding-left: 0;
}
.footer .left p a:last-child{
    padding-right: 0;
}
.footer .left p:first-child a:hover{
    color: #f60;
}
.footer .left p:first-child a{
    border-right: 1px solid #444444;
}
.footer .left p:first-child a:last-child{
    border-right: 0;
}
.footer .left p b{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #838383;
    margin-right: 35px;
}
.footer .left p b:last-child{
    margin-right: 0;
}
.footer .left p b a{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../../../../images/News/version/2021/qq.png) no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 9px;
    position: relative;
    cursor: pointer;
}
.footer .left .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footer .left p b a:hover .QQhover {
	display: inline-block;
}
.footer .left span{
    display: block;
    font-size: 12px;
    color: #838383;
    padding-top: 20px;
    border-top: 1px solid #444;
}
.footer_img{
    height: 36px;
    background: url(../../../../images/News/version/2021/copyright.png) no-repeat 0 0;
    background-size: auto 100%;
    margin-top: 15px;
}
.footer_img li{
    float: left;
    height: 100%;
    width: 90px;
    margin-right: 11px;
}
.footer_img li a{display: block;height: 100%;}
.footerBot{
    background-color: #fff;
    padding: 11px 0;
}
.footerBot p{
    line-height: 32px;
    text-align: center;
}
.footerBot i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../images/News/version/2021/ghs.png) no-repeat;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 10px;
}
/* 错误提示 */
.lostpro{width:525px;float: left;background: url(https://www.afzhan.com/images/lostpro.jpg) no-repeat;margin: 25px 0 10px;margin-left: 10px;padding-left: 135px;}
.lostpro span{font: 18px/44px "Microsoft Yahei";color: #333;}
.lostpro p{font: 12px/30px "\5b8b\4f53";color: #767676;}
.lostpro ul{font: 12px/30px "\5b8b\4f53";color: #767676;}
.lostpro ul li{background: url("../images/caigouSearch.png") no-repeat -143px -30px;padding-left: 12px;height:30px;}
