/*****************************
* PHPwork官方网址： ruanjiesoft.com
* PHPwork应用开发者QQ： 1980572700
* 不得使用本软件用于非法用途，不得违反国家法律。
*************************************/

a,a:hover{color:#000;text-decoration: none;}


/* 数据大盘 边框 */
.rj-dv_border {
	position: absolute;z-index: 10;top: 0;
	width: 100%;	height: 100%;

	background: linear-gradient(to left, #2CD5FF, #2CD5FF) left top no-repeat,
	linear-gradient(to bottom, #2CD5FF, #2CD5FF) left top no-repeat,
	linear-gradient(to left, #2CD5FF, #2CD5FF) right top no-repeat,
	linear-gradient(to bottom, #2CD5FF, #2CD5FF) right top no-repeat,
	linear-gradient(to left, #2CD5FF, #2CD5FF) left bottom no-repeat,
	linear-gradient(to bottom, #2CD5FF, #2CD5FF) left bottom no-repeat,
	linear-gradient(to left, #2CD5FF, #2CD5FF) right bottom no-repeat,
	linear-gradient(to left, #2CD5FF, #2CD5FF) right bottom no-repeat;
	background-size: 4px 20px, 20px 4px, 4px 20px, 20px 4px;
	border: 1px solid #073F97;
}
.rj-dv_border span {
	display: inline-block;margin: 0 auto;min-width:30%;

	padding: 4px 6px;border-radius: 0 0 10px 10px;
	background: rgba(5,40,108,0.85);
	font-size: 14px;color: rgba(255,255,255,0.9);
}


/********************/
/* 首页 */
.rj-index_main {}
.rj-index_main h1.rj-title_main {text-align: center;padding: 60px 0 30px;color: #fff;text-shadow: 1px 1px 8px #000;letter-spacing:5px;font-size: 32px;font-weight: normal;}
.rj-grid{text-align: center;margin-bottom: 20px; }
.rj-grid .rj-item{ position: relative; margin:2px 0;overflow: hidden; box-shadow: 0 0 8px 0 rgba(0, 0, 0,0.3) ; background-color: #fff;cursor: pointer;}
.rj-grid .rj-item .rj-img{width:100%;height:150px;overflow: hidden;position: relative;}
.rj-grid .rj-item .rj-img img{width:100%;height:150px;object-fit: cover;transition:all 0.3s;}
.rj-grid .rj-item:hover .rj-img img{transform:scale(1.1);}

/* ***  单页 */
.rj-page_detail { margin: 10px;}
.rj-page_detail img{ max-width: 100% !important;height: auto !important;}
.rj-page_detail h2.rj-title{margin:50px 0 30px;font-size:24px;text-align:center;}
.rj-page_detail p.rj-img{ text-align:center;margin-bottom:15px;}
.rj-page_detail .rj-content{ min-height:500px;padding: 10px;background-color:rgba(255,255,255,0.8);}


/*  版权区 */
.rj-copy{ clear: both;padding: 10px; text-align:center; color:#fff; line-height: 200%;}
.rj-copy a{color:#fff;}

