.nav-box {
	min-width: 1200px;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	/*background: rgba(181, 10, 38);*/
background:#1d45a4;
}

.input input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #e9e8e8;
}
a{color:#666;}
select{
    border:0;
    background: transparent;
    width: 135px;
    padding: 5px;
    font-size: 16px;
    /* border: 1px solid #ccc; */
    height: 70px;

}

select{
            /*将默认的select选择框样式清除*/
            appearance:none;
            -moz-appearance:none;
            -webkit-appearance:none;
            -ms-appearance:none;
            /*在选择框的最右侧中间显示小箭头图片*/
            /*background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;*/
        }



.input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #e9e8e8;
}
.retrieve-box .sea-box .input button {
    position: absolute;
    width: 190px;
    right: 0;
    top: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    background: #e18e0b;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
}

.input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #e9e8e8;
}

.input input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #e9e8e8;
}

.m-nav {
	display: none;
}

.nav-box .logo {
	float: left;
	padding-left: 50px;
	line-height: 100px;
}

.nav-box .logo span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-box .nav {
	float: right;
	line-height: 100px;
	padding-right: 22px;
}

.nav-box .nav ul {
	display: inline-block;
	vertical-align: top;
}

.nav-box .nav ul li {
	float: left;
	font-size: 22px;
	color: #fff;
	width: 7.4vw;
	position: relative;
	cursor: pointer;
}

.nav-box .nav ul li p {
	text-align: center;color:#fff;
}

.nav-box .nav ul li:hover ol {
	display: block;
}

.nav-box .nav ul li ol {
	background: #1d45a4;
	position: absolute;
	display: none;
}

.nav-box .nav ul li ol li {
	padding: 0 20px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	min-width: 140px;color:#fff;
        text-align:center;
}
.nav-box .nav ul li ol li a{color:#fff;}
.nav-box .nav ul li ol li:hover {
       color:#b50a26;
	background: rgba(255, 255, 255,0.5);
        
}


.nav-box .nav span {
	padding: 0 12px;
	color: #fff;
	cursor: pointer;
}
.nav-box .nav span a{color:#fff;}
.nav-box .nav span img {
	margin-right: 4px;
}

.index-box .banner-box {
	height: 940px;
	position: relative;
}

.index-box .banner-box .banner-content {
	height: 400px;
	left: 50%;
	margin-left: -720px;
	z-index: 2;
	position: absolute;
	top: 350px;
}

.index-box .banner-box .bc-l {
	float: left;
	width: 93%;
	height: 100%;
	border-top: #1d45a4;
	background: rgba(255, 255, 255, 0.95);
	position: relative;
}

.index-box .banner-box .select-box {
	position: absolute;
	width: 260px;
	height: 70px;
	overflow: hidden;
	
	color: #fff;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
	border-radius: 0 0 30px 0;
}

.index-box .banner-box .select-box.active {
	height: 225px;
	border-radius: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.index-box .banner-box .select-box p {
	text-align: center;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #666;
}

.index-box .banner-box .select-box p:hover {
	color: rgba(196, 12, 46, 0.95);
	;
}

.index-box .banner-box .select-box .title {
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background: #1d45a4;
	
}
.index-box .banner-box .select-box .title a{
color: #fff;
}
.index-box .banner-box .select-box .title a .active{
color: #000;
}

.index-box .banner-box .select-box .title:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 6px;
	
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}

.index-box .banner-box .sea-box {
	padding: 123px 80px 0;
}

.index-box .banner-box .sea-box .input {
	height: 70px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 0 200px 0 88px;
}

.index-box .banner-box .sea-box .input .btn span {
	display: block;
	width: 100%;
	height: 100%;
}

.index-box .banner-box .sea-box .input .btn ul {
	position: absolute;
	right: 0;
	top: 71px;
	width: 185px;
	text-align: center;
	background: #fff;
	z-index: 2;
}

.index-box .banner-box .sea-box .input .btn ul li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
}

.index-box .banner-box .sea-box .input .btn ul li:hover {
	color: #b50a26;
}

.index-box .banner-box .sea-box .input input {
	height: 70px;
	width: 100%;
	line-height: 70px;
	border: none;
	background: #fff;
	font-size: 18px;
}

.index-box .banner-box .sea-box .input i {
	position: absolute;
	width: 70px;
	right: 18px;
	top: 0;
	background: url(../img/index/sea-icon.png) no-repeat center;
	height: 70px;
}

.index-box .banner-box .sea-box .input .btn {
	position: absolute;
	top: 0;
	right: 75px;
	width: 210px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-left: 1px solid #f3f3f3;
	cursor: pointer;
	font-size: 18px;
}

.index-box .banner-box .sea-box .input .btn span:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 6px;
	background: url(../img/index/arrow-bottom-gray.png) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;

}

.index-box .banner-box .sea-box .label {
	font-size: 16px;
	padding: 30px 0;
}

.index-box .banner-box .sea-box .label label {
	margin-right: 25px;
	cursor: pointer;
	position: relative;
}

.index-box .banner-box .sea-box .label label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.index-box .banner-box .sea-box .label label.active {
	color: #b50a26;
}

.index-box .banner-box .sea-box .label label.active:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b50a26;
}

.index-box .banner-box .sea-box .label label input {
	opacity: 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.index-box .banner-box .sea-box .label label:last-of-type {
	margin-right: 0;
}

.index-box .banner-box .sea-box ol li {
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #e6d7c1;
	margin-right: 80px;
	cursor: pointer;
	transition: 0.3s;
}

.index-box .banner-box .sea-box ol li:hover {
	background: rgba(230, 215, 193, 0.2);
}

.index-box .banner-box .sea-box ol li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.index-box .banner-box .sea-box ol li:last-of-type {
	margin-right: 0;
}

.index-box .banner-box .bc-r {
	float: right;
	width: 35%;
	height: 100%;
	padding-top: 20px;
        padding-bottom: 20px;
	background:#1d45a4;
}

.index-box .banner-box .bc-r .title {
	padding: 8px 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index/title-bg.png) no-repeat center;
}

.index-box .banner-box .bc-r ul {
	margin-top: -10px;
	padding: 0 30px 0 40px;
}

.index-box .banner-box .bc-r ul li {
	height: 20px;
	line-height: 20px;
	margin-top: 30px;
}

.index-box .banner-box .bc-r ul li span {
	padding-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.index-box .banner-box .bc-r ul li span i {
	font-size: 24px;
	color: #f8b551;
	font-weight: bold;
}

.index-box .banner-box .bc-r ul li span small {
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
}

.index-box .banner-box .bc-r ul li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 10px 8px;
	margin-left: 10px;
	color: #fff;
	max-width: 316px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	transition: 0.3s;
}

.index-box .banner-box .bc-r ul li :hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.index-box .banner-box .tips {
	position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: 2;
	margin-left: -720px;
}

.index-box .banner-box .tips li {
	float: left;
	width: 8.5%;
	text-align: center;transition: all 0.5s linear;
}

.index-box .banner-box .tips li a {
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	transition: 0.3s;
	display: inline-block;
}

.index-box .banner-box .tips li:hover {
	margin-top:-5px;
       text-shadow: 0 0 20px #555;
        box-shadow: 1 1 20px #555;
        background: #1d45a4;
         border-radius:10px;
       filter:alpha(opacity=70);/*IE浏览器*/
         opacity:1;

}

.index-box .banner-box .tips li a img {
	display: block;
	margin: 0 auto 5px;
}


.index-box .box1 {
	height: 660px;
	background: #eeebea;
}

.index-box .box1 ul {
	
	width: 47%;
        background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);border-bottom: 4px solid #1d45a4;margin-right:40px;margin-top:60px;
}

.index-box .box1 ul li {
	
	
	height: 60px;line-height:60px;
	background: #fff;
	margin-right: 60px;

	position: relative;
	transition: 0.3s;
	padding-left: 20px;
}

.index-box .box1 ul li:hover {
	background: #c8b48e;
}

.index-box .box1 ul li:hover a {



	background:#1d45a4;
	
	
	color: #fff;
}

.index-box .box1 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	color: #666;
	

}

.index-box .box1 ul li a span {
	
	text-align: justify;
	line-height: 2;
	overflow: hidden;
	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-box .box1 .title {
	margin-top: 120px;
}

.index-box .box1 .more {
	margin-top: 180px;
	margin-left: 110px;
	display: inline-block;
}

.index-box .box2 {
	height: 580px;
	background: url(../img/index/box2.jpg) no-repeat center/cover;
}


.index-box .box2 .title {
	margin-top: 180px;
}

.index-box .box2 .more {
	display: inline-block;
	margin-top: 76px;
}

.index-box .box2 .list-box {
	padding-top: 15px;
	margin-right: 60px;
	width: 500px;
}

.index-box .box2 .list-box a {
	color: #666;
	line-height: 1.5;
	height: 62px;
	display: block;
	padding: 10px 10px 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 424px;
	margin-top: 38px;
	transition: 0.3s;
}

.index-box .box2 .list-box a:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.index-box .box2 .date-box {
	width: 620px;
	height: 580px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.index-box .box3 {
	height: 600px;
	position: relative;
	z-index: 1;
	background: url(../img/index/box3.jpg) no-repeat center bottom/cover;
}

.index-box .box3 .title {
	text-align: center;
}

.index-box .box3 ul li {
	float: left;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 160px;
	padding: 20px;
	transition: 0.3s;
	cursor: pointer;
}

.index-box .box3 ul li:hover {
	transform: scale(1.1);
}

.index-box .box3 ul li:last-of-type {
	margin-right: 0;
}

.index-box .box3 ul li:nth-child(2),
.index-box .box3 ul li:nth-child(3) {
	margin-top: 64px;
}

.index-box .box3 ul li .box {
	width: 200px;
	height: 200px;
	/*background: rgba(247, 245, 238, 0.9);*/
	background: url(../img/index/box4-bg.png);
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-top: 58px;

}

.index-box .box3 ul li .box .hd {
	font-size: 14px;
	color: #b50a26;
}

.index-box .box3 ul li .box .hd span {
	font-size: 36px;
	font-weight: bold;
}

.index-box .box4 {
	height: 640px;
	position: relative;
	padding-top: 50px;
	z-index: 2;
	background: #1d45a4;
}

.index-box .box4 .video-box {
	height: 520px;
	position: relative;
	overflow: hidden;
}

.index-box .box4 .video-box li {
	cursor: pointer;
	position: relative;
	padding-top: 40px;
}

.index-box .box4 .video-box dl dt {
	width: 640px;
	height: 400px;
	transition: 0.3s;
	float: left;
	margin-right: 45px;
	background: no-repeat center/cover;
	position: relative;
}

.index-box .box4 .video-box dl dt .tips {
	width: 540px;
	height: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -135px;
	border: 1px solid #e18e0b;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: right;
}

.index-box .box4 .video-box dl dt .tips h2 {
	font-size: 22px;
	width: 450px;
	margin: 65px auto 0;
	padding-top: 25px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.index-box .box4 .video-box dl dt .tips p {
	font-size: 16px;
	width: 450px;
	margin: 10px auto 0;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-box .box4 .video-box dl dt .tips h2:after {
	content: '';
	position: absolute;
	width: 55px;
	height: 5px;
	
	top: 10px;
	left: 0;
}

.index-box .box4 .video-box dl dt .tips button {
	margin-right: 70px;
	margin-top: 30px;
	width: 340px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	background: #b50a26;
	cursor: pointer;
	transition: 0.3s;
}

.index-box .box4 .video-box dl dt .tips button:hover {
	opacity: 0.8;
}

.index-box .box4 .video-box dl dd {
	float: left;
	width: 320px;
	height: 180px;
	background: no-repeat center/cover;
	margin-left: 56px;
	margin-bottom: 38px;
	position: relative;
	transition: 0.3s;
}

.index-box .box4 .video-box dl dd i {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	padding: 11px 0 0 18px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	transition: 0.3s;
	opacity: 0;
}

.index-box .box4 .video-box dl dt:hover,
.index-box .box4 .video-box dl dd:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}

.index-box .box4 .video-box dl dd:hover i {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
}

.index-box .box4 .video-box .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.footer-box {
	background: #2d2d2d;
	padding: 56px 0;
}

.footer-box .logo {
	float: left;
	width: 230px;
	height: 180px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: url(../img/index/footer-logo.png) no-repeat left center;
}

.footer-box .list-box {
	float: left;
	padding-left: 95px;
}

.footer-box .list-box a {
	display: inline-block;
	width: 125px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-right: 24px;
	text-align: center;
	line-height: 60px;
	color: #999;
	margin-bottom: 10px;
	transition: 0.3s;
}

.footer-box .list-box a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.footer-box .list-box p {
	margin-top: 30px;
	color: #999;
}

.footer-box .list-box p span {
	padding-right: 20px;
}

.content-box {
	width: 1440px;
	position: relative;
	margin: 0 auto;
}


/*日历样式*/
.ui-datepicker {
	text-align: center;
}

.ui-datepicker-calendar {
	width: 500px;
	margin: 0 auto;
}

.ui-datepicker-header {
	height: 100px;
	position: relative;
}

.ui-datepicker-title {
	display: none;
}

.ui-datepicker-calendar tr th {
	width: 56px;
	height: 60px;
	line-height: 70px;
	border-bottom: 1px solid #e6eef7;
	font-size: 24px;
	color: #e18e0b;
}

.ui-datepicker-calendar tr td {
	width: 56px;
	height: 66px;
	line-height: 66px;
}

.ui-datepicker-calendar tr td a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #666;
}

.ui-datepicker-calendar tr td a.ui-state-highlight {
	background: #e6eef7;
}

.ui-datepicker-calendar tr td a.ui-state-active {
	color: #fff;
	background: #b50a26;
}

#datepicker {
	position: relative;
}

.date-hd {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -30px;
	top: 30px;}

.date-hd i {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #b50a26;
	color: #b50a26;
	font-size: 30px;
}

.date-hd p {
	line-height: 1.84;
	padding-right: 70px;
	text-align: right;
	font-size: 16px;
	color: #bebebe;
}

/*悬浮*/
.floating-box {
	padding: 25px 0;
	width: 120px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 99;
	right: 15px;
	bottom: 120px;
}

.floating-box ul li {
	padding-top: 42px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: no-repeat center 0;
}

.floating-box ul li:nth-child(1) {
	background-image: url(../img/index/xf1.png);
}

.floating-box ul li:nth-child(2) {
	background-image: url(../img/index/xf2.png);
}

.floating-box ul li:nth-child(3) {
	background-image: url(../img/index/xf3.png);
}

.floating-box ul li:nth-child(4) {
	background-image: url(../img/index/xf4.png);
}

.floating-box ul li.active {
	color: #f8b551;
}

.floating-box ul li:nth-child(1).active {
	background-image: url(../img/index/xf1-active.png);
}

.floating-box ul li:nth-child(2).active {
	background-image: url(../img/index/xf2-active.png);
}

.floating-box ul li:nth-child(3).active {
	background-image: url(../img/index/xf3-active.png);
}

.floating-box ul li:nth-child(4).active {
	background-image: url(../img/index/xf4-active.png);
}
.floating-box ul li:nth-child(5).active {
	background-image: url(../img/index/xf4-active.png);
}
.flexslider .flex-control-nav {
	width: auto;
	top: 320px;
	left: 50%;
	bottom: auto;
	margin-left: 500px;
}

.flexslider .flex-control-nav li a {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin: 0 10px;
	background: rgba(255, 255, 255, 0);
	color: rgba(0, 0, 0, 0);
	position: relative;
}

.flexslider .flex-control-nav li a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #fff;
	border-radius: 50%;
}

.flexslider .flex-control-nav li a.flex-active {
	background: rgba(255, 255, 255, 0.2);

}

.flexslider .flex-next,
.flexslider .flex-prev {
	width: 70px;
	height: 70px;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.4) url(../img/index/arrow-right.png) no-repeat center;
	border-radius: 4px;
}

.flexslider .flex-prev {
	background-image: url(../img/index/arrow-left.png);
}

.flexslider .flex-next:hover,
.flexslider .flex-prev:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.video-box .flex-control-nav a {
	background: rgba(255, 255, 255, 0.5);
	margin: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.video-box .flex-control-nav a.flex-active {
	background: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 94px;
	top: 30px;
	cursor: pointer;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
	content: '';
	position: absolute;
	border: solid #ccc;
	width: 10px;
	height: 10px;
	border-width: 1px 1px 0 0;
	transform: rotate(-45deg);
	left: 10px;
	top: 10px;
}

.ui-datepicker-next {
	top: 60px;
	right: 80px
}

.ui-datepicker-next:after {
	transform: rotate(135deg);
}

.ui-datepicker-next:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 0;
	left: -12px;
	top: 0;
	border-top: 1px solid #ccc;
	transform: rotate(-45deg);
}

.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
	border-color: #b50a26;
}

.go-top {
	position: fixed;
	z-index: 9;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
}

.go-top img {
	display: block;
	width: 100px;
}

/*列表页*/
.list-boxs {
	padding-top: 100px;
}

.list-banner {
	height: 300px;
	position: relative;
	background: url(../img/list/list-banner.jpg) center;
}

.list-banner .title {
	position: absolute;
	width: 100px;
	height: 200px;
	background: rgba(255, 255, 255, 0.9);
	top: 50px;
	left: 50%;
	margin-left: -645px;
	font-size: 28px;
	text-align: center;
	color: #333;
	padding-top: 40px;
	line-height: 1.4;
	border-top: 4px solid #b50a26;
}

.list-banner .title:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #e18e0b;
	top: 20px;
	left: 50%;
	margin-left: -4px;
}

.list-boxs .main-box {
	padding-bottom: 60px;
	background: url(../img/list/list-bg.png) no-repeat right bottom;
}

.list-boxs .main-box .main-left {
	padding-top: 30px;
	float: left;
	background: #fff;
	width: 18%;
	font-size: 18px;
	color: #666;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.list-boxs .main-box .main-left h2 {
	height: 60px;
	line-height: 60px;

	padding-left: 60px;
}

.list-boxs .main-box .main-left ul li {
	line-height: 70px;
	cursor: pointer;
	position: relative;
}

.list-boxs .main-box .main-left ul li.arrow:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border: solid #ccc;
	border-width: 1px 1px 0 0;
	transform: rotate(135deg);
	right: 12%;
	top: 30px;
	transition: 0.3s;
}

.list-boxs .main-box .main-left ul li.arrow.active:after {
	transform: rotate(-45deg);
}

.list-boxs .main-box .main-left ul li p {
	padding-left: 50px;color:#666;
}

.list-boxs .main-box .main-left ul li ol {
	display: none;
	background: #e3e3e3;
}

.list-boxs .main-box .main-left ul li.active p {
	background: #f6f6f6;
	border-left: 4px solid #b50a26;
	padding-left: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 50px;
}

.list-boxs .main-box .main-left ul li ol li {
	padding-left: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.list-boxs .main-box .main-left ul li ol li:hover {
	color: #b50a26;
	;
}

.list-boxs .main-box .main-right {
	float: right;
	width: 78%;
}

.list-boxs .main-box .main-right .txt-box p {
	text-indent: 2em;
	line-height: 2;
	margin-top: 15px;
}

.label-tips {
	height: 70px;
	line-height: 70px;
	position: relative;
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}

.label-tips .title {
	position: absolute;
	right: 0;
	top: 0;
	padding-left:20px;
        padding-right:20px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #1d45a4;
}

.label-tips a {
	display: inline-block;
	padding: 5px 0;
	font-size: 14px;
	color: #999;
}

.label-tips a:hover {
	color: #b50a26;
}

.list-boxs .main-box .main-right .list li {
	border-bottom: 1px solid #f1f1f1;
	padding: 25px 0 25px 22px;
	line-height: 1;
	cursor: pointer;
}

.list-boxs .main-box .main-right .list li:hover h2,
.list-boxs .main-box .main-right .list li:hover p {
	color: #b50a26;
}

.list-boxs .main-box .main-right .list li h2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: -22px;
	padding-left: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.list-boxs .main-box .main-right .list li h2:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #e18e0b;
	left: 2px;
	top: 7px;
}

.list-boxs .main-box .main-right .list li p {
	line-height: 2;
	overflow: hidden;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-boxs .main-box .main-right .list li span {
	display: block;
	margin-top: 15px;
	color: #999;
	padding-left: 22px;
	background: url(../img/list/time-icon.png) no-repeat left center;
}

.list-boxs #myPage {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-align: right;
	padding-top: 40px;
}

.details-boxs {
	
}

.detils-box {
	padding-bottom: 60px;
	background: url(../img/list/list-bg.png) no-repeat right bottom;
}

.detils-box h2 {
	line-height: 1.5;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	
	position: relative;text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.detils-box h2:after {
	content: '';
	position: absolute;
	width: 53px;
	height: 5px;
	
	left: 0;
	bottom: -4px;
}

.detils-box .time-box {
	text-align: center;
	font-size: 16px;
	color: #999;
}

.detils-box .txt-box {
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;overflow:hidden;
}

.detils-box .txt-box p {
	text-indent: 2em;
	line-height: 2;
	margin-top: 15px;
}

.next-box {
	padding-top: 160px;
}

.next-box .pre-next {
	display: block;
	width: 66px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: #e18e0b;
	border-radius: 4px;
	font-size: 14px;
        margin-bottom: 20px;
         margin-right: 15px;
}

.next-box h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.next-box p {
	line-height: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.retrieve-box .sea-box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-top: 40px;
	padding: 40px 40px 0 40px;
}

.retrieve-box .sea-box .input {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	padding: 0 190px 0 80px;
}

.retrieve-box .sea-box .input input {
	height: 70px;
	line-height: 70px;
	border: none;
	padding: 10px 0;
	width: 100%;
	font-size: 18px;
}

.retrieve-box .sea-box .input i {
	position: absolute;
	z-index: 2;
	left: 35px;
	height: 70px;
	line-height: 70px;
}

.retrieve-box .sea-box .input .sch {
	position: absolute;
	width: 190px;
	right: 0;
	top: 0;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 22px;
	background: #e18e0b;
	transition: 0.3s;
	cursor: pointer;
	color: #fff;
}

.retrieve-box .sea-box .input .sch:hover {
	opacity: 0.8;
}

.retrieve-box .sea-box ol {
	padding-top: 50px;
	padding-bottom: 26px;
	border-bottom: 1px solid #f1f1f1;
}

.retrieve-box .sea-box ol li {
	float: left;
	width: 3.7%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	transition: 0.3s;
	cursor: pointer;
}

.retrieve-box .sea-box ol li.active {
	background: #b50a26;
	color: #fff;
}

.retrieve-box .sea-box ul {
	padding-top: 30px;
}

.retrieve-box .sea-box ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	padding-bottom: 40px;
	position: relative;
}

.retrieve-box .sea-box ul li:nth-child(3n) {
	margin-right: 0;
}

.retrieve-box .sea-box ul li:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #e18e0b;
	left: 0;
	top: 24px;
}

.retrieve-box .sea-box ul li select {
	width: 100%;
	height: 54px;
	line-height: 54px;
	border: none;
	font-size: 18px;
	border-bottom: 2px solid #d1d1d1;
	padding: 0 30px 0 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.retrieve-box .main-box{
	padding-top: 30px;
}
.retrieve-box .main-box .main-l{
	float: left;
	width:25%;
	background: #f6f6f6;
	border-top:4px solid #b50a26;
	padding:0 20px;
}

.retrieve-box .main-box .main-l ul li{
	border-bottom:2px solid #e3e3e3;
}
.retrieve-box .main-box .main-l ul li:last-of-type{
	border-bottom: none;
}
.retrieve-box .main-box .main-l ul li .title{
	padding:22px 0;
	position: relative;
}
.retrieve-box .main-box .main-l ul li .title i{
	width: 20px;
	height: 20px;
	top:50%;
	margin-top: -10px;
	position: absolute;
	right:0;
	border:1px solid #c5c5c5;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	transition: 0.3s;
}
.retrieve-box .main-box .main-l ul li .title i:after,
.retrieve-box .main-box .main-l ul li .title i:before{
	position: absolute;
	width: 9px;
	height: 0;
	content: '';
	left:50%;
	top:50%;
	margin-left: -4px;
	border-top:1px solid #c5c5c5;
	transition: 0.3s;
}
.retrieve-box .main-box .main-l ul li .title i:after{
	width: 0;
	height: 9px;
	border:none;
	border-left:1px solid #c5c5c5;
	margin: -4px 0 0 0;
}
.retrieve-box .main-box .main-l ul li .title i:hover,
.retrieve-box .main-box .main-l ul li .title i:hover:after,
.retrieve-box .main-box .main-l ul li .title i:hover:before{
	border-color:#b50a26;
}
.retrieve-box .main-box .main-l ul li.active .title i:after{
	display: none;
}
.retrieve-box .main-box .main-l ul li button{
	height: 32px;
	line-height: 32px;
	padding:0 14px;
	cursor: pointer;
	border-radius: 4px;
	font-size:14px;
	color: #fff;
	background: #e18e0b;
}
.retrieve-box .main-box .main-l ul li.active p {
	display: block;
}
.retrieve-box .main-box .main-l ul li p {
	font-size:0;
	display: none;
}
.retrieve-box .main-box .main-l ul li p a{
	display: inline-block;
	padding-right:10px;
	line-height: 1;
	border-right:1px solid #666;
	font-size:14px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #666;
	-webkit-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.retrieve-box .main-box .main-l ul li p a:hover{
	color: #b50a26;
}
.retrieve-box .main-box .main-r{
	width: 72.223%;
	float: right;
}
.retrieve-box .main-box .main-r table tr th{
	background: #e3e3e3;
	text-align: left;
	padding:0 20px;
	font-size:16px;
	color: #999;
}
.retrieve-box .main-box .main-r table tr th span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	padding: 13px 0;
}
.retrieve-box .main-box .main-r table tr td{
	padding:10px 20px;
	font-size:16px;
	border-bottom:1px solid #f1f1f1;
}
.retrieve-box .main-box .main-r table tr td span{
	vertical-align: middle;
	display: inline-block;
	word-break: break-all;
	text-align: justify;
	
}
.retrieve-box .main-box .main-r table tr td a{
	vertical-align: middle;
	display: inline-block;
	color: #e18e0b;
	line-height: 30px;
	
	transition: 0.3s;
	
}
.retrieve-box .main-box .main-r table tr td a:hover{
	opacity: 0.8;
}
.retrieve-box .main-box .main-r #myPage{
	padding-top: 40px;
	text-align: right;
}




/*---------2019-12-10更新--------------*/
.retrieve1 .main-box .main-r {
	width: 100%;
}

.retrieve1 .retrieve-box .r-l {
	padding: 30px 0;
	float: left;
	background: #fff;
	width: 18%;
	font-size: 18px;
	color: #666;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.retrieve1 .retrieve-box .r-r {
	width: 78%;
	float: right;
}

.retrieve1 .retrieve-box .r-l li {
	line-height: 70px;
	cursor: pointer;
	position: relative;
}

.retrieve1 .retrieve-box .r-l li p {
	padding-left: 50px;
}

.retrieve1 .retrieve-box .r-l li.active p {
	background: #f6f6f6;
	border-left: 4px solid #b50a26;
	padding-left: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 50px;
}

.retrieve1 .re-label {
	padding-left: 108px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.retrieve1 .sea-box ol li {
	width: auto;
	padding: 0 11.9px;
	font-size: 16px;
	margin: 5px 0;
}

.retrieve1 .re-label .title {
	position: absolute;
	left: 0;
	top: 38px;
	font-size: 16px;
}

.retrieve1 .re-label .title i {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #e18e0b;
	margin-right: 15px;
	vertical-align: middle;
	margin-top: -2px;
}

.retrieve1 .sea-box ol {
	padding: 25px 0;
	border-bottom: none;
}

.retrieve1 .label-tips .title {
	width: 160px;
}

.retrieve1 .list-banner .title {
	padding-top: 38px;
	line-height: 1.2;
}

.retrieve1 .list-banner .title:after {
	top: 17px;
}

.list-boxs .donation .main-left {
	padding: 30px 0;
}

.donation-box {
	min-height: 800px;
	padding-top: 50px;
}

.donation-box ul li {
	float: left;
}

.donation-box ul li span,
.donation-box .info-box .lab {
	display: inline-block;
	padding-right: 5px;
	width: 95px;
	text-align: right;
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}

.donation-box ul li input {
	width: 240px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	margin-right: 51px;
}

.donation-box ul li:last-child input {
	margin-right: 0;
}

.donation-box .info-box {
	position: relative;
	padding-left: 100px;
	margin-top: 20px;
}

.donation-box .info-box .lab {
	position: absolute;
	top: 0;
	left: 0;
}

.donation-box .info-box ol {
	background: #eeeeee;
	padding: 30px 50px 0;
}

.donation-box .info-box ol li {
	padding-bottom: 20px;
	font-size: 0;
}

.donation-box .info-box ol li span {
	color: #999999;
	line-height: 40px;
	font-size: 12px;
}

.donation-box .info-box ol li input {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 4px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
}

.donation-box .info-box ol li i {
	color: #b50a26;
	display: inline-block;
	margin-right: 70px;
	font-size: 12px;
}

.donation-box .info-box ol li span {
	padding-right: 4px;
}

.donation-box .info-box ol li .input1,
.donation-box .info-box ol li .input3 {
	width: 240px;
}

.donation-box .info-box ol li em {
	display: inline-block;
	cursor: pointer;
	margin-left: 17px;
}

.donation-box .info-box ol li .input2 {
	width: 74px;
}

.donation-box .info-box ol li small {
	cursor: pointer;
	font-size: 12px;
}

.donation-box .info-box ol li small img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -4px;
}

.donation-box .info-box ol li:last-child {
	border-top: 1px solid #dcdcdc;
	padding-bottom: 0;
	margin-top: 10px;
	height: 54px;
	line-height: 54px;
	color: #999999;
}

.donation-box .info-box .tips i {
	color: #b50a26;
}

.donation-box .info-box .tips {
	padding: 20px 50px;
	font-size: 12px;
	color: #999999;
}

.donation-box .info-box button {
	width: 140px;
	height: 40px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 20px;
	background: #b50a26;
	color: #fff;
}

.donation .text-box {
	padding-top: 30px;
}

.donation .text-box p {
	color: #666;
	line-height: 1.8;
}

.donation .text-box p.red {
	color: #b50a26;
	font-weight: bold;
}

.donation .donation-btn {
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: -moz-center;
	display: block;
	margin: 30px auto;
	border-radius: 28px;
	background: #b50a26;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.donation .donation-title p {
	float: left;
	font-size: 18px;
	color: #c07c00;
}

.donation .donation-title div {
	float: right;

}

.donation .donation-title div input {
	font-size: 12px;
	color: #b50a26;
	border: none;
	width: 140px;
	cursor: pointer;
}

.donation .donation-table {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
}

.donation .donation-table tr th {
	height: 40px;
	line-height: 40px;
	background: #fcfcfc;
	text-align: center;
	font-size: 12px;
}

.donation .donation-table tr td {
	border-top: 1px solid #e8e8e8;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 12px;
}

body .layui-laydate .layui-this {
	background-color: #b50a26 !important;
}

body .layui-laydate-content td.laydate-selected {
	background-color: rgba(181, 10, 38, 0.2);
}

.directory-box {
	padding-top: 30px;
}

.directory-box ul {
	padding: 12px 0 16px;
}

.directory-box ul li {
	float: left;
	width: 54px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #dcdcdc;
	border-radius: 4px;
	margin-right: 43px;
	cursor: pointer;
	color: #999999;
}

.directory-box ul li.active {
	background: #b50a26;
	color: #fff;
	position: relative;
}

.directory-box ul li.active:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 4px;
	bottom: -15px;
	left: 50%;
	margin-left: -3px;
	background: url(../img/icon/arrow-icon.png) no-repeat;
}

.directory-box ul li span {
	font-size: 24px;
}

.directory-box ul li small {
	font-size: 12px;
}

.directory-box ul li:last-child {
	margin-right: 0;
}

.directory-box .title input {
	font-size: 12px;
	color: #b50a26;
	border: none;
	cursor: pointer;
	width: 40px;
	background: url(../img/icon/arrow-icon.png) no-repeat right center;
}

.jz-banner {
	background-image: url(../img/list/jz-banner.jpg)
}



.select-year {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.select-year .box {
	position: absolute;
	top:50%;
	left:50%;
	margin: -150px 0 0 -150px;
	border-radius: 6px;
	overflow: hidden;
	width: 300px;
	height: 300px;
	background: #fff;
	padding:0 20px 20px;
}
.select-year .box p{
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.select-year .box ul{
	float: left;
	padding:5px 0;
	width: 50%;
	height:200px;
	overflow-y:auto;
	border-right: 1px solid #fff;
}
.select-year .box ul li{
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.select-year .box ul li.active{
	background: #b50a26;
	color: #fff;
}

.select-year .box .btn-box{
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: right;
}
.select-year .box .btn-box button{
	width: 90px;
	height: 30px;
	cursor: pointer;
	background: #b50a26;
	color: #fff;
	margin-left: 10px;
}
.select-year .box .btn-box button:first-child{
	background: #ccc;
}