.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;
    padding: 30px 45px;
    background-color: white;
    padding-bottom: 60px;
}
.imgTitle .list{
	float: left;
    width: 100%;
    background-color: white;
    font-size: 14px;
    padding: 30px 0;
    border-bottom:1px solid #eeeeee;
}
.imgTitle .list .img{
	float: left;
    width: 230px;
    margin-right: 30px;
    min-height: 150px;
}
.imgTitle .list .img img{
    max-width: 230px;
}
.imgTitle .list .title{
	line-height: 30px;
	font-size: 18px;
    float: left;
	color: black;
    width: 830px;
}
.imgTitle .list .title:hover{
	color: #3ab3be;
}
.imgTitle .list .description{
    font-size: 14px;
    float: left;
    width: 830px;
    color: #848484;
    line-height: 24px;
    height: 72px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.imgTitle .list .number{
    float: left;
    width: 830px;
    color: #848484;
}
.imgTitle .list .number span{
    float: left;
}
.imgTitle .list .number img{
    width: 16px;
    float: left;
    margin: 6px 3px 0 3px;
}
.imgTitle .list .number .sz{
    margin-right: 15px;
}

.recommend{
    width: 230px;
    margin-left: 20px;
    padding: 20px;
    float: left;
    background-color: white;
}
.recommend .search{
    border:1px solid #e4eaec;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}
.recommend .search:after{
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e4eaec;
    bottom: -20px;

}
.recommend .search img{
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px;
}
.recommend .search input{
    outline: none;
    border:none;
    color: #848484; 
    width: 80%;
    text-indent: 1em;
}
.recommend .tj .title{
    padding: 20px 0;
    color: #f3d292;
    position: relative;
}
.recommend .tj .title:after{
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e4eaec;
    bottom: 0px;
}
.recommend .tj .com{
    margin: 20px 0 10px 0;
}
.recommend .box-list{
    font-size: 14px;
    border:1px solid #e4eaec;
    padding: 5px 0;
}
.recommend .box-list p{
    padding: 5px;
    border-bottom:1px solid #e4eaec;
}
.recommend .box-list p:hover{
    color: #3ab3be;
}
.recommend .box-list a:last-child p{
    border-bottom: none;
}