.ziying-top{
    overflow: hidden;
    border:1px solid rgba(178,178,178,1);
    margin-top:40px;
}
/* ziying-title */
.ziying-title{
    height: 73px;
    padding: 0 20px;
    border-bottom:1px solid rgba(178,178,178,1);
}
.ziying-title>span{
    font-size:24px;
    font-family:FZLTHK--GBK1-0;
    color:rgba(30,79,178,1);
    padding:0 13px 14px 13px;
    margin-top:22px;
    display: inline-block;
    border-bottom:6px solid rgba(30,79,178,1);
}
.ziying-title .new-hot{
    line-height: 73px;
}
.new-hot a{
    font-size:16px;
    color:rgba(127,127,127,1);
    display: inline-block;
}
.new-hot .new{
    color:rgba(243,152,0,1); 
}
/* ziying-select */
.ziying-select{
    border-bottom:1px solid rgba(178,178,178,1);
    padding-bottom:31px;
}
.ziying-select ul li{
    display: block;
    margin-top:30px;
    margin-left:30px;
}
.ziying-select ul li span{
    color:#222;
}
.ziying-select ul li a{
    display: inline-block;
    font-size:16px;
    color:#222;
    margin-left:55px;
    cursor: pointer;
}
.ziying-select ul li a.all{
    display: inline-block;
    padding:2px 6px;
    background:rgba(243,152,0,1);
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
/* ziying-search */
.ziying-search{
    height:70px;
    padding: 0 20px;
    line-height: 70px;
}
.ziying-search label{
    display: inline-block;
    font-size:15px;
    color:#222;
    margin-right:7px;
}
.ziying-search input{
    width:100px;
    height:36px;
    border:1px solid rgba(204,204,204,1);
    margin-right:13px;
}
.ziying-search input[type=button]{
    width:65px;
    height:36px;
    background:rgba(30,79,178,1);
    border-radius:10px;
    font-size:16px;
    font-family:FZLTHK--GBK1-0;
    color:rgba(255,255,255,1);
    border:0;
}
.ziying-search .reset{
    font-size:16px;
    color:rgba(243,152,0,1);
}
/* ziying-bottom */
.ziying-bottom{
    margin-top:39px;
    border:1px solid rgba(179,179,179,1);
}
.ziying-bottom table thead tr th{
    font-family:FZLTHK--GBK1-0;
    color:rgba(77,77,77,1);
    height:72px;
    width:120px;
    
}
.ziying-bottom table thead{
    background: #efefef; 
}
.ziying-bottom table tbody tr{
	border-bottom:1px solid #b3b3b3;
}
.ziying-bottom table tbody tr:last-child{
	border-bottom:0;
}
.ziying-bottom table tbody tr td{
    font-size:16px;
    text-align: center;
    height: 66px;
}
.ziying-bottom table tbody tr td a{
	color:#222;
}
@media (min-width:1366px){
	.ziying-bottom table tbody tr td a{
		font-size:16px!important;
	}
}
.selectOperate a{
    display: inline-block;
}
.selectOperate .dinghuo{
    width:23px;
    height:27px;
    margin-right:29px;
}
/* 分页 */
#page{
    margin:60px 0 102px 0;
    text-align: center;
    height:45px;

}
.pageCode{
    text-align: center;
    color:#222;
    line-height: 45px;
    margin-top:60px;
    margin-bottom: 102px;
}
.pageCode div{
    width:380px;
    margin: 0 auto;
}
.pageCode a,.pageCode span{
    font-size: 16px;
    float: left;
    width:45px;
    height: 45px;
    border:1px solid rgba(203,203,203,1);
    border-left:0;
}
.pageCode .prevPage,.nextPage{
    background:rgba(25,116,189,1);
}
.currentPage{
    font-weight:bold;
    color:rgba(25,116,189,1);
    vertical-align: top;
}

