﻿.the-list .fl {
	width: 856px;
	border-top: 1px solid #eaeaea;
}
.the-list .cont li {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}
.the-list .cont li .cont-left {
	display: flex;
	justify-content: space-between;
	width: 260px;
}
.the-list .cont li .the-date {
	width: 56px;
	text-align: right;
}
.the-list .cont li .the-date span {
	position: relative;
	font-size: 48px;
	color: #797979;
}
.the-list .cont li .the-date span:after {
	position: absolute;
	right: 5px;
	bottom: 4px;
	content: '';
	width: 12px;
	height: 1px;
	background: #c0c0c0;
}
.the-list .cont li .the-date p {
	font-size: 14px;
	color: #c0c0c0;
}
.the-list .cont li .picture {
	width: 190px;
	overflow: hidden;
}
.the-list .cont li .picture  img {
	width: 100%;
}
.the-list .cont li .cont-right {
	position: relative;
	width: 580px;
}
.the-list .cont li .cont-right p a {
	display: block;
	width: 75%;
	font-weight: normal;
	font-size: 18px;
	color: #3d3d3d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.the-list .cont li .cont-right p a:hover {
	color: #ff9d00;
}
.the-list .cont li .cont-right p {
	width: 75%;
	color: #807f7f;
	font-size: 13px;
	line-height: 25px;
	margin-top: 8px;
}
.the-list .cont li .cont-right em {
	display: flex;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.the-list .cont li .cont-right em span {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #a9a9a9;
	margin-right: 3px;
}
.the-list .cont li .cont-right>a {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 76px;
	height: 71px;
	border: 5px solid #f0f0f0;
	box-sizing: border-box;
}
.the-list .cont li .cont-right>a:hover {
	border: 5px solid #ff9d00;
}
.the-list .cont li .cont-right>a:hover:before {
	background: #ff9d00;
}
.the-list .cont li .cont-right>a:hover:after {
	background: #ff9d00;
}
.the-list .cont li .cont-right>a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 29px;
	height: 4px;
	background: #f0f0f0;
}
.the-list .cont li .cont-right>a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 29px;
	background: #f0f0f0;
}


.page {
	text-align: center;
	margin-bottom: 15px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto 0;
    border-radius: 0;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #18BC9C;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>.disabled>span, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>a, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>a:focus {
    color: #b4bcc2;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.the-list .fr {
	width: 300px;
}
.right-form {
	margin-bottom: 20px;
	box-shadow: 0 1px 20px #eaeaea;
	border-radius: 0 0 10px 10px;
}
.right-form .pic {
	position: relative;
}
.right-form .pic p {
	position: absolute;
	top: 26px;
	right: 18px;
	color: #fff;
	font-size: 20px;
}
.right-form form {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;}
.right-form form .inp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.right-form form .inp span {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #3d3d3d;
}
.right-form form .inp select,
.right-form form .inp input {
	width: 188px;
	height: 32px;
	padding: 0;
	border: none;
	padding-left: 5px;
	outline: none;
	background: #eaeaea;
	box-sizing: border-box;
}
.right-form form .inp>div {
	width: 188px;
	height: 32px;
	line-height: 32px;
}
.right-form form .inp:nth-last-child(3) div {
	width: 140px;
}
.right-form form .inp input[type='radio'] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	vertical-align: -3px;
	margin-right: 3px;
}
.right-form form .inp>div label {
	margin-right: 8px;
}
.right-form form button {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
	outline: none;
	border: none;
	background: #ff9d00;
	cursor: pointer;
}
.right-form form p {
	font-size: 12px;
	color: #fe5e06;
	text-align: center;
	padding-top: 8px;
}

.right-list {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 1px 20px #eaeaea;
	margin-top: 20px;
	border: 1px solid #f3f3f3;
}
.right-list .rl-title {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	padding: 8px 0;
}
.right-list .rl-title h3 {
	position: relative;
	padding-left: 20px;
	font-weight: normal;
	font-size: 20px;
	color: #3d3d3d;
}
.right-list .rl-title h3:before {
	position: absolute;
	left: 8px;
	top: 5px;
	content: '';
	width: 4px;
	height: 9px;
	background: #ff9d00;
}
.right-list .rl-title h3:after {
	position: absolute;
	left: 8px;
	top: 14px;
	content: '';
	width: 4px;
	height: 9px;
	background: #3287c8;
}
.right-list ul {
	padding: 0 0 20px 30px;
}
.right-list ul li {
	position: relative;
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #eaeaea;
}

.right-list ul li i{
	width:20px;
	height:20px;
	line-height:20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
	background: #b9b9b9;
	border-radius: 3px;
	font-size:13px;
}

.right-list ul li i.i0 {  background: #c31814;  }

.right-list ul li i.i1 {  background: #f26309;  }

.right-list ul li i.i2 {  background: #fea36a;  }

.right-list ul li:before {
    position: absolute;
    left: -15px;
    top: 14px;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px dotted #b4b4b4;
}
.right-list ul li:after {
    position: absolute;
    left: -19px;
    top: 18px;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px dotted #b4b4b4;
}
.right-list ul li a {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #515151;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shuzi{float:right;margin-right:10px;}
.right-list ul li a:hover {
	text-decoration: underline;
	color: #ff9d00;
}


.the-content .fl {
	width: 860px;
	border: none;
}
.the-content .fl .list-details {
    box-shadow: 0 1px 20px #eaeaea;
    padding: 20px;
    box-sizing: border-box;
}
.list-details h1 {
	font-weight: normal;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}
.list-details>p {
	display: flex;
	justify-content: space-between;
	height: 25px;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaebec;
}
.list-details>p i,
.list-details>p a {
	font-style: normal;
	font-size: 12px;
	font-family: '宋体';
	color: #999;
}
.list-details p i+i {
	padding-left: 20px;
}
.list-details>p a {
      color: #ff9d00;
    padding-left: 3px;
  
}
.list-details p a:hover {
	text-decoration: underline;
}
.list-details .description {
	display: flex;
	justify-content: space-between;
	padding: 25px;
	background: #f8f8f8;
	margin: 26px 0;
}
.list-details .description p:first-child {
	width: 10%;
	text-align: center;
	font-size: 22px;
}
.list-details .description p:last-child {
	width: 90%;
	font-size: 14px;
	line-height: 25px;
	padding-top: 3px;
}
.list-details .cont {
	margin: 0 auto;
}
.cont p{clear: both;
	width: auto;
	padding: 6px 0;
	font-size: 16px;
	line-height: 32px;
	text-indent: 35px;
	color: #555555;}
.list-details .more-article {
	border-top: 1px solid #eaebec;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 23px;
	font-size: 14px;
}
.the-content .fl .about-article {
    box-shadow: 0 1px 20px #eaeaea;
    padding: 20px;
    padding-top: 12px;
    box-sizing: border-box;
    margin-top: 20px;
}
.the-content .fl .about-article>h3 {
	position: relative;
	width: 838px;
	color: #666;
	font-size: 20px;
	padding: 8px 0;
	border-bottom: 1px solid #eaeaea;
	margin: auto;
	box-sizing: border-box;
	padding-left: 10px;
}
.the-content .fl .about-article>h3:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 20px;
	background: #ff9d00;
}
.the-content .fl .about-article li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
}
.the-content .fl .about-article li .the-date {
	width: 84px;
	height: 68px;
	border-right: 1px solid #eaeaea;
	text-align: center;
}
.the-content .fl .about-article li .the-date span {
	display: block;
	font-size: 40px;
	color: #eddcc5;
	margin-top: -5px;
}
.the-content .fl .about-article li .the-date p {
	color: #909090;
	font-size: 12px;
}
.the-content .fl .about-article li .text {
	position: relative;
	width: 735px;
}
.the-content .fl .about-article li .text p a {
	display: block;
	width: 80%;
	font-size: 18px;
	font-weight: normal;
	color: #404040;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.the-content .fl .about-article li .text p a:hover {
	color: #ff9d00;
	text-decoration: underline;
}
.the-content .fl .about-article li .text p {
	width: 80%;
	font-size: 12px;
	color: #9f9f9f;
	line-height: 20px;
	padding-top: 5px;
}
.the-content .fl .about-article li .text>a {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 31px;
	height: 31px;
	z-index: 22;
}
.the-content .fl .about-article li .text>a:hover:before {
	transform: rotate(90deg);
}
.the-content .fl .about-article li .text>a:hover:after {
	transform: rotate(90deg);
}
.the-content .fl .about-article li .text>a:before {
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 5px;
	height: 31px;
	background: #e6c59f;
	transition: .2s;
}
.the-content .fl .about-article li .text>a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 31px;
	height: 5px;
	background: #e6c59f;
	transition: .2s;
}



.friend-link {
	width: 1150px;
	margin: 55px auto 15px;
	color: #666;
}
.friend-link a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.friend-link a+a {
	padding-left: 8px;
}
.friend-link a:hover {
	text-decoration: underline;
}

.page_over{
	margin-top:16px;
}
.page_over p:nth-child(2){
	margin-top:6px;
}
.page_over p span{
	color:gray;
}
.page_over p a{
	margin-left:4px;
}
.page_over p a:hover{
	color:#ff9d00;
	margin-left:6px;
}

.list-details h2 {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin: 10px 0px 10px -10px;
	border-left: 2px solid #ff9d00;
	padding-left:3px;
	padding-right:40px;
	font-size: 18px;
	font-weight: bold;
	color: #ff5e00;
	display: inline-block;
}
.list-details h3 {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
		margin: 10px 0px 10px -10px;
	border-left: 2px solid #3386a4;
	padding-left:3px;padding-right:40px;
	font-size: 16px;
	font-weight: bold;
	color: #3386a4;
	display: inline-block;
}
.list-details h4 {
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	margin: 10px 0px 10px -10px;
	border-left: 2px solid #ce10e4;
	padding-left:3px;padding-right:40px;
	font-size: 16px;
	font-weight: bold;
	color: #d011ed;
	display: inline-block;
}

.list-details h2 span {
	position: relative;
	font-family: '微软雅黑';
    font-size: 22px !important;
    background: #fff;
    padding: 0 8px 0 12px;
    z-index: 1;
}
.list-details a {
	color: #ff9d00 !important;
}

.list-details table {
	margin: 0 auto;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
.list-details td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}


.hot-link {
    box-shadow: 0 1px 20px #eaeaea;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.hot-link>h3 {
	position: relative;
	width: 838px;
	color: #666;
	font-size: 20px;
	padding: 8px 0;
	border-bottom: 1px solid #eaeaea;
	margin: auto;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
}
.hot-link>h3:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 20px;
	background: #ff9d00;
}
.hot-link a {
	line-height: 25px;
	padding-right: 8px;
	color: #847e7e;
}

.hot-link a:hover {
	color: #ff9d00;
	text-decoration: underline;
}
.pageall{border-top:1px dashed #8f8f8f; padding-top:20px; margin-top:20px;margin-bottom:30px;}
.pageall p a{color: #666!important;}
.nav-single {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.nav-single a {
	font-size: 14px;
	color: #0d0d0d;
}
.nav-next {
	float: right;
	width: 48%;
	margin-right: 1%;
	text-align: right;
}
.nav-previous {
	float: left;
	width: 48%;
	margin-left: 1%;
}
.sbaom{background: #f7f7f7 url(../images/bm.png) no-repeat -2px -2px;border-radius:5px;overflow:hidden;margin:1px 0px;}
.sbaom ul{width:100%;padding:10px;margin:1px 0px 0px 60px;}
.sbaom ul li{line-height:30px;color: #42424c;border:1px solid #eeeeee;width:240px;margin:10px 0px 10px 40px;padding:0px 0px 0px 5px;background:#ffffff;font-size:12px;float:left;}
.sbaom ul li span{width:45px;display:inline-block}
.sbaom ul li input.input_box{font-size:12px;border:none;outline:medium;width:180px;}
.sbaom ul li.btn{background:none;border:none; padding:0px;width:100%}
.sbaom ul li.btn .mftj{border:none;background-color: #ff9d00;color:white;font-size:24px;padding:5px 25px;border-radius:3px;}
.sbaom ul li select {width: 180px;border: none;outline: medium;font-size: 14px;padding: 2px;}
 .my_T {color: #f60000;font-size:18px;line-height:40px;padding-left:110px;padding-top:20px;}