* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	background: #f5f5f5;
}

.counts {
	width: 1200px;
	margin: 0 auto;
}

.toad {
	height: 20px;
	line-height: 20px;
	font-size: 8px;
	margin-top: 15px;
}

.toad span a {
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}

.toad span:nth-child(1) a {
	color: #999;
}
.experBox{
	/*margin-top: 10px;*/
	display: flex;
	justify-content: space-between;
	/*border-top: 1px solid #000000;*/
	padding-top: 25px;
}
.exper_left{
	width: 880px;
}
.exper_listBox{
	width: 880px;
	height: 180px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 19px;
	background-color: #fff;
}
.picbox a ,.picbox a img{
	display: block;
	width: 120px;
	height:150px;
}
.synopsis{
	width:560px;
	height: 120px;
}
.nameBox a{
	display: block;
	width: 560px;
	height: 34px;
	font-size: 14px;
	font-family: Microsoft yahei-Regular, Microsoft yahei;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
}
.nameText a{
	display:block;
	width: 560px;
	height: 72px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	font-family: Microsoft yahei-Regular, Microsoft yahei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.toXiangq{
	width: 138px;
	height: 120px;
	border-left: 1px solid #D7D7D7;
	display: flex;
	align-items: center;
}
.toXiangq a{
	width: 82px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	font-family: Arial-Regular, Arial;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	background: #2577E3;
	border-radius: 90px 90px 90px 90px;
	opacity: 1;
	display: block;
	margin: 0 auto;
}
.pages{
	width: 880px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	background: #fff;
    padding: 20px 0;
}
.prev,.next{
	width: 78px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid rgba(0, 0, 0, 0);
	font-size: 14px;
	font-family: Microsoft yahei-Regular, Microsoft yahei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.prev{
	margin-right: 4px;
}
.next{
	margin-left: 4px;
}










.exper_right{
	width: 294px;
}
.zj_tuijian{
	width: 295px;
	height: 32px;
	line-height: 32px;
	background-color:#E9E9E9;
	font-size:13px;
	text-indent:14px;
	font-weight: normal;
	font-family: Alibaba PuHuiTi 2.0-85 Bold, Alibaba PuHuiTi 20;
	color: #2577E3;
}
.tuijianbox{
	width: 295px;
	height: 404px;
	margin-bottom: 10px;
	background-color: #fff;
}
.tj_pic a{
	display: block;
	width: 122px;
	height: 126px;
	border-radius: 50%;
	margin: 0 auto 25px;
	padding-top: 21px;
}
.tj_pic a img{
	width: 122px;
	height: 126px;
}
.tj_name a{
	display: block;
	font-size: 24px;
	font-family: 微软雅黑-Bold, 微软雅黑;
	font-weight: bold;
	color: #2577E3;
	text-align: center;
}
.tj_counts1 a,.tj_counts2 a{
	display: block;
	width: 253px;
	height: 70px;
	margin: 0 auto;
	margin-top: 13px;
	font-size: 14px;
	font-family: 微软雅黑-Regular, 微软雅黑;
	font-weight: 400;
	color: #424242;
	line-height: 32px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}


.pagination li a, .pagination span {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
}
.pagination li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 1px rgb(0 1 1 / 8%);
}
.pagination li a, .pagination span  {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.pagination .disabled, .pagination .active, .pagination span {
    background: #fff;
    cursor: default;
    float: left;
}
.pages{ text-align: center;}
.pages ul{ display: -webkit-inline-box;}