@charset "utf-8";
/* CSS Document */
.vr_nav {
	width:100%;
	background:#00B3FE;
	position:relative;
	z-index:9;
}

.vr_menu {
	position:relative;
	z-index:19;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: auto;
}

.vr_menu .m {
	float:left;
	position:relative;
	z-index:1;
	margin-right:5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.vr_menu li:last-child {
	margin-right:0;
}	

.vr_menu h3 {
	line-height:42px;
	font-size:17px;
	font-weight:normal;
	position:relative;
	z-index:19;
}

.vr_menu h3 a {
	display:block;
	color:#fff;
	text-align:center;
}

.vr_menu h3 a:hover {
	color:#FFF;
}

.vr_menu h3 i {
	display:block;
	position: absolute;
    top: 50%;  
    right: 5px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #7B4F9B;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}	

.vr_menu .sub {
	display:none;
	position:absolute;
	left:-50%;
	margin-left:60px;
	top:42px;
	z-index:19;
	width:160px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color:rgba(255,255,255,.95);
}
	
.vr_menu .sub li {
	text-align:center;
	padding:0 10px;
	font-size:15px;
}	

.vr_menu .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
}

.vr_menu .sub li:last-child a {
	border-bottom:none;
}

.vr_menu li.curt {
	position:relative;
	z-index:1;
	background:#1677ff;
}

.vr_menu li.curt i {
	border-color:#fff;
}

.vr_menu li.curt h3 a {
	position:relative;
	z-index:11;
	color:#fff;
}

.vr_banner {
	margin:20px 0;
}

.vr_slide {
	width:800px;
	height:470px;
	float:left;
	overflow:hidden;
	position:relative;
}

.vr_slide .pic{ position:relative; z-index:0; }	

.vr_slide .pic li {
	position:relative; 
	z-index:1;
	height:470px;
}
.vr_slide .pic li b {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background:rgba(0,0,0,.5); 
	width:100%; 
	height:50px; 
	line-height:50px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:0 20px; 
	font-weight:normal;
	font-size:18px;
}

.vr_slide .pic li img { 
  	height:100%;
}	

.vr_slide .hd {
	width:20%; 
	position: absolute; 
	z-index:11; 
	bottom: 15px; 
	text-align: right; 
	font-size:0; 
	z-index:1;
	right:10px;
}	
.vr_slide .hd li{
    margin: 0 5px 0 0; 
	background: url(../images/dot.png) no-repeat 0 -16px; 
	height: 16px; 
	overflow: hidden; 
	width: 16px; 
	cursor: pointer;
	display:inline-block; 
}	
.vr_slide .hd .on {
	background-position:0 0;
}	
.vr_slide .prev, .vr_slide .next {
	width: 40px;
	height: 60px;
	margin: -20px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.vr_slide .prev {
	left: 0;
}	
.vr_slide .next {
	background-position: 0 -60px;
	right: 0;
}	
.vr_slide .prev:hover, .vr_slide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}


.vr_banner_pic {
	width:387px;
	float:right;
	overflow:hidden;
	position:relative;
	z-index:1;
	height:225px;
	margin-bottom:15px;
}


.vr_banner_pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_banner_pic p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.vr_banner_pic b {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:30px;
	height:30px;
}

.vr_banner_box {
	width:385px;
	float:right;
	border:1px solid #555;
	overflow:hidden;
	height:228px;
}

.vr_banner_box h4 {
    color: #1677ff;
    height: 54px;
    line-height: 54px;
	padding:0 15px;
}

.vr_banner_box h4 b {
    font-size: 24px;
}

.vr_banner_box h4 i {
    color: #c0c0c0;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 10px;
	font-weight:100;
}

.vr_banner_box ul {
	margin:0 15px;
	border-top:1px dotted #000;
	padding-top:10px;
}

.vr_banner_box ul li {
	height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.vr_banner_box ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.vr_one {
	margin-bottom:30px;
	margin-top:20px;
}

.vr_one_l {
	width:400px;
	float:left;
}

.vr_one_c {
	width:440px;
	float:left;
	margin-left:25px;
}

.vr_one_r {
	width:310px;
	float:right;
}

.vr_one_title {
	border-bottom:1px solid #000;
	color:#222;
	padding-bottom:17px;
	font-size:24px;
	font-weight:bold;
	line-height:32px;
}


.vr_one_list {
	overflow:hidden;
}

.vr_one_list li {
    width: 100%;
    float: left;
    margin-bottom:18px;
}

.vr_one_list li:last-child {
	margin-bottom:0;
}

.vr_one_list li .pic {
    float: left;
    width: 130px;
    height: 85px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.vr_one_list li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_one_list li .txt {
    float: right;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
}

.vr_one_list li .txt b {
    display: block;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
	margin:0 0 7px 0;
}

.vr_one_list li .txt p {
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: #777;
}

.vr_one_list li .txt i {
	display:block;
	font-size:12px;
	color:#999;
	height:24px;
	line-height:24px;
}

.vr_one_clist {
	margin-top:3px;
}

.vr_one_clist li {
	height:289px;
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom:20px;
}

.vr_one_clist li:last-child {
	margin-bottom:0;
}

.vr_one_clist li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_one_clist li p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
	box-sizing:border-box;
    padding: 30px 15px 15px 15px;
}

.vr_one_clist li b {
	display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
}

.vr_one_rlist {
	
}

.vr_one_rlist li {
	border-bottom:1px solid #000;
	margin-top:20px;
	padding-bottom:10px;
}

.vr_one_rlist li span {
	display: block;
    height: 190px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vr_one_rlist li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_one_rlist li b {
	display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
	margin-top:5px;
}

.vr_one_rlist li i {
	display:block;
	color:#999;
	height:25px;
	line-height:25px;
	font-size:14px;
}

.vr_two {
	margin-bottom:10px;
}

.vr_tit {
	border-bottom:3px solid #000;
	padding-bottom:12px;
}

.vr_tit h4 {
	float:left;
	font-size:30px;
	color:#222;
	font-weight:bold;
}

.vr_tit .more {
	display:block;
	float:right;
	font-size:14px;
	background:url(../images/more.png) no-repeat right center;
	padding-right:30px;
	margin-top:17px;
}

.vr_tit_class {
	float: left;
    font-size: 16px;
	margin-left: 30px;
	margin-top:7px;
}

.vr_tit_class a {
	display:block;
	float:left;
	margin-right:20px;
	border:1px solid #777;
	color:#777;
	line-height:26px;
	border-radius:15px;
	padding:0 10px;
}

.vr_tit_class a:hover {
	border:1px solid #00B3FE;
	color:#00B3FE;
}

.vr_tit_lang {
    float: left;
    font-size: 16px;
    font-style: normal;
    position: relative;
    z-index: 1;
    padding: 10px 30px 0 30px;
	line-height:24px;
    margin-left: 20px;
    color: #777;
}

.vr_tit_lang i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
}

.vr_tit_lang i.left {
    left: 0;
    background: url(../images/quoteLeft.png) no-repeat center;
}

.vr_tit_lang i.right {
    right: 0;
    background: url(../images/quoteRight.png) no-repeat center;
}

.vr_two_l {
	width:870px;
	float:left;
}

.vr_two_r {
	width:310px;
	float:right;
	margin-top:20px;
}

.vr_two_list {
	margin-top:20px;
}

.vr_two_list li {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 25px;
	border-bottom: 1px solid #000;
	padding-bottom:25px;
}

.vr_two_list li span {
    display: block;
    height: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	margin-bottom:10px;
}

.vr_two_list li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    z-index: 5;
}

.vr_two_list li b {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
	margin-bottom:5px;
}

.vr_two_list li p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:25px;
	height:50px;
	font-size:14px;
	color:#999;
	margin-bottom:20px;
}

.vr_two_list li .bot {
	height:30px;
	overflow:hidden;
}

.vr_two_list li .tag {
	float:left;
	width:300px;
	overflow:hidden;
}

.vr_two_list li .tag a {
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	margin-right:10px;
	font-size: 14px;
    color: #212121;
    padding: 0 7px;
    border: 1px solid #212121;
    border-radius: 5px;
}

.vr_two_list li .tag a:hover {
	background:#212121;
	color:#FFF;
}

.vr_two_list li .time {
	float:right;
	display:block;
	font-size:14px;
	line-height:30px;
	color:#999;
}

.vr_two_list li:nth-child(2n) {
    float: right;
}



.vr_two_rist {
	padding:20px 0;
}

.vr_two_rist .gList {
	height:440px;
	overflow:hidden;
}

.vr_two_rist .gList li {
	height:24px;
	margin-bottom:16px;
}
.vr_two_rist .gList li:last-child {
	margin-bottom:0;
}

.vr_two_rist .gList li:nth-child(1) .num {
	background:#FA4E57;
}

.vr_two_rist .gList li:nth-child(2) .num {
	background:#FA7A53;
}

.vr_two_rist .gList li:nth-child(3) .num {
	background:#FBC258;
}

.vr_two_rist .gList li .num{
	font-size:14px;
	color:#fff;
	background:#bcbcbc;
	width:20px;
	height:20px;
	display:block;
	float:left;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	margin-top:2px;
}

.vr_two_rist .gList li .tab-tit {
	font-size:16px;
	line-height:24px;
	height:24px;
	float:right;
	width:-webkit-calc(100% - 30px);
	width:-moz-calc(100% - 30px);
	width:calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr_two_rist .gList li .tab-con {
	display:none;
	margin-top:12px;
}

.vr_two_rist .gList li.on {
	height:auto;
}

.vr_two_rist .gList li.on .tab-con {
	display:block;
}

.vr_two_rist .gList li.on .pubpic{
	display:block;
	width:115px;
	height:80px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#eee;
}

.vr_two_rist .gList li.on .pubpic img {
	display: block;
	height: 100%;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

.vr_two_rist .gList li.on .tabclass {
	float:right;
	width:-webkit-calc(100% - 130px);
	width:-moz-calc(100% - 130px);
	width:calc(100% - 130px);
	line-height:25px;
	height:75px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	color:#999;
	text-indent:26px;
	font-size:13px;
}

.vr_two_new {
	position:relative;
	z-index:1;
	height:405px;
	margin-top:25px;
	overflow:hidden;
}

.vr_two_new:before {
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	background:#e0e0e0;
	left:5px;
	top:0;
	z-index:5;
}

.vr_two_new li {
	position:relative;
	z-index:11;
	margin-bottom:20px;
	width:100%;
	float:left;
}

.vr_two_new li:last-child {
	margin-bottom:0;
}

.vr_two_new li:before {
	content: "";
    position: absolute;
	z-index:11;
    left: 0;
    top: 13px;
    width: 11px;
    height: 11px;
    background: #00B3FE;
    margin-top: -5px;
    border-radius: 50%;
}

.vr_two_new li:after {
	content: "";
    position: absolute;
	z-index:19;
    left: 2px;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #fff;
    margin-top: -3px;
    border-radius: 50%;
}

.vr_two_new li .pic {
	float: right;
    width: 120px;
    height: 85px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.vr_two_new li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_two_new li .txt {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
	margin-left:25px;
	height:80px;
	overflow:hidden;
}

.vr_two_new li .txt b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
}

.vr_two_new li .txt i {
	display:block;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    color: #777;
	background:#f2f2f2;
	text-align:center;
	width:100px;
	margin-bottom:8px;
}

.vr_three {
	margin-bottom:30px;
}

.vr_thr_list {
	padding-top:10px;
}

.vr_thr_list li {
	width: -webkit-calc(33% - 15px);
    width: -moz-calc(33% - 15px);
    width: calc(33% - 15px);
    float: left;
    margin-right: 28px;
    margin-top: 25px;
	margin-bottom: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.vr_thr_list li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.vr_thr_list li span {
    display: block;
    height: 260px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	margin-bottom:10px;
}

.vr_thr_list li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
    z-index: 5;
}

.vr_thr_list li b {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
	margin-bottom:5px;
}

.vr_thr_list li p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:25px;
	height:50px;
	font-size:14px;
	color:#999;
	margin-bottom:20px;
}

.vr_thr_list li .bot {
	height:30px;
	overflow:hidden;
}

.vr_thr_list li .tag {
	float:left;
	width:300px;
	overflow:hidden;
}

.vr_thr_list li .tag a {
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	margin-right:10px;
	font-size: 14px;
    color: #212121;
    padding: 0 7px;
    border: 1px solid #212121;
    border-radius: 5px;
}

.vr_thr_list li .tag a:hover {
	background:#212121;
	color:#FFF;
}

.vr_thr_list li .time {
	float:right;
	display:block;
	font-size:14px;
	line-height:30px;
	color:#999;
}

.vr_four {
	margin-bottom:25px;
}

.vr_four_l {
	width:870px;
	float:left;
	margin-top:10px;
}

.vr_four_r {
	width:310px;
	float:right;
	margin-top:25px;
}

.vr_fou_list li {
	width: -webkit-calc(33% - 15px);
    width: -moz-calc(33% - 15px);
    width: calc(33% - 15px);
    float: left;
    margin-right: 26px;
    margin-top: 15px;
}

.vr_fou_list li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.vr_fou_list li span {
    display: block;
    height: 180px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	margin-bottom:5px;
}

.vr_fou_list li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    z-index: 5;
}

.vr_fou_list li b {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
	font-weight:normal;
}

.vr_five {
	margin-bottom:20px;
}

.vr_five_list {
	
}

.vr_five_list li {
	width:-webkit-calc(25% - 15px); 
	width:-moz-calc(25% - 15px); 
	width:calc(25% - 15px);
	float:left;
	margin-right:20px;
	margin-top:25px;
}

.vr_five_list li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.vr_five_list li span {
	display: block;
    height: 180px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vr_five_list li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    z-index: 5;
}

.vr_five_list li b {
	display: block;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	margin-top:10px;
}

.vr_five_list li .bot {
	font-size:14px;
	color:#999;
	line-height:24px;
	height:24px;
	margin-top:7px;
}

.vr_five_list li .bot .l {
	display:block;
	float:left;
}

.vr_five_list li .bot .r {
	display:block;
	float:right;
}

.vr_focus {
	width:100%;
	float:left;
}

.vr_focus_top {
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	height:55px;
}

.vr_focus_top li {
	display:block;
	float:left;
	font-size:18px;
	line-height:55px;
	padding:0 25px;
	margin-right:20px;
}

.vr_focus_top li.on {
	background:#000;
	color:#fff;
}

.vr_focus_top li.on a {
	color:#FFF;
}

.vr_focus_top .more {
    display: block;
    float: right;
    font-size: 14px;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 30px;
    margin-top: 17px;
}

.vr_focus_top i {
	display:block;
}

.vr_focus_top .icon1 {
	background:url(../images/yuzhou_01.png) no-repeat left center;
	padding-left:50px;
}

.vr_focus_top .icon2 {
	background:url(../images/yuzhou_2.png) no-repeat left center;
	padding-left:50px;
}

.vr_focus_top .icon3 {
	background:url(../images/yuzhou_3.png) no-repeat left center;
	padding-left:50px;
}

.vr_focus_main {
	width:100%;
	float:left;
}

.vr_focus_l {
	width:865px;
	float:left;
}

.vr_focus_r {
	width:310px;
	float:right;
}

.vr_focus_a {
	width: -webkit-calc(33% - 10px);
    width: -moz-calc(33% - 10px);
    width: calc(33% - 10px);
    float: left;
    margin-right: 19px;
    margin-top: 25px;
	background:#f8f8f8;
}

.vr_focus_a:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.vr_focus_a h4 {
	font-size:18px;
	font-weight:bold;
	height:55px;
	line-height:55px;
	padding:0 15px 0 60px;
	background:#6dcaff;
	border-bottom:4px solid #fff;
	color:#fff;
}

.vr_focus_a:nth-child(1) h4 {
	background:url(../images/yuzhou_01.png) no-repeat 10px center #6dcaff;
}

.vr_focus_a:nth-child(2) h4 {
	background:url(../images/yuzhou_02.png) no-repeat 10px center #6dcaff;
}

.vr_focus_a:nth-child(3) h4 {
	background:url(../images/yuzhou_03.png) no-repeat 10px center #6dcaff;
}

.vr_focus_a ul {
	height:235px;
	overflow:hidden;
}

.vr_focus_a li {
	height:45px;
	line-height:45px;
	overflow:hidden;
	border-bottom:2px solid #fff;
	font-size:15px;
	padding:0 15px;
}

.vr_focus_a li:last-child {
	border-bottom:none;
}


.vr_focus_b {
	margin:25px 0 0 0;
	background:#F8F8F8;
	height:294px;
	overflow:hidden;
}


.vr_focus_b span {
	display:block;
	width:100%;
	height:180px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.vr_focus_b span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_focus_b b {
	display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
	margin:5px 15px 0 15px;
}

.vr_focus_b p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 50px;
    font-size: 14px;
    color: #999;
    margin:0 15px 0 15px;
}


.vr_z_title {
    border-bottom: 1px solid #000;
    color: #222;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}



.vr_tit .v_advt {
    float: left;
    width: 550px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-left: 20px;
    font-size: 15px;
    margin-top: 10px;
}

.vr_tit .v_advt i {
    display: block;
    float: left;
    width: 48px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #E94740;
    color: #E94740;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
}

.vr_tit .v_advt b {
    display: block;
    float: left;
    font-weight: normal;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-left: 10px;
}


.vr_six {
	margin-bottom:40px;
}

.vr_six li {
    width: -webkit-calc(33.3% - 17px);
    width: -moz-calc(33.3% - 17px);
    width: calc(33.3% - 17px);
    float: left;
    margin-right: 26px;
    margin-top: 25px;
	background:#F8F8F8;
	box-sizing:border-box;
	padding:0px 15px 15px 15px;
}

.vr_six li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.vr_six li h4 {
	display: block;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    overflow: hidden;
    margin-bottom: 15px;
	border-bottom:1px dotted #222;
	font-weight:normal;
	width:100%;
	float:left;
}

.vr_six li .pic {
	width:130px;
	height:90px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
}

.vr_six li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
    z-index: 5;
}

.vr_six li .con {
	float:right;
	width:210px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 75px;
    font-size: 13px;
    color: #999;
	margin-top:5px;
}



.vr_main {
	margin-bottom:20px;
}

.vr_main_l {
	width:420px;
	float:left;
}

.vr_main_c {
	width:420px;
	float:left;
	margin-left:25px;
}

.vr_main_r {
	width:310px;
	float:right;
}

.vr_main_la {
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:20px;
}

.vr_main_la img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_main_la p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 15px 15px;
}

.vr_main_la b {
	display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
}

.vr_main_lb {
	height:230px;
	overflow:hidden;
	margin-top:10px;
}

.vr_main_lb li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.vr_main_lb li b{
	display: block;
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    position: relative;
    z-index: 1;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
	font-size:16px;
}

.vr_main_lb li b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.vr_main_lb li span {
    display: block;
    float: right;
    color: #999;
    font-size: 14px;
}

.vr_main_ca {
	margin-top:15px;
}

.vr_main_ca h2 {
	font-size:18px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-bottom:5px;
	text-align:center;
}

.vr_main_ca h2 a {
	color:#00B3FE;
}

.vr_main_ca .con {
	color:#777;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:25px;
	height:50px;
}

.vr_main_cb {
	margin-top:5px;
	height:160px;
	overflow:hidden;
}

.vr_main_cb li {
	border-bottom:1px dotted #000;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.vr_main_cb li:before {
	content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.vr_main_cb li:last-child {
	border-bottom:none;
}

.vr_main_cc {
	border-top: 1px dotted #000;
	margin-top:15px;
	padding-top:10px;
	height:115px;
	overflow:hidden;
}

.vr_main_cc li {
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:16px;
	position:relative;
	z-index:1;
	width:-webkit-calc(50% - 10px); 
	width:-moz-calc(50% - 10px); 
	width:calc(50% - 10px);
	float:left;
}

.vr_main_cc li:nth-child(2n) {
	float:right;
}

.vr_main_ra {
	border:1px solid #000;
	padding:15px;
	margin-top:15px;
	position:relative;
	z-index:1;
}

.vr_main_ra .read {
	display:block;
	position:absolute;
	z-index:19;
	width:55px;
	height:55px;
	top:10px;
	left:10px;
	background:url(../images/read.png) no-repeat center;
}

.vr_main_ra .pic {
	height:150px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.vr_main_ra .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_main_ra h4 {
	height:40px;
	line-height:40px;
	text-align:center;
	overflow: hidden; 
	font-size:16px;
}

.vr_main_ra .con {
	color: #777;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
}

.vr_main_ra .list {
	border-top:1px dotted #000;
	padding-top:5px;
	margin-top:10px;
	height:65px;
	overflow:hidden;
}

.vr_main_ra .list li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.vr_main_ra .list li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.vr_main_rc {
	width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-top:7px;
}

.vr_main_rc img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_main_rc p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 15px 15px;
}

.vr_main_rc b {
    display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
}



.vr_f_list {
	margin-top:20px;
}

.vr_f_list li {
    width: 100%;
    float: left;
    margin-bottom:18px;
}

.vr_f_list li:last-child {
	margin-bottom:0;
}

.vr_f_list li .pic {
    float: right;
    width: 130px;
    height: 88px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.vr_f_list li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.vr_f_list li .txt {
    float: left;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}

.vr_f_list li .txt b {
    display: block;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
	margin:0 0 7px 0;
}

.vr_f_list li .txt p {
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: #777;
}

.vr_f_list li .txt i {
	display:block;
	font-size:12px;
	color:#999;
	height:24px;
	line-height:24px;
}

