.right{
	width:24%;
	background: #FFFFFF;
	padding:0 10px;
}
.right>h3{
	color: #F47D2F;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
    margin:20px 0;
}

.right .jg-hot>a{
	display: block;
	margin:15px 0;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
	position: relative;
}
.right .jg-hot>a div{
	position: relative;
}
.right .jg-hot>a div .pictitle{
	position: absolute;
	bottom:20%;
	left:0;
	right:0;
	font-weight: 600;
	color:#FFFFFF;
	text-align: center;
}
.right .jg-hot>a div .pictitle>h1,.right .jg-hot>a div .pictitle>p{
	font-size: 25px;
	margin-bottom: 5px;
}
.right .jg-hot>a div img{
	width:100%;
	height:160px;
	border:1px dashed #D8D8D8;
}
.right .jg-hot>a>div:nth-child(2){
	margin:10px 0;
	font-size: 12px;
	font-weight: 600;
	color: #4D4D4D;
	white-space: nowrap;
  	overflow:hidden;
  	text-overflow: ellipsis;
}
.right .jg-hot>a>div:nth-child(3){
	margin:15px 0;
	font-size: 16px;
}
.right .jg-hot>a>div:nth-child(3) span:nth-child(1){
	font-size: 30px;
	color: #F7413B;
}
.right .jg-hot>a>div:nth-child(3) span:nth-child(2){
	padding:5px 15px;
	background: #F47D2F;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
}

.right .jg-hot>a>div:nth-child(3) span:nth-child(1){
	font-size: 15px;
	color: #636363;
}
.right .jg-hot>a>div:nth-child(4) b{
	font-size: 16px;
	color: #F47D2F;
}

.right .art-new>a {
    display: block;
    margin: 15px 0;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.right .art-new>a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #D76F3C;
    position: absolute;
    top: 50%;
    left:10px;
    transform: translateY(-50%);
}

@media all and (max-width:768px){
	.right {
	    width: 100% !important;
	    padding: 10px !important;
	}
	.right .jg-hot>a {
	    display: inline-block;
	    width: 49%;
	    margin: 5px 0;
	}
	.right .jg-hot>a div img {
	    height: 110px;
	}
	.right .jg-hot>a div .pictitle>h1, .right .jg-hot>a div .pictitle>p {
	    font-size: 18px;
	    margin-bottom: 0px; 
	}
}