/*
 * Created by LR on 2017/08/31
 */


/* reset css */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px/24px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

html {
	display: inline-block;
	width: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

strong {
	font-weight: bold;
}

ul,
ol,
li,
dt,
dd {
	list-style: none;
}

em,
i {
	font-style: normal;
}


/* base css */

.block {
	display: block;
}

.show {
	display: inherit;
}

.hide {
	display: none;
}

.dis-in-b {
	display: inline-block;
}

.img-auto {
	display: block;
	width: 100%;
	height: auto;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.line {
	border-bottom: 1px #d1d1d1 solid;
}

.dotted {
	border-bottom: 1px #a5a5a5 dotted;
}

.ml-20 {
	margin-left: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.overflow {
	overflow: hidden;
}


/* header */

body {
	/* background: url('/webimages/yjgl-logo.png') center top no-repeat; */
}

.header {
	height: 400px;
  background: url('/webimages/yjgl-logo.png') center top no-repeat;
  margin-top: 10px;
  z-index: -1;
}

.header-back {
	right: 0;
	top: 10px;
	color: #001787;
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	padding-left: 30px;
	background: url('/webimages/yjgl-header-back.png') left center no-repeat;
}

.nav {
	background: url('/webimages/yjgl-nav-bg.png');
	height: 55px;
}

.nav li {
	float: left;
	text-align: center;
	width: 170px;
}

.nav li.cur {
	background-color: #e10219;
}

.nav li a {
	color: #fff;
	font: 16px/55px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}


/* contrainer */

.slide-text {
	background-color: #f7f7f7;
	height: 58px;
}

.slide-text .column {
	color: #032a98;
	margin: 0 20px;
	font: 16px/58px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.slide-text .title {
	color: #666666;
	padding-left: 20px;
	font: 16px/58px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	background: url('/webimages/yjgl-arrow-left.png') left center no-repeat;
}

.slide-text .title:hover {
	color: #e10219;
}

.row-1-left {
	width: 590px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.slide-images {
	position: relative;
	height: 100%;
}

.slide-images li {}

.slide-images li a {
	display: block;
}

.slide-images li a:hover span {
	color: #e10219;
}

.slide-images li a img {
	width: 100%;
	height: auto;
	display: block;
}

.slide-images li a span {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	height: 47px;
	padding-left: 20px;
	font: 16px/47px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	bottom: 0;
	width: 100%;
	display: inline-block;
}

.slide-hd {
	bottom: 20px;
	right: 0;
}

.slide-hd li {
	background-color: #fff;
	width: 20px;
	height: 3px;
	float: left;
	margin-right: 10px;
}

.slide-hd li.on {
	background-color: #e10219;
}

.row-1-right {
	width: 588px;
	height: 330px;
	background-color: #f2f2f2;
	border-top: 1px solid #e10219;
}

.row-1-right .column {}

.row-1-right .column .column-title {
	display: inline-block;
	width: 184px;
	height: 47px;
	background: url('/webimages/yjgl-column-title-bg.png') center center no-repeat;
}

.column-title-icon {
	margin-left: 40px;
	display: inline-block;
	padding-left: 20px;
	font: 16px/47px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #fff;
	background: url('/webimages/yjgl-yjdt-icon.png') left center no-repeat;
}

.row-1-right .column a {
	color: #666;
	margin-right: 20px;
	font: 14px/47px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.row-1-right .column a:hover {
	color: #e10219;
}

.tab-list {
	padding: 20px;
}

.tab-list li {
	height: 36px;
}

.tab-list li a {
	font: 14px/36px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	float: left;
	color: #333;
}

.tab-list li a:hover {
	color: #e10219;
}

.tab-list li span {
	font: 14px/36px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	float: right;
	color: #999;
}

.row-2-left {
	width: 590px;
}

.tab-name {
	height: 45px;
	width: 100%;
	background-color: #143598;
}

.tab-name span {
	margin-left: 10px;
	padding-left: 40px;
	font: bold 16px/45px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #fff;
	background: url('/webimages/yjgl-tab-name-icon.png') left center no-repeat;
}

.tab-name a {
	color: #fff;
	padding-right: 20px;
	font: 16px/45px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.row-2-left-list {
	margin: 0 20px;
}

.row-2-left-list>a {
	display: inline-block;
	border: 1px solid #f2f2f2;
	font: bold 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #143598;
	padding: 3px 0px;
	text-align: center;
	width: 114px;
	margin-top: 20px;
	margin-right: 16px;
}

.row-2-left-list .column-list {
	width: 417px;
	margin: 11px 0;
}

.row-2-left-list li {
	float: left;
	width: 103px
}

.row-2-left-list li a {
	color: #333;
	font: 14px/24px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.row-2-left-list li a:hover {
	color: #e10219;
}

.row-2-center {
	width: 588px;
}

.row-2-center-list {
	padding: 10px;
}

.row-2-center-list li {
	height: 35px;
	float: left;
}

.row-2-center-list li span {
	color: #022a97;
	font: 14px/35px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.row-2-center-list li a {
	color: #333;
	font: 14px/35px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.row-2-center-list li a:hover {
	color: #e10219;
}

.row-2-right {
	width: 240px;
}

.row-2-right-list {}

.row-2-right li {
	float: left;
	text-align: center;
	margin: 15px 10px 0px 10px;
}

.row-2-right li a {
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	display: inline-block;
	color: #333;
	width: 100px;
	padding-top: 40px;
}

.row-2-right li a:hover {
	color: #e10219;
}

.ldjg-bg {
	background: url('/webimages/yjgl-ldjg-bg.png') center top no-repeat;
}

.bsjg-bg {
	background: url('/webimages/yjgl-bsjg-bg.png') center top no-repeat;
}

.zxjg-bg {
	background: url('/webimages/yjgl-zxjg-bg.png') center top no-repeat;
}

.qjjg-bg {
	background: url('/webimages/yjgl-qjjg-bg.png') center top no-repeat;
}

.zjz-bg {
	background: url('/webimages/yjgl-zjz-bg.png') center top no-repeat;
}


/* 氓潞鈥⒚┢捖� */

.footer {
	border-top: 1px solid #001787;
	background-color: #f7f7f7;
	height: 140px;
	padding-top: 20px;
}

.footer p {
	font: 14px/35px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #666;
	padding-left: 20px;
}


/* 忙娄鈥毭� */

.curmb-icon {
	background: url('/webimages/yjgl-curmb-icon.png') left center no-repeat;
	padding-left: 30px;
	color: #333;
	font: 16px/58px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.curmb {}

.curmb a,
.curmb i {
	color: #333;
	font: 16px/58px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.gl-contrainer-left {
	width: 260px;
}

.gl-contrainer-left span {
	display: inline-block;
	width: 100%;
	height: 46px;
	text-align: center;
	background-color: #143497;
	color: #fff;
	font: 16px/46px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.gl-contrainer-left li {
	width: 100%;
	height: 46px;
	text-align: center;
	float: left;
	color: #333333;
	border-bottom: 1px solid #f7f7f7;
}

.gl-contrainer-left li.cur {
	background-color: #a5defd;
}

.gl-contrainer-left li.cur a {
	color: #143497;
	background: url('/webimages/yjgl-gl-arrow-left.png') left center no-repeat;
}

.gl-contrainer-left li a {
	font: 16px/46px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #333;
	padding-left: 30px;
	margin-right: 30px;
}

.gl-contrainer-right {
	width: 900px;
	border-top: 2px solid #e10219;
}

.gl-title {
	display: inline-block;
	width: 184px;
	height: 47px;
	text-align: center;
	font: 16px/47px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #fff;
	background: url(/webimages/column-title-bg.png) center center no-repeat;
	position: relative;
	top: -1px;
}

.gl-summary {
	color: #333;
	padding: 20px;
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.ld-wrap {
	padding: 0 20px;
}

.ld-wrap-list {
	margin: 10px 0px;
}

.ld-wrap-list-title {
	display: inline-block;
	margin: 15px 0px;
	padding-left: 40px;
	font: 16px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.ld-wrap-list p strong {
	font: 16px/40px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	padding-left: 30px;
	background: url('/webimages/yjgl-ld-wrap-list-name.png') left center no-repeat;
}

.ld-wrap-list p {
	height: 40px;
	width: 640px;
	border-bottom: 2px solid #f3f3f3;
}

.box {
	display: inline-block;
	width: 10px;
	height: 30px;
	background-color: #143497;
}

.red-line {
	border-top: 2px solid #e10219;
}

.contrainer-list {
	padding: 0 20px;
}

.contrainer-list li {
	background: url('/webimages/yjgl-list-piont.png') left center no-repeat;
	padding-left: 20px;
	height: 35px;
	margin: 5px 0px;
}

.contrainer-list li a {
	float: left;
	color: #333;
	font: 14px/35px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.contrainer-list li span {
	float: right;
	color: #999;
	font: 14px/35px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
}

.contrainer-list .dotted {
	margin: 20px 0px;
}

.page {
	padding: 20px 0px;
	text-align: center;
}

.page a,
.page span {
	color: #999;
	margin: 0 5px;
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�"
}

.page a.cur {
	color: #143497;
}


/* 莽禄鈥犆� */

.xl-title {
	text-align: center;
	font: 24px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #052b96;
	margin: 20px 0px;
}

.xl-tag {
	border-bottom: 2px solid #e5e5e5;
}

.xl-tag span {
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #666;
	margin: 0 10px;
}

.xl-tag a {
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	color: #666;
	margin: 0 5px;
}

.xl-nr p {
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	margin: 20px 0px;
}

.xl-footer {
	margin: 10px 0;
}

.xl-footer a {
	font: 14px/30px "氓戮庐猫陆炉茅鈥衡€γ┞烩€�";
	float: right;
	margin: 0 10px;
}

.xl-footer a:hover {
	color: #e10219;
}

.xgwz .t-title {
    font-size:18px;
    height: 24px;
    line-height: 24px;
    border-left: 5px solid #0C61A2;
    color: #0C61A2;
    padding-left: 10px;
}

.xgfj-list{margin: 12px 0 30px;}
.xgfj-list li{padding: 18px 15px 18px 15px;  line-height: 1.5; vertical-align: top; border-bottom: 1px #D2D2D2 dashed; position: relative;}
.xgfj-list li:after{position:absolute; content:" "; left:5px; top: 48%; margin-top: -1px; width: 5px; height: 5px; background: #B0B0B0; border-radius: 50%;}
.xgfj-list li a{color: #333; font-size: 16px; word-wrap:break-word;}
.xgfj-list li a:hover{color: #0F60A2;}
.copyright{margin-left: 0 !important;}