.ptab{
    width: 1200px;
    margin: 0 auto;
	height: 60px;
	line-height: 60px;
	background-color: white;
}


.ptab-select{
	color: #3ab3be !important;
	
}
.ptab-select:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-size: cover;
	background-image: url(./images/sj-red.png) !important;
}
.ptab{
    text-align: center;
}
.ptab>ul{
	display: inline-block;
}

.ptab>ul>li{
	float: left;
	font-size: 15px;
	position: relative;
	padding: 0 18px;
}
.ptab>ul>li>a{
	display: block;
	color: black;
	position: relative;
}

.ptab>ul>li>a:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-image: url(./images/dsj.png);
    background-size: cover;
}
.ptab>ul>li>ul{ 
  position: absolute;
  min-width: 90px;
  background-color: white;
  text-align: center;
  padding: 10px 0;
  top: 58px;
  display: none;
  border: 1px solid #eeeeee;
}
.ptab>ul>li>ul:after{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    background: #ffffff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ptab>ul>li>ul>li{
	line-height: 35px;
	font-size: 14px;

}
.ptab>ul>li>ul>li>a{
    color: black;
    display: block;
}

.content{
	background-color: #fafafa;
	padding: 40px 0;
}
.box{
	width: 1200px;
    margin: 0 auto;
}
.ptab>ul>li:hover ul{
	display: block;

}
.ptab>ul>li>ul>li>a:hover{
	color: white !important;
	background-color: #d80808;
}

.imgTitle{
	font-size: 16px;
	line-height: 1.8;
	color: #555555;
    float: left;
    width: 1200px;
}
.imgTitle .list{
	float: left;
    width:380px;
    background-color: white;
    font-size: 14px;
    border:1px solid #eeeaea;
    padding: 10px;
}
.imgTitle .list .img{
	float: left;
}
.imgTitle .list .img img{
}
.imgTitle .list .title{
	line-height: 40px;
	font-size: 24px;
    float: left;
    width: 100%;
	color: black;
    text-align: center;
}
.imgTitle .list .title:hover{
	color: #3ab3be;
}
.imgTitle .list .description{
    font-size: 14px;
    float: left;
    width: 100%;
    color: #848484;
    line-height:18px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}

.imgTitle .list .number{
    float: left;
    width: 100px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #efefef;
    margin: 25px 0;
    margin-left: 130px;
}
.imgTitle .list{
    margin-right: 30px;
    margin-bottom: 30px;
}
.imgTitle .list:nth-child(3n){
    margin-right: 0;
}
.imgTitle .list .number a{
    display: block;
    color: #979797;
    border-radius: 3px;
    border:1px solid #eeeeee;

}
.imgTitle .list .number a:hover{
    color: white;
    background-color: #3ab3be;
    border:1px solid #3ab3be;
}
