.neiyelist {
    padding: 30px 0 40px 0;
}
/* .container {
    width: 1500px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */
.nylist02 {
    margin-top: 180px;
    overflow: hidden;
    text-align: center;
}
.nylist02 ul li {
    display: inline-block;
    width: 160px;
    background: #f1f1f1;
    margin: 5px;
    text-align: center;
    height: 50px;
}
.nylist02 ul li a {
    display: block;
    line-height: 50px;
    font-size: 15px;
    color: #333;
}
.inpagebox02 {
    background-color: #fff;
}
.inpagebox {
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
}
.newsListCon {
    width: 78%;
	float: right;
}
.newsListCon .mainCon {
	padding-top: 20px;
}

.newsListCon .mainCon .con {
	margin: 0 -10px;
}
/* .newsListCon .mainCon dl:first-child {
    border-top: 1px solid #dfdfdf;
} */
.newsListCon .mainCon dl {
    width: 33.3%;
	float: left;
/*    padding-top: 39px; */
   /* height: 247px; */
    border-top: none;
    background: #fff;
    position: relative;
    margin: 0 0;
}
.newsListCon .mainCon dl a{
	border: 1px solid #dfdfdf;
	margin: 0 10px 40px;
	display: block;
	padding: 20px 20px 40px 20px;
}
.newsListCon .mainCon dt {
    /* width: 220px;
    height: 170px;
    float: left;
    margin-left: 40px; */
    overflow: hidden;
	width: 100%;
	height: 176px;
	
}
.newsListCon .mainCon dt img {
    display: block;
  /*  transform: scale(1);
    transition: all 2s ease-out; */
/*    width: 220px;
    height: 169px; */
	width: 100%;
}
.newsListCon .mainCon dd {
/*    width: 875px;
    height: 170px; */
    position: relative;
    /* margin-left: 28px;
    float: left; */
}
.newsListCon .mainCon dd h3 {
   /* font-size: 20px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: center; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	padding: 18px 0 16px;
	transition: color 1s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
}
.newsListCon .mainCon dd p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
	height: 50px;
	overflow: hidden;
/*    margin-top: 17px; */
}
.newsListCon .mainCon dd .rq {
    /* display: block;
    font-size: 13px;
    font-family: arial;
    height: 16px;
    position: absolute;
    top: 6px;
    right: 62px;
    padding-left: 24px;
    padding-top: 2px;
    color: #999; */
	display: block;
	font-size: 14px;
	font-family: Microsoft JhengHei;
	font-weight: 400;
	color: #666666;
	padding-top: 26px;
	background: url(../images/time.png) no-repeat left 28px;
	padding-left: 19px;
}
.newsListCon .mainCon dd .readNum {
    display: block;
    font-size: 13px;
    font-family: arial;
    height: 16px;
    background: url(/template/default/skin/images/newsList_icon02.png) no-repeat left center;
   /* position: absolute;
    top: 5px;
    right: 4px; */
    padding-left: 24px;
    padding-top: 2px;
}
.newsListCon .mainCon dd .more {
    display: none;
    width: 36px;
    height: 36px;
    background: url(/template/default/skin/images/list_circle.png) no-repeat left top;
    overflow: hidden;
    position: absolute;
    left: 6px;
    bottom: 17px;
}
.pages {
    padding: 20px 0;
    margin: 20px 0 15px 0;
    clear: both;
    text-align: center;
    font-size: 12px;
}
.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}
.pages li {
    display: inline-block;
    margin-right: 5px;
    float: none;
}
.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}
.pages .current a {
    border: 1px solid #4371c3;
    background: #4371c3;
    color: #fff;
}
.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
}