body {
	background: #e8e8e8;
	font-family: "Microsoft Yahei", "SimHei", "Simsun";
	font-size:14px;
}
.clear {
	clear:both;
}
a {
	outline: none;
}
a:hover {
	color:#0e8ef1
}
/*头部begin*/
.headWrap {
	background: #e8e8e8;
	padding:20px 0px;
}
.headWrap .row {
	width: 1125px;
	margin:0px auto;
}
.topalink {
	text-align: right;
}
.topalink a {
	color:black;
}
.topalink span {
	padding:0px 5px;
}
.searchBox {
	float: right;
	margin-top: 20px;
}
.searchBox input {
	float: left;
	border:1px solid #c2c2c2;
	height: 30px;
	line-height: 30px;
	width: 260px;
	padding-left: 10px;
}
.searchBox a {
	float: left;
	display: inline-block;
	background: #0e8ef1;
	color: white;
	padding:0px 20px;
	height: 30px;
	line-height: 30px;
}
/*头部end*/
.tpNav {
	background: black;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.tpNav .insideNav {
	width: 1125px;
	margin:0px auto;
}
.tpNav .insideNav a, .tpNav .insideNav span {
	color:white;
	font-size: 16px;
	margin-left: 10px;
	font-weight:bold;
}
.tpNav .insideNav span {
	padding:0px 5px;
}
/*banner begin*/
.swiper-slide {
	position: relative;
}
.swiper-slide img {
	width: 100%;
}
.swiper-container .swiper-slide span {
	position: absolute;
	bottom: 80px;
	left:50%;
	margin-left: -360px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	color:white;
	font-size: 24px;
	padding:5px 10px;
}
.swiper-container {
	width: 100%;
	position: relative;
}
.swiper-container1 {
	width: 100%;
	overflow: hidden;
}
/*banner end*/

.contWrap {
	width: 1125px;
	margin:0px auto;
}
.contLeft {
	background: white;
	padding:5px 15px;
	margin-top: 10px;
}
.contLeft .lftTitle {
	font-size: 20px;
	font-weight: bold;
}
.contLeft .lftSM {
	margin-top: 5px;
	font-size: 14px;
	line-height: 25px;
	color:#696f6b;
	font-weight: bold;
	height: 100px;
	overflow: hidden;
	/*盒子模型*/
    display:-webkit-box;
	/*显示的文本行数*/
    -webkit-line-clamp:4;
	/*子元素的垂直排列方式*/
    -webkit-box-orient:vertical;
	text-overflow: ellipsis;
	border-bottom:1px solid #e8e8e8;
}
ul.rowlist {
	margin-top: 10px;
	height: 150px;
	overflow: hidden;
}
ul.rowlist li span {
	float: left;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}
ul.rowlist li span:before {
	float: left;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000000;
	margin-top: 10px;
	margin-right: 5px;
	content: '';
	border-radius: 2px;
}
ul.rowlist li .licont {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.rowlist li a {
	color:#656565;
	font-size: 14px;
}
ul.rowlist li a:hover span {
	color:deepskyblue;
}
.colBox {
	background: white;
	padding:5px 10px;
	height: 152px;
	margin-top: 10px;
	overflow: hidden;
}
.colBox .colName {
	font-size: 18px;
	margin-top: 5px;
	font-weight:bold;
}
.colName span span {
	display: inline-block;
	float: left;
}
.colName span:before {
	float: left;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../images/icon.jpg") no-repeat;
	background-size: 100% 100%;
	content: '';
	margin-top: 2px;
	margin-right: 5px;
}
.colBox .jcont, .colBox .labelCol {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.colBox a {
	color:#656565;
}
.colBox .proCol a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.colBox .proCol a img {
	display: block;
	margin:0px auto;
	height:115px;
}
.colBox .proCol a span {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.newRow {
	background: white;
	margin-top: 15px;
	padding-bottom: 10px;
}
.newRow .newTile {
	text-align: center;
	width: 60%;
	font-size: 26px;
	margin:0px auto;
	margin-top: 20px;
	color:#000000;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1663ab;
	font-weight:bold;
}
.newsPanel {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 35px;
	padding-right:35px;
}
.swiper-container1 .swiper-slide {
	padding:5px;
	border:1px solid #eee;
}
.swiper-container1 .swiper-slide a {
	color:#5e5e5e;
}
.swiper-container1 .swiper-slide a:hover {
	text-decoration: none;
}
.swiper-container1 .panelName {
	font-size: 16px;
	color:#000000;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.swiper-container1 .panelCont {
	height:50px;
	line-height: 25px;
	overflow: hidden;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}
.swiper-container1 .panelCont img {
	height:100px;
}
.swiper-container1 .panelCont:hover {
	color:#218df2;
	text-decoration:underline;
}
.swiper-container1 .decPanel {
	font-size: 14px;
	color:#333;
}
.swiper-container1 .swiper-button-prev {
	left: 0px;
	width: 35px;
	height: 49px;
	background: url("../images/prev.jpg") no-repeat;
	background-size: 100% 100%;
}
.swiper-container1 .swiper-button-next {
	right: 0px;
	width: 35px;
	height: 49px;
	background: url("../images/next.jpg") no-repeat;
	background-size: 100% 100%;
}
.swiper-container1 .panelName span {
	font-weight: bold;
}
.swiper-container1 .panelName i {
	font-style: normal;
}
.newsPanel .swiper-container1 .swiper-wrapper {
/*overflow: hidden;*/
}
.panelList {
	margin-top: 20px;
	padding:0px 15px;
}
.panelList .panelRowlist li {
	border-bottom: 1px solid #eee;
	padding:10px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.panelList .panelRowlist li a {
	font-size: 16px;
	color:#333;
	white-space: nowrap;
	overflow: hidden;
}
.panelList .panelRowlist li .dateShow {
	margin-top: 10px;
	color:#999999;
	font-size: 14px;
}
.panelList .panelRowlist li .dateShow .bomshow {
	float: left;
	width: 50%;
}
.panelList .panelRowlist li .dateShow .bomshow a {
	font-size:14px;
}
.panelList .panelRowlist li .dateShow .bomdata {
	float: right;
	width: 50%;
	text-align: right;
}
.colPanel {
	width: 100%;
	border:1px solid #eeeeee;
}
.cpName span {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 70%;
	text-align: center;
	padding:5px 0px;
	color:#333;
	border-bottom: 1px solid #eee;
}
.cpName a {
	font-size: 16px;
	float: left;
	display: inline-block;
	padding:5px 0px;
	border-left: 1px solid #eee;
	color:#333;
	width: 30%;
	text-align: center;
	border-bottom: 1px solid #eee;
	text-decoration: none !important;
}
.cpName a:hover, .selHover {
	text-decoration: none !important;
	border-bottom: 0px !important;
	border-top: 2px solid red;
}
.cpList ul+ul {
	display: none;
}
.cpList li {
	white-space: nowrap;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding:7px 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.cpList li+li {
	border-top: 1px solid #eeeeee;
}
.cpList li span {
	height: 25px;
}
.cpList li span:before {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	background: red;
	content: '1';
	color:white;
	border-radius: 50%;
	margin-top: 2px;
	margin-right: 2px;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
.cpList li:nth-child(2) span:before {
 content: '2';
}
.cpList li:nth-child(3) span:before {
 content: '3';
}
.cpList li:nth-child(4) span:before {
 content: '4';
}
.cpList li:nth-child(5) span:before {
 content: '5';
}
.cpList li:nth-child(6) span:before {
 content: '6';
}
.cpList li:nth-child(7) span:before {
 content: '7';
}
.cpList li:nth-child(8) span:before {
 content: '8';
}
.cpList li:nth-child(9) span:before {
 content: '9';
}
.cpList li:nth-child(10) span:before {
 content: '10';
}
.cpList li+li+li+li span:before {
	background: #999999;
}
.cpList li a {
	font-size: 14px;
	color:#333;
}
.checkMore {
	background:gray;
	color:white;
	display: block;
	margin:0px auto;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	min-width: 250px;
	width:30%;
	border-radius:20px;
}
.checkMore:hover {
	text-decoration: none;
	color:white;
}
.dataLook {
	padding:0px 10px;
	margin-top: 20px;
}
.dataLook .look {
	float: left;
	width: 20%;
	color:white;
	padding:10px;
	border-right:10px solid white;
	margin-bottom:10px;
}
.dataLook .look .lookname {
	font-size: 18px;
	padding-bottom: 20px;
	height:52px;
	line-height:26px;
	overflow:hidden;
}
.dataLook .look .lookname a {
	color:#FFF;
}
.dataLook .look .lookname span {
	font-size: 22px;
}
.dataLook .look p {
	font-size: 14px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.dataLook .look p a {
	color:#FFF;
}
.redLook {
	background: #e13831;
}
.blueLook {
	background: #62bfde;
}
.pinkLook {
	background: #ea757d;
}
.blackLook {
	background: #5b6073;
}
.yellowLook {
	background: #fea877;
}
.hotRow {
	background: white;
	margin-top: 20px;
	padding:10px;
}
.hotRow .hotTitle {
	font-size: 20px;
	font-family: "宋体";
	font-weight: bold;
	padding-right: 20px;
}
.hotRow a {
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	margin-top: 10px;
}
.hotRow a:hover {
	color:#0e8ef1
}
.hotRow .hotTitle .hot1 {
	color:#218df2;
}
.hotRow .hotTitle .hot2 {
	color:#000;
}
.hotRow .hotlik {
	background: #f4f4f4;
	color:#333;
	font-size: 16px;
	padding:0px 20px;
}
/*尾部begin*/
.footerWrap {
	background: #dfdfdf;
	width: 100%;
	padding:20px 0px 0 0 ;
	margin-top: 20px;
}
.mainFooter {
	width: 1000px;
	margin:0px auto;
	margin-top: 10px;
}
.mainFooter ul li {
	margin-top: 5px;
}
.mainFooter a, .mainFooter p {
	color:#5e5e5e;
	font-size: 14px;
}
.mainFooter p {
	margin:0px;
	padding-left: 20px;
}
.mainFooter .pfoot {
	padding-top: 5px;
}
.mainFooter .fotBox {
	float: left;
	width: 33%;
	min-height: 80px;
}
.mainFooter .pcopy
{
border-top: 1px solid #cccccc;
padding-top: 15px; line-height:25px;}
.mainFooter .pcopy p{ text-align:center;}
/*尾部end*/

/*列表页*/
.contNav {
	margin-top: 20px;
}
.contNav a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	float: left;
	margin-right: -1px;
	color: #666666;
	background: #f7f7f7;
	font-size:16px;
}
.detailWrap {
	width: 1120px;
	background: white;
	margin:0px auto;
}
.colLi {
	background: white;
	margin-top: 20px;
}
.colLi img {
	width: 100%;
	height:220px;
}
.colLi h2 {
	padding:10px;
	font-size: 20px;
	height:64px;
	line-height:32px;
	margin-bottom:15px;
}
.coltime {
	padding:0px 10px;
	color:#aaaaaa;
	font-size: 13px;
}
.coldeil {
	padding:10px;
}
.rate {
	padding:10px;
}
.rate span {
	padding-right:10px;
}
.colLi a {
	color:#333;
}
.page {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.page a {
	background: deepskyblue;
	color:white;
	padding:10px 20px;
	border-radius: 3px;
	font-size:18px;
	margin:10px;
}
.detailBox {
	background: white;
	margin-top: 20px;
	padding:20px 30px;
}
.detailBox .delName {
	display: inline-block;
	color: white;
	background-color: #34b3db;
	padding: 4px 10px;
	margin: 0 1px 0 0;
	font-size: 18px;
	margin-top: 20px;
}
.topic-title {
	font-size: 18px;
	margin-top: 10px;
}
.topic-info {
	margin-top: 10px;
	display: block;
	color:#5e5e5e;
}
.topic-info span {
	padding-right: 5px;
}
.newsCont {
	margin-top: 20px;
}
.newsCont img {
	display: block;
	max-width: 100%;
}
.imgDeil {
	background: #efefef;
	padding:10px;
	font-size: 13px;
}
.articleBody {
	color: #333;
	padding:10px 0px;
	font-size:14px;
}
.articleBody p {
	font-size: 14px;
	margin-top: 15px;
	line-height: 25px;
}
.articleBody h1 {
	font-weight:bold;
	font-size:16px;
	margin-top:25px;
	line-height:25px;
}
.articleBody h2 {
	font-weight:bold;
	font-size:14px;
	margin-top:25px;
	line-height:25px;
}
.rowPage a {
	font-size: 14px;
	color:#333;
}
.topDel {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.colAd img {
	display: block;
	float: right;
	margin-top: 20px;
	max-width:265px;
}
.colRowBox {
	float: right;
	width: 260px;
	margin:0px auto;
	margin-top: 50px;
}
.lftTitle {
	font-size: 18px;
}
.topListImg {
	position: relative;
}
.topListImg .topbann {
	width: 100%;
}
.delTile {
	position: absolute;
	top:50%;
	margin-top: -15px;
	left:0px;
	text-align: center;
	font-size: 24px;
	color:white;
	width: 100%;
}
.delTile span {
	padding-right: 10px;
	font-size: 26px;
}
.mobileLink {
	position: absolute;
	top:0px;
	right: 10px;
	z-index: 100;
	display: none;
}
.mobileLink a {
	color:#333;
}
.mobileLink span {
	padding:0px 10px;
}


/*媒体查询begin*/
@media screen and (max-width: 768px) {
 .detailBox {
 padding:20px 10px;
}
 .mainFooter .fotBox {
 float: left;
 width: 33%;
}
 .colRowBox {
 float: left;
 width: 260px;
 margin:0px auto;
 margin-top: 50px;
}
 .colAd {
 display: none;
}
 .mobileLink {
 display: block;
}
 .smTop {
 display: none;
}
 .logoimg {
 width: 300px;
 margin:0px auto;
}
 .swiper-container .swiper-slide span {
    left: 0;
    bottom: 30px;
    display: block;
    margin-left: 30px;
	    font-size: 14px;
}
 .contWrap, .headWrap {
 width: 100%;
}
 .headWrap .row {
 width: 100%;
}
 .mainFooter {
 width: 100%;
 padding:0px 20px;
}
 .ftitle {
 color:#000;
 font-size: 16px;
}
 .mainFooter p {
 margin:0px;
 padding-left: 0px;
}
 .mainFooter .pfoot {
 padding-top: 0px;
}
 .dataLook .look {
 width: 100%;
 padding:10px;
 border-right:0px solid white;
}
 .tpNav .insideNav {
 width: 100%;
}
 .contWrap .row {
 width: 100%;
 margin-left: 0px;
}
}
@media screen and (max-width: 767px) {
 .bigstle1 {
 padding-right: 0px;
 padding-left: 0px;
}
}
@media screen and (min-width: 768px) {
 .colRowBox {
 float: left;
 width: 260px;
 margin:0px auto;
 margin-top: 50px;
}
 .bigstle {
 padding-left: 0px;
 padding-right: 0px;
}
 .bigstle1 {
 padding-right: 0px;
}
 .contLeft {
 padding:10px 15px;
}
 .contWrap, .headWrap {
 width: 100%;
 overflow: hidden;
}
 .tpNav .insideNav {
 width: 100%;
}
 .colAd {
 display: none;
}
}
@media screen and (min-width: 770px) {
 .mainFooter {
 width: 98%;
}
 .bigstle {
 padding-left: 15px;
}
 .bigstle1 {
 padding-right: 15px;
}
 .bigstle2 {
 padding-left: 0px;
}
 .lerow {
 margin-right: 0px;
}
 .headWrap .row {
 width: 100%;
}
 .logoimg {
 width: 100%;
}
}
@media screen and (min-width: 1020px) {
 .colAd {
 display: block;
}
 .contWrap, .headWrap {
 width: 100%;
 overflow: hidden;
}
 .mainFooter {
 width: 1000px;
}
 .tpNav .insideNav {
 width: 100%;
}
 .bigstle {
 padding-left:15px;
}
 .bigstle1 {
 padding-right: 15px;
}
 .bigstle2 {
 padding-left: 0px;
}
 .lerow {
 margin-right: 0px;
}
 .colRowBox {
 float: right;
 width: 260px;
 margin:0px auto;
 margin-top: 50px;
}
}
@media screen and (min-width: 1125px) {
 .contWrap, .headWrap, .tpNav .insideNav {
 width: 1125px;
 margin:0px auto;
}
}
/*媒体查询end*/
.buy {
	margin-top:20px;
	text-align:center;
}
.buy .buy_btn {
	display:inline-block;
	width:200px;
	height:45px;
	border:0;
	border-radius:5px;
	background:#01A652;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	line-height:45px;
	cursor:pointer;
}
.buy .buy_btn:hover {
	background:#078C4C;
	color:#fff;
}
.btn {
	display:inline-block;
	width:200px;
	height:45px;
	border:0;
	border-radius:5px;
	background:#01A652;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	line-height:45px;
	cursor:pointer;
}
.btn:hover {
	background:#078C4C;
	color:#fff;
}
.images_ad {
	margin-top:20px;
}
.images_ad img {
	width:100%;
}
p.links{ text-align:center; color:#dfdfdf;font-size:5px; }
p.links a{ font-size:5px; color:#dfdfdf; cursor:default;}
/*==========通用 以下部分是Validform必须的===========*/
.Validform_checktip {
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right {
	color:#71b83d;
	padding-left:20px;
	background:url(../images/right.png) no-repeat left center;
}
.Validform_wrong {
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../images/error.png) no-repeat left center;
}
.Validform_loading {
	padding-left:20px;
	background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error {
	background-color:#ffe7e7;
}
#Validform_msg {
	color:#7d8289;
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	width:280px;
	-webkit-box-shadow:2px 2px 3px #aaa;
	-moz-box-shadow:2px 2px 3px #aaa;
	background:#fff;
	position:absolute;
	top:0px;
	right:50px;
	z-index:99999;
	display:none;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
#Validform_msg .iframe {
	position:absolute;
	left:0px;
	top:-1px;
	z-index:-1;
}
#Validform_msg .Validform_title {
	line-height:25px;
	height:25px;
	text-align:left;
	font-weight:bold;
	padding:0 8px;
	color:#fff;
	position:relative;
	background-color:#000;
}
#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
	line-height:22px;
	position:absolute;
	right:8px;
	top:0px;
	color:#fff;
	text-decoration:none;
}
#Validform_msg a.Validform_close:hover {
	color:#cc0;
}
#Validform_msg .Validform_info {
	padding:8px;
	border:1px solid #000;
	border-top:none;
	text-align:left;
}
/*===============商品购买处表单=========*/
.buyform ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.buyform ul li {
	padding: 5px;
	padding-left: 0;
	font-size: 16px;
	border-bottom:1px solid #efefef;
	margin:5px;
}
.buyform ul li .input {
	padding: 4px;
	width: 60%;
}
.buyform ul li i {
	width:100px;
	float:left;
	font-weight:bold;
	font-style:normal;
}
.buyform ul li .min, .buyform ul li .add {
	border:1px solid #333;
	height:35px;
	width:35px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.buyform ul li .goods_number {
	width:50px;
	text-align: center
}
.Validform_checktip {
	height:35px;
	line-height:35px;
	margin-left:100px;
	font-size:14px;
}
/**/
.plBox {
	margin-top: 30px;
}
.plBox .plTile {
	font-size: 12px;
	color: #ccc;
}
.plBox .plTile span {
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	padding-right: 10px;
}
.inpy {
	margin-top: 30px;
}
.inpy .leftpy {
	width: 50px;
	float: left;
}
.inpy .leftpy img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}
.inpy .rightpy {
	float: left;
}
.rightpy {
	width: 600px;
	border:2px solid #f2f2f2;
	margin-left: 20px;
}
.rightpy textarea {
	width: 100%;
	height: 100px;
	font-size: 14px;
	line-height: 24px;
	color: #4b4b4b;
	resize: none;
	overflow: auto;
	border:0px;
}
textarea:focus {
	outline: none;
}
.bompy {
	border-top:1px solid #f2f2f2;
	padding:10px 5px;
}
.bompy span {
	float: left;
}
.bompy a {
	float: right;
	background: #379be9;
	color:white;
	font-size: 14px;
	padding:5px 15px;
	border-radius: 50px;
}
.allTop {
	font-size: 18px;
	color:#333;
	border-bottom:1px solid #f2f2f2;
	margin-top: 30px;
	padding-bottom: 5px;
}
.plDeil {
	padding:20px 0px;
}
.plList .plDeil+.plDeil {
	border-top:1px solid #f2f2f2;
}
.plDeil .leftPL {
	width: 50px;
	float: left;
}
.plDeil .leftPL img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.plDeil .rightPL {
	float: left;
	margin-left: 10px;
	width: 600px;
}
.plDeil .rightPL .pa1 {
	font-weight: 600;
	color: #379be9;
}
.plDeil .rightPL .pa2 {
	padding-left: 10px;
	color: #999;
	display: inline-block;
	margin-left: 12px;
}
.plDeil .rightPL p {
	color:#5e5e5e;
}
@media screen and (min-width: 320px) {
 .rightpy {
 width: 200px;
}
 .plDeil .rightPL {
 width: 200px;
}
.tpNav .insideNav span{padding: 0px;}
}
@media screen and (min-width: 375px) {
 .rightpy {
 width: 240px;
}
 .plDeil .rightPL {
 width: 240px;
}
.tpNav .insideNav span{padding: 0px 5px;}
}
@media screen and (min-width: 414px) {
 .rightpy {
 width: 280px;
}
 .plDeil .rightPL {
 width: 280px;
}
}
@media screen and (min-width: 768px) {
 .rightpy {
 width: 550px;
}
 .plDeil .rightPL {
 width: 550px;
}
}
@media screen and (min-width: 1200px) {
 .rightpy {
 width: 600px;
}
 .plDeil .rightPL {
 width: 600px;
}
}
