﻿.pc-style .PhotoList {}

.pc-style .PhotoList .PhotoItem {
	margin-bottom: 20px;
	height: 130px;
}

.pc-style .PhotoList .PhotoItem .ImgBox {
	height: 120px;
	width: 180px;
	padding: 4px;
	border: 1px solid #dddddd;
	margin-right: 20px;
	float: left;
}

.pc-style .PhotoList .PhotoItem .ImgBox img {
	width: 180px;
	height: 120px;
}

.pc-style .PhotoList .PhotoItem .ImgDes {
	overflow: hidden;
	margin-left: 200px;
}

.pc-style .PhotoList .PhotoItem .ImgDes .t {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.pc-style .PhotoList .PhotoItem .ImgDes .t a {
	color: #666666;
}

.pc-style .PhotoList .PhotoItem .ImgDes .t a:hover {
	color: #cc0000;
}

.pc-style .PhotoList .PhotoItem .ImgDes .con {
	color: #666666;
	line-height: 1.5;
}

.pc-style .PhotoList .PhotoItem .ImgDes .con .more {
	text-align: right;
}

.pc-style .PhotoList .PhotoItem .ImgDes .con .more a {
	color: #cc0000;
}

.pc-style .PhotoList .newsMain h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #cc0000;
	margin-bottom: 10px;
}

.pc-style .PhotoList .newsMain img{
	max-width: 100%;
}
.pc-style .PhotoList .newsMain video{
	max-width: 100%;
	height: auto;
}
/* 移动端样式 */
.mobile-style .PhotoList {}

.mobile-style .PhotoList .PhotoItem {
	padding:15px 0px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	zoom:1;
}
.mobile-style .PhotoList .PhotoItem:first-child{
	padding-top: 0px;
}
.mobile-style .PhotoList .PhotoItem:last-child{
	border-bottom: 0px;
}
.mobile-style .PhotoList .PhotoItem .ImgBox {
	width: 33.33%;
	float: left;
}
.mobile-style .PhotoList .PhotoItem .ImgBox a{
	display: block;
	width: 100%;
	padding-top: 66.66%;
	position: relative;
}
.mobile-style .PhotoList .PhotoItem .ImgBox a:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border:1px solid rgba(0,0,0,0.1);
}
.mobile-style .PhotoList .PhotoItem .ImgBox img {
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
}

.mobile-style .PhotoList .PhotoItem .ImgDes {
	overflow: hidden;
	margin-left: 33.33%;
	padding-left: 10px;
}

.mobile-style .PhotoList .PhotoItem .ImgDes .t {
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	color: #666666;
}

.mobile-style .PhotoList .PhotoItem .ImgDes .t a {
	color: #666666;
	display: block;
}

.mobile-style .PhotoList .PhotoItem .ImgDes .t a:hover {
	color: #cc0000;
}

.mobile-style .PhotoList .PhotoItem .ImgDes .con {
	display: none;
}
.mobile-style .PhotoList .newsMain h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #cc0000;
	margin-bottom: 10px;
	line-height: 1.5;
}
.mobile-style .PhotoList .newsMain img{
	max-width: 100%;
	height: auto;
}
.mobile-style .PhotoList .newsMain video{
	max-width: 100%;
	height: auto;
}