
html {
    font-size: 12px;
    box-sizing: border-box;
    height: 100%;
}

body {
    line-height: 2rem;
    font-size: 1.2rem;
    font-family: "微软雅黑";
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    cursor: default;
    height: 100%;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
blockquote,
div,
li,
header,
footer {
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: inherit;
}

.all_head {
    width: 100%;
    min-width: 1360px;
    height: 350px;
    clear: both;
}

.all_foot {
    width: 100%;
    min-width: 1360px;
    height: 170px;
    overflow: hidden;
}

/*section{
	min-height: 500px;
	background: pink;
}*/
footer {
    width: 100%;
    min-width: 1360px;
    height: 170px;
}

footer .foot {
    width: 100rem;
    height: 170px;
    margin: 0rem auto;
}

footer .foot > div {
    float: left;
    margin: 2rem 17rem 2rem 0rem;
}

.fixed-footer {
    /*position:relative;*/
    position: fixed;
    bottom: 0px;
    left: 0;
}

.lk {
    padding-left: 5%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

ul,
ol {
    list-style: none;
}


a {
    color: #333;
    text-decoration: none;
}

a:statistic,
a:visited {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    /*color: #cd1a0f;*/
}

input,
textarea {
    outline: none;
}


/*
 显示、隐藏
 * **/

.hide {
    display: none;
}

.block {
    display: block;
}


/*
 对齐方式
 * **/

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}


/*
 颜色
 * **/

.text-red {
    color: #cd1a0f;
}


/*
滚动条
**/

@-moz-document url-prefix(http: //), url-prefix(https://) {

    /* 滚动条颜色 */

    scrollbar {
        -moz-appearance: none !important;
        background: red !important;
    }

    /* 滚动条按钮颜色 */

    thumb, scrollbarbutton {
        -moz-appearance: none !important;
        background-color: green !important;
    }


    /* 鼠标悬停时按钮颜色 */

    thumb:hover, scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: yellow !important;
    }


    /* 隐藏上下箭头 */

    scrollbarbutton {
        display: none !important;
    }


    /* 纵向滚动条宽度 */

    scrollbar[orient="vertical"] {
        min-width: 5px !important;
    }


}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/*
滚动条按钮
* **/
::-webkit-scrollbar-button {
    background-color: #ccc;
}

::-webkit-scrollbar-track {
    background: #FF66D5;
}

/*
轨道
* **/
::-webkit-scrollbar-track-piece {
    /*background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);*/

    background: #ccc;
}

/*
 滚动条
 * **/
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    background: #82AFFF;
}

::-webkit-scrollbar-resizer {
    background: #FF0BEE;
}

/*
 header
 * **/

/*header {*/
/*	width: 100%;*/
/*	min-width:1360px;	*/
/*}*/
/*header .head{*/
/*	width: 100%;*/
/*	min-width:1360px;*/
/*	height:350px;*/
/*	!*height: auto;*!*/
/*	!*background: url(../images/header-bg2.jpg) no-repeat;*!*/
/*	background-size: 100% 100%;*/
/*	overflow: hidden;*/
/*}*/
/*header .head .h-content{*/
/*	width:1200px;*/
/*	height:290px;*/
/*	margin:30px auto 0;*/
/*	!*background: yellow;*!*/
/*}*/
/* header .head .head-right{
	margin:0 0 0 0;
	float:right;
	padding: 0 180px 0 0;
}
header .head .head-right img{
	margin:10rem 0 1.5rem 17rem;
}
header .head .head-right .search_text{
	width: 30rem;

	text-indent:1.5rem;
	border: none;
	
	display: inline-block;
}
header .head .head-right .scearchBtn{
	border: none;
	display: inline-block;
	
	background:url(../images/search.png) no-repeat center center;
} */
header .nav {
    height: 104px;
    background: #e12323;
    /*margin-top: 122px;*/
}

header .nav ul {
    display: flex;
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;

}

header .nav ul:first-child {
    border-bottom: 1px solid white;
}

header .nav li {
    flex: 1;
    position: relative;
}

header .nav li:after {
    content: '|';
    color: #fff;
    position: absolute;
    right: 0;
}

header .nav li:last-child:after {
    content: '';
}

header .nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    /* font-size: 1.3rem; */
}

.h-content {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
}

.logo {
    width: 184px;
    height: 174px;
    float: left;
    margin-right: 10px;
    /* background: yellow; */
}

.search-content {
    position: absolute;
    bottom: 0px;
    left: 35%;
}

.head-right {
    /* float: left; */
}

.search-title > span {
    font-size: 16px;
    cursor: pointer;
    color: #333333;
    margin-right: 80px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    display: inline-block;
}

.search-title > span:nth-child(1) {
    margin-left: 50px;
}

.search-title > span.active {
    color: #e12323;
    background: url(../images/arrow.png) no-repeat bottom center;
}

.search-item > input {
    width: 520px;
    height: 50px;
    border: 1px solid #e12323;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.search-btn {
    cursor: pointer;
    color: #FFFFFF;
    background: #e12323;
    border: 1px solid #e12323;
    display: inline-block;
    line-height: 48px;
    width: 80px;
    float: right;
    text-align: center;
}

section {
    /*margin: 16.7rem 0 0 0;*/
    min-height: 100%;
}


/*
 swiper
 * **/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 1rem;
    background: #fff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
 index
 * **/
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 1rem 0 0;
}

.index-swiper-left {
    padding-right: 2rem;
}

.index-swiper-left img {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
}

/* .index-swiper-right {
	align-self: flex-start;
	text-align: left;
}
.index-swiper-right li {
	padding: 1rem 0;
	border-bottom: #f2f2f2 1px solid;
}
.index-swiper-right li img{
	width:100%;
}
.index-swiper-right li h4 {
	line-height: 2rem;
	font-size: 1.2rem;
	font-weight: 700;
}
.index-swiper-right li .source {
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
	color: #aaa;
}
 .index-swiper-right li .source span {
	padding: 0 .5rem;
	color: #fff;
	background: #cd1a0f;
}
 .index-swiper-right li:last-child a {
	font-size: 1.2rem;
	color: white;
	padding: .3rem .5rem;
	background: #ff6e6e;
}
.index-swiper-right li:last-child {
	border-bottom: none;
}  */
.swiper-body {
    display: flex;
}

.swiper-body-left {
    flex: 1;
    width: 600px;
}

.swiper-body-right {
    flex: 1;
    width: 600px;
}

.index-swiper-right .first-info {
    height: 120px;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
    padding: 5px 10px;
    line-height: 22px;
    padding-bottom: 8px;
}

.index-swiper-right .first-info h2 {
    margin: 20px auto 4px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
}

.index-swiper-right .first-info h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;
    color: #e22323;
}

.index-swiper-right .first-info p {
    min-height: 20px;
}

.index-swiper-right .first-info p > span {
    display: inline-block;
    /* height:20px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-swiper-right .first-info a {
    color: #e22323;
    float: right;
    margin-top: 10px;
}

.index-swiper-right ul {
    margin-top: 20px;
}

.index-swiper-right ul li {
    background: url(../images/list_bg.gif) no-repeat left center;
    padding-left: 12px;
    padding-top: 10px;
    height: 34px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    width: 100%;

}

.index-swiper-right ul li:hover a {
    color: #e22323;
    text-decoration: underline;
    cursor: pointer;
}

.index-swiper-right ul li a {
    width: 80%;

    display: block;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.index-swiper-right ul li span {
    width: 18%;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 14px;
    color: #999;
}

/*
 index-tab
 * **/
.index-tab .tab-title {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 2rem 0 0;
    font-size: 1.2rem;
}

.index-tab .tab-title li {
    position: relative;
    padding: 0 2rem 1rem;
}

.index-tab .tab-title li.active {
    color: #cd1a0f;
}

.index-tab .tab-title li.active:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: '';
    border-bottom: #cd1a0f 2px solid;
}

.index-tab .tab-cent {
    background: #f2f2f2;
}

.index-tab .tab-cent > div {
    width: 1200px;
    margin: 0 auto;
    padding: 2rem 0 1rem 0;
}

.search-box {
    display: flex;
    flex: 5;
}

.search-box input[type="text"] {
    flex: 5;
    padding: 0 1rem;
    cursor: default;
    border: none;
    border-radius: 4px 0 0 4px;

}

.search-box span {
    flex: 1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    margin: 0 0 0 20px;
    border-radius: 0 4px 4px 0;
}

/*资讯法规研究宣传*/
.container-fluid {
    width: 100%;
}

/*
 list
 * **/
.list {
    display: flex;
    padding-bottom: 2rem;
    padding-top: 0;
}

.list-left {
    flex: 4;
    display: flex;
    flex-wrap: wrap;
}

.list-left dl {
    flex-basis: 47%;
    padding-right: 2rem;
    padding-top: 2rem;
    height: 330px;
}

.list-left ul {
    width: 100%;
}

.list-left ul li {
    display: flex;
    padding: 1rem 0;
    border-bottom: #f2f2f2 1px solid;
}

.list-left ul li a {
    flex: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
}

.list-left ul li span {
    flex: 1;
    color: #888;
    text-align: right;
}

/*.list-right {
	flex: 1.2;
	padding-top: 2rem;
}
.list-right li {
	border-bottom: #f2f2f2 1px solid;
	padding: .5rem 0 0;
}
.list-right li:last-child {
	border-bottom: none;
}
.list-right li a {
	display: block;
}*/


/*
 友情链接
 * **/
.link .link-items {
    display: flex;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.link .link-items a {
    flex-basis: 15%;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.link .link-items a {
    color: #333;
    cursor: default;
}

.link .link-items a img {
    width: 227px;
    height: 100px;
}

.link.unit {
    margin-bottom: 0;
}

/*
 数据统计
 * **/
.statistic .statistic-items {
    display: flex;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.statistic .statistic-items a {
    flex-basis: 15%;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.statistic .statistic-items a > img {
    display: inline-block;
    width: 200px;
    height: 75px;
}

.statistic .statistic-items span {
    flex-basis: 15%;
    padding-bottom: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.statistic .statistic-items a:hover {
    color: black;
}

.statistic.unit {
    margin-bottom: 0;
}

.fuwu {
    float: left;
    margin: 1% 1% 1% 0;
    width: 19%;
    border: 1px solid red;
    text-align: center;
    box-sizing: border-box;
    flex: 1;
}

.fuwu > a {
    display: block;
    width: 100%;
    /*background: yellow;*/
    height: 60px;
    padding: 20px 0;
    position: relative;
}

.fuwu > a:hover {
    color: white;
    background: red;
}

.fuwu a img {
    width: 20%;
    position: absolute;
    left: 38%;
    top: 20%;
}

.fuwu a img:nth-child(2) {
    display: none;
}

.fuwu a:hover .img2, .fuwu a.on .img2 {
    display: block;
}

.fuwu > a > p {
    width: 100%;
    font-size: 14px;
    margin: 19% 0 0% 0%;
    text-align: center;
}


.caption {
    display: flex;
    justify-content: space-between;
    border-bottom: #f2f2f2 2px solid;
}

.caption span {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-bottom: 4px solid #cd1a0f;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}

.caption span > img {
    margin: 0px 5px 0 0;
    padding: 0 0 0 0;
}

.caption span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    border-bottom: #cd1a0f 2px solid;
}

.caption a {
    font-size: 14px;
    color: #888;
}

/*
 list
 * **/
/*.list {
	display: flex;
	padding-bottom: 2rem;
	padding-top: 0;
}*/

/*.list dl {
	flex-basis: 100%;
	padding-right: 2rem;
	padding-top: 2rem;
}*/
.list ul {
    width: 100%;
}

.list ul li {
    display: flex;
    padding: 1rem 0;
    border-bottom: #f2f2f2 1px solid;
}

.list ul li a {
    flex: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
    font-size: 16px;
}

.list ul li span {
    flex: 1;
    color: #888;
    text-align: right;
}

.bread-crumb {
    padding-bottom: 1rem;
    border-bottom: #f2f2f2 2px solid;
}

.bread-crumb-no {
    padding-bottom: 1rem;
    border-bottom: none;
    margin: 20px 0 0 0;
}

.bread-crumb > li {
    display: inline-block;
}

.bread-crumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.bread-crumb > .active {
    color: #888;
}

.fast-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem .5rem;
    background: #f2f2f2;
}

.fast-search > div {
    flex-basis: 49%;
    padding: 0 .5rem 1rem;
    text-align: center;
}

.fast-search > div > a {
    display: block;
    padding: .5rem 1rem;
    background: #fff;
}

.fast-search {
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 2rem auto;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*
 detail
 * **/
/*.detail {
	padding: 1rem;
	border: #f2f2f2 1px solid;
}
.detail h1 {
	font-size: 1.5rem;
	font-weight: 700;
}
.detail .time {
	border-bottom: #f2f2f2 1px solid;
	color: #888;
	padding: 1rem 0;
}
.detail p {
	padding-top: 1rem;
}*/

/*
 table
 * **/
table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table {
    border-collapse: collapse !important;
}

.table tr td {
    /*background: red;*/
}

.table td, .table th {
    background-color: #fff;
}

.table th {
    color: #fff;
    background-color: #cd1a0f;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-hover > tbody > tr:hover {
    background-color: #f2f2f2 !important;
}

.key-items {
    display: flex;
}

.key-items li {
    flex-basis: 7%;
    text-align: center;
}

.key-items li a:hover {
    color: rgb(0, 162, 230);
}

/*
 info
 * **/
.info {
    display: flex;
    padding: 2rem 0;
}

.info-left {
    flex: 1;
    background: #bcebff;
}

.info-left-title {
    background: #cd1a0f;
    text-align: center;
    padding: 1rem;
    color: #fff;
}

.info-left ul {
    padding: 1rem;
    text-align: center;
}

.info-left ul li {
    padding: .5rem;
    background: #fff;
    border-radius: 4px;
}

.info-left ul li {
    margin-bottom: 1rem;
}

.info-left ul li:hover {
    background: rgba(0, 162, 230, .5);
    color: #fff;
}

.info-left ul li.active {
    background: #00a2e6;
    color: #fff;
}

.info-right {
    flex: 4;
    padding-left: 2rem;
}

.info-right .search {
    padding-bottom: 1rem;
}

.info-right .search input {
    display: inline-block;
    padding: .7rem 1rem .5rem;
    border: #ccc 1px solid;
    cursor: default;
}

.info-right .search span {
    background: #cd1a0f;
    color: #fff;
    padding: .5rem 1rem;
}

/*
 form
 * **/
.info-form {
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 2rem 2rem 1rem;
    margin-bottom: 2rem;
}

.info-form-item {
    flex-basis: 50%;
    display: flex;
    margin-bottom: 1rem;
}

.info-form-item > label {
    flex: 1;
    text-align: right;
    line-height: 3rem;
}

.info-form-item > div {
    flex: 4;
}

.info-form input[type='text'] {
    border: none;
    padding: 1rem 0;
    width: 100%;
    text-indent: 1rem;
    cursor: default;
}

.info-form > label.label {
    flex: 1;
    line-height: 3rem;
    text-align: right;
}

.info-form > div.div {
    flex: 9;
    margin-bottom: 1rem;
}

.info-form textarea {
    width: 100%;
    border: none;
}

.info-form .input-file {
    width: 10rem;
    height: 3rem;
    position: relative;
    overflow: hidden;
}

.info-form .up-load {
    display: inline-block;
    background: rgb(0, 162, 230);
    color: #fff;
    line-height: 3rem;
    width: 10rem;
    text-align: center;
}

.info-form .up-load-file {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 10rem;
    height: 3rem;
    opacity: 0;
}

.info-sure-btn {
    display: inline-block;
    background: rgb(0, 162, 230);
    color: #fff;
    padding: 1rem 5rem;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}


/*gongshi*/
/*日期*/
.echarts {
    position: relative;
}

.total {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 22px;
}

.echarts .searchButton {
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid #e12323;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px 6px;
    background-color: #e12323;
    color: #fff;
}

.containt-top {
    width: 100%;
}

.containt-top .containt-top-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.titlep {
    display: inline-block;
    line-height: 60px;
    background: #f7f7f7;
    width: 210px;
    font-size: 18px;
    cursor: pointer;
}

.affixion {
    background: #E12323;
    color: #FFF;
}

.containt-top .containt-top-search > div {
    width: 100%;
    height: 48px;
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.containt-top .containt-top-search > div:first-child {
    display: block;
}

.containt-top .containt-top-search .searchRed > input, .searchBlack > input,
.containt-top .containt-top-search .searchxk > input, .searchcf > input {
    width: 600px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    background: #fff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
    /*margin-left: 180px;*/
    /*text-align: left;*/
}

.containt-top .containt-top-search .searchRed > span, .searchBlack > span,
.containt-top .containt-top-search .searchxk > span, .searchcf > span {
    /*margin-right: 330px;*/
    cursor: pointer;
    color: #FFF;
    background: #e12323;
    display: inline-block;
    line-height: 46px;
    width: 90px;
    text-align: center;
}

.containt-mid .containt-mid-title .caption b {
    color: red;
}

.containt-mid .containt-mid-result {
    width: 100%;
    padding-top: 20px;
    min-height: 160px;
    padding-bottom: 20px;

}

.containt-mid .containt-mid-result > table {
    display: none;
}

.containt-mid .containt-mid-result > table:first-child {
    display: table;
}

.yema {
    text-align: center;
    margin: 20px 0;
}

.layui-table th {
    width: 200px;
    background: #ffb4b4;
    height: 35px;
    text-align: center !important;
}

.layui-table td {
    width: 200px;
    text-align: center !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.layui-table td, .layui-table th {
    position: static;
}

/*公示详情*/
.table-bordered h2 {
    color: #333;
    margin-bottom: 20px;
    margin-top: 5px;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    width: 200px;
    text-align: center !important;
}

.table-bordered > caption {
    text-align: center;
    font-size: 16px;
    color: #333
}

.table-bordered {
    margin-bottom: 70px;
    min-height: 400px
}

.table-bordered > thead > tr > th:nth-of-type(odd) {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background: #ffb4b4;
    border: 1px solid #CCC;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.table-bordered > thead > tr > th:nth-of-type(even) {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    border: 1px solid #CCC
}

.table-bordered > thead > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

#datlis ul {
    height: 100%
}

#datlis ul li {
    float: left;
    min-width: 17%
}

#datlis ul li p {
    height: 46.5px;
    line-height: 46.5px;
    border-right: 1px solid #ccc
}

#datlis ul li p:nth-of-type(odd) {
    border-bottom: 1px solid #ccc
}

#datlis ul li:nth-child(5) p {
    border-right: none
}

.table-bordered > thead > tr > th {
    padding-left: 0
}

.table-bordered > thead > tr > th:nth-of-type(even) {
    padding: 14px 18px;
    line-height: 20px
}

.repairBtnDiv {
    text-align: right;
    width: 90%;
    margin: auto
}

.repairBtnDiv button {
    width: 90px;
    height: 38px;
    background: #E12323;
    border: none;
    color: #FFF;
    cursor: pointer
}

.clearfloat > li {
    width: 20%;
}

.table-bordered > tbody > tr > td:nth-of-type(odd) {
    width: 300px;
    color: #333;
    background: #ffb4b4;
}

.table-bordered > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center !important;
}

/*信用动态*/
.content-dt {
    position: relative;
    display: inline-block;
    width: 820px;
}

.artical_show_part li {
    padding: 20px 20px;
    border-bottom: 1px solid #bebebe;
}


.artical_content {
    height: 48px;
    line-height: 22px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.artical_content * {
    color: #999;
}

.artical_content a {
    color: #9f9f9f;
}

.artical_content a:hover {
    color: #9f9f9f;
}

.artical_detail {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}

.detail_right span {
    padding: 0 10px;
}

.body_part_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 350px;
}

.artical_search_wrap {
    width: 350px;
    height: 150px;
    background: #d1e1f0;
    text-align: center;
    position: relative;
}

.search_artical_title {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #0c0300;
    text-indent: 20px;
}

.search_artical_input {
    height: 45px;
    width: 310px;
    line-height: 45px;
    margin: 0 auto;
    background: #fff;
}

.input_content {
    height: 45px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.input_content .search_text {
    display: inline-block;
    width: 265px;
    /*height: 45px;
    line-height: 45px;*/
    height: 100%;
    position: relative;
    /* bottom:17px; */
    text-align: left;
    border: none;
    text-indent: 20px;
}

.input_content .scearchBtn {
    background: url(../images/search_blue.png) center right no-repeat;
    margin: -40px 0 0 260px;
    border: none;
}

.input_content .scearchBtnDetail {
    background: url(../images/search_blue.png) center center no-repeat;
    margin: 0px;
    padding: 13px;
    /*width:50px;*/
    border: none;
}

.special_column_wrap {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.special_column_wrap .column_title {
    border-bottom: 4px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}

.special_column_wrap .column_title span {
    width: 50%;
    display: inline-block;
    height: 30px;
    border-bottom: 4px solid #ea3e3e;
    box-sizing: border-box;
}

.column_title span em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("../images/zx_icon_red.png") 0 5px no-repeat;
}

.column_list {
    width: 270px;
    margin: 10px 0 0 30px;
    text-align: center;
    font-size: 14px;
}

.column_list li {
    width: 130px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 10px;
}

.column_list li a {
    color: #676868;
    font-size: 14px;
}

.column_list .duck_grey {
    background-color: #e8e7e7;
}

.column_list .light_grey {
    background-color: #f2f2f2;
}

/*信用动态详情*/
.artical_page_detail {
    padding: 20px 40px;
    border: 1px solid #bebebe;
    width: 820px;
    box-sizing: border-box;
    color: #4f5050;
}

.artical_page_detail p img {
    width: 100%;
}

.artical_page_detail .artical_caption_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4f5050;
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.artical_page_detail .artical_caption_wrap .artical_info_wrap {
    height: 48px;
    line-height: 48px;
    color: #7c7c7c;
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
}

.artical_page_detail .artical_caption_wrap .artical_info_wrap em {
    margin: 0 15px;
}

.artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_left {
    float: left;
    font-size: 14px;
}

.artical_content_wrap {
    overflow-x: auto;
}

.artical_content_wrap p {
    line-height: 24px;
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.artical_pagefooter_wrap {
    text-align: right;
    margin-top: 16px;
}

.artical_pagefooter_wrap .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
}

.artical_pagefooter_wrap .detail_right .artical_from {
    padding-left: 15px;
}

.artical_pagefooter_wrap .detail_right span {
    margin: 0 10px;
}

/*信用服务*/
.con-fuwu > .fuwu {
    width: 20%;
    margin: 2% 4% 2% 0;
    padding: 2% 0;
}

.con-fuwu > .fuwu:hover {
    color: white;
    background: red;
}

/*专项治理*/
.zhili {
    height: 275px;
    width: 100%;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-top: 40px;
}

.zhili_nav_list {
    padding: 0px 50px 20px 50px;
}

.zhili_nav_ul {
    height: 45px;
    border-bottom: 2px solid #bebebe;
}

.zhili_nav_ul li {
    position: relative;
    float: left;
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 55px;
    margin-left: 155px;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 20px;
}

.zhili_nav_ul li.active {
    border-bottom: 2px solid #e22323 !important;
    color: #e22323;
}

.zhili_list_count > ul {
    display: none;
}

.zhili_list_count > ul:first-child {
    display: block;
}

.zhili_nav_list_ul {
    padding: 20px 0px 15px 0px;
    height: 200px;
}

.zhili_nav_list_ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.zhili_nav_list_ul li p {
    float: left;
    padding-left: 20px;
    background-image: url(../images/jointRP-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.zhili_nav_list_ul li span {
    float: right;
    font-size: 14px;
    color: #999;
    width: 150px;
}

.zhili_pic {
    width: 1200px;
    margin-top: 60px;
}

.zhili_pic li {
    width: 280px;
    height: 260px;
    font-size: 0;
    float: left;
    margin: 10px 10px;
}

.zhili_pic li img {
    width: 100%;
    height: 165px;
}

.zhili_pic li p {
    width: 100%;
    height: 95px;
    line-height: 95px;
    background: #efefef;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

/*信用查询*/
.chaxun {
    width: 1200px;
    height: auto;
}

.chaxun .chaxun_result {
    padding: 0 0px 30px 0px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.chaxun .chaxun_result .companys {
    margin-bottom: 25px;
}

.chaxun .chaxun_result .companys .company_item {
    padding: 17px 20px 20px 20px;
    border-bottom: 1px solid #bebebe;
    cursor: pointer;

}

.chaxun .chaxun_result .companys .company_item .company_name {
    margin-bottom: 10px;
    color: #2e2825;
    font-size: 16px;
}

.chaxun .chaxun_result .companys .company_item .company_messages {
    color: #a7a7a7;
}

/*信用查询详情*/
.company_messages_box {
    width: 100%;
    padding: 30px 20px 13px 20px;
    border: 1px solid #bebebe;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.company_messages_box .com_top {
    margin-bottom: 20px;
}

.company_messages_box .com_top h3 {
    float: left;
    font-size: 34px;
    color: #2e2825;
}

.entstatus_green {
    border: 1px solid green;
}

.entstatus {
    padding: 0 10px;
    line-height: 22px;
    margin-left: 20px;
}

.company_messages_box .messages_lists {
    padding: 10px 0 8px 0;
}

.company_messages_box .messages_lists .messages_li {
    margin-bottom: 20px;
    position: relative;
}

.company_messages_box .messages_lists .messages_li .li_div {
    display: inline-block;
    margin-right: 60px;
}

.company_messages_box .messages_lists .messages_li .li_div .tab_li1-cion1 {
    width: 16px;
    height: 16px;
    background: url(../images/sprite01.png) no-repeat -176px 0;
}

.company_messages_box .messages_lists .messages_li .li_div i {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.company_messages_box .messages_lists .messages_li .li_div .tab_li2-cion1 {
    width: 12px;
    height: 16px;
    background: url(../images/sprite01.png) no-repeat -220px 0;
}

.tip_wram_message {
    font-size: 0;
    height: 54px;
    line-height: 54px;
}

.tip_wram_message .tip_wram_message_name {
    display: inline-block;
    color: #ea3e3e;
    vertical-align: middle;
    font-size: 12px;
}

.tip_wram_message .tip_wram_message_val {
    display: inline-block;
    vertical-align: middle;
    color: #a7a7a7;
    font-size: 12px;
}

.detailCompany {
    width: 830px;
    height: auto;
    float: left;
}

.detailCompany .company_showmessage_box {
    width: 100%;
    border: 1px solid #bebebe;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.detailCompany .company_showmessage_box .tab_title {
    width: 100%;
    border-bottom: 1px solid #bebebe;
    font-size: 0;
    height: 42px;
}

.detailCompany .company_showmessage_box .tab_title li.active {
    border-bottom: 5px solid #0063ba;
}

.detailCompany .company_showmessage_box .tab_title .item {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.result_tabs .result_tab {
    width: 100%;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.result_tabs .result_tab:first-child {
    display: block;
}

.result_tabs .result_tab1 {
    padding: 20px 20px 40px 20px;
}

.result_tabs .result_tab2 {
    padding: 0 20px 40px 20px;
}

.result_tabs .result_tab3 {
    padding: 0 20px 40px 20px;
}

.result_tab1 .tab1_title {
    border-bottom: 1px solid #bebebe;
    height: 30px;
    line-height: 25px;
    color: #333;
    font-size: 0;
    margin-bottom: 16px;
}

.result_tab1 .tab1_title > span {
    width: 98px;
    display: inline-block;
    height: 30px;
    border-bottom: 5px solid #ea3e3e;
    box-sizing: border-box;
    font-size: 16px;
}

.new_tab1 {
    width: 100%;
}

.new_tab1 .new_tab1_ul {
    width: 400px;
}

.new_tab1 .new_tab1_ul > li {
    height: 33px;
}

.new_tab1_ul .tab1_p_left {
    float: left;
    width: 95px;
    line-height: 33px;
    font-weight: bold;
}

.new_tab1_ul .tab1_p_right {
    float: left;
    line-height: 33px;
    color: #333;
}

.clearfix {
    clear: both;
    *zoom: 1;
}

.licensing_table {
    width: 100%;
}

.licensing_table .licensing_table_name {
    width: 166px;
    line-height: 36px;
    font-weight: bold;
}

.licensing_table .licensing_table_val {
    width: 600px;
    line-height: 33px;
    color: #666666;
}

.body_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 350px;
}

.special_column_wrap {
    width: 100%;
    border: 1px solid #bebebe;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.special_column_wrapxf {
    margin: 0 0 0 0;
}

.column_title {
    border-bottom: 1px solid #bebebe;
    height: 30px;
    line-height: 25px;
    color: #333;
    font-size: 0;
}

.column_title span {
    width: 98px;
    display: inline-block;
    height: 30px;
    border-bottom: 5px solid #ea3e3e;
    box-sizing: border-box;
    font-size: 16px;
}

.column_list {
    width: 270px;
    margin: 8px 0 0 20px;
}

.column_list > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    text-align: left;
}

.column_list > p > a {
    color: #676868;
}

/*分页*/
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e91e63;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style a:hover {
    color: #fff;
    background: #e91e63;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

/*查询结果页面*/
.search-result {
    border: 1px solid #ccc;
}

/*双公示下的分页*/
.page div {
    display: none;
}

.page div:first-child {
    display: block;
}

/*信用查询*/
.breakTitle {
    color: #ea3e3e;
    margin-bottom: 30px;
}

.containt-mid-result .layui-table {
    width: 100%;
    background-color: #eee;
    color: #666;
}

.layui-table th {
    font-weight: 400;
}

.layui-table tr {
    background: #fff;
}

/*信用查询详情页*/
.xysearch-result {
    width: 1200px;
}

.xysearch-result-head {
    margin: 0 0 30px 0;
}

.xysearch-result-head h1 {
    text-align: center;
    color: #ed7e7e;
    display: inline-block;
    padding: 10px 0 0 30%;
}

.xysearch-result-head span,
.xysearch-result-head button {
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    background-color: #09f;
    display: inline-block;
    margin-left: 15px;
    font-style: normal;
    vertical-align: middle;
}

.xysearch-result-head button {
    border: none;
    cursor: pointer;
}

.xysearch-result-tab > div {
    display: inline-block;
    width: 190px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #666;
    background: #eee;
    margin: 10px 20px 10px 30px;
}

.xysearch-result-tab > div.active {
    color: #fff;
    background: red;
}

.xysearch-result-content > div {
    display: none;
}

.xysearch-result-content > div:first-child {
    display: block;
}

.ylInfor-content .deilTitle,
.fmInfor-content .deilTitle,
.xkrz-content .deilTitle {
    position: relative;
    padding: 12px 0;
    background: #f3f3f3;
    border: 1px solid #ededed;
}

.ylInfor-content .deilTitle i,
.fmInfor-content .deilTitle i,
.xkrz-content .deilTitle i {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #E12323;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.ylInfor-content .deilTitle span,
.fmInfor-content .deilTitle span,
.xkrz-content .deilTitle span {
    display: inline-block;
    color: #333;
    font-weight: 500;
    margin-left: 30px;
    font-size: 16px;
}

.ylInfor-content .deilTitle span.colsp,
.fmInfor-content .deilTitle span.colsp,
.xkrz-content .deilTitle span.colsp {
    float: right;
    padding: 0 15px;
    color: #E12323 !important;
}

/*公司详情页面*/
.company {
    width: 1200px;
    margin: 0px auto 0;
    min-height: 500px;
    background: url(../images/xysearch-bg.jpg);
    overflow: hidden;
}

.company .company-head {
    margin: 20px 0 20px 30px;
}

.company .company-head h3 {
    font-size: 34px;
    color: #2e2825;

}

.add-ons-btn1 {
    width: 100px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 22px 0 18px;
    color: #fff;
    background: #ea3e3e url(../images/sprite1.png) no-repeat 10px center;
    cursor: pointer;
}

.add-ons-btn1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 20px;
}

.detailcompanyWrap {
    width: 1200px;
    height: auto;
    float: left;
}

.detailcompanyWrap .result-tabs {
    width: 100%;
    height: auto;
}

.detailcompanyWrap .result-tabs .result-tab1 {
    padding: 10px 20px 40px 20px;
}

.detailcompanyWrap .result-tabs .tab1-title {
    border-bottom: 1px solid #bebebe;
    height: 30px;
    line-height: 25px;
    color: #333;
    font-size: 0;
    margin-bottom: 10px;
}

.detailcompanyWrap .result-tabs .tab1-title span {
    display: inline-block;
    height: 30px;
    border-bottom: 5px solid #ea3e3e;
    box-sizing: border-box;
    font-size: 20px;
}

.detailcompanyWrap .result-tabs .tab1-title span em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/zx_icon_red.png) 0 5px no-repeat;
}

.new-tab1-left li {
    height: 33px;
}

.new-tab1-left li .tab1-p-left {
    float: left;
    width: 150px;
    line-height: 33px;
    font-weight: bold;
}

.new-tab1-left li .tab1-p-right {
    float: left;
    line-height: 33px;
}

.no-data {
    width: 100%;
    height: 84px;
    background: url(../images/no-more.png) no-repeat center 40px;
    padding-top: 250px;
}

.no-data-message {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.detailcompanyWrap .result-tabs .administrative-licensing-lists {
    background: url(../images/bg-time.png) repeat-y scroll 10px 0 transparent;
}

.detailcompanyWrap .result-tabs .administrative-licensing-lists .administrative-licensing {
    padding-left: 30px;
}

.position-re {
    position: relative;
}

.detailcompanyWrap .result-tabs .result-tab2 .times-cover-box {
    width: 10px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #f6f6f6;
}

.detailcompanyWrap .result-tabs .times-cion {
    width: 8px;
    height: 12px;
    position: absolute;
    left: 7px;
    top: 27px;
    z-index: 5;
    background: url(../images/time-icon.jpg) no-repeat 0 0;
}

.detailcompanyWrap .result-tabs .licensing-table {
    width: 100%;
}

.detailcompanyWrap .result-tabs .new-table-title {
    height: 50px;
}

.detailcompanyWrap .result-tabs .new-table-title .table-title {
    float: left;
    color: #0063ba;
    line-height: 50px;
    font-size: 18px;
}

.detailcompanyWrap .result-tabs .licensing-table .licensing-table-name {
    width: 200px;
    line-height: 33px;
    font-weight: bold;
}

.detailcompanyWrap .result-tabs .licensing-table .licensing-table-val {
    width: 600px;
    line-height: 33px;
    color: #666666;
}

/*首页动态*/
.caption-dongtai {
    /* background: #f7f7f7; */

    background: #e3e3e3;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
}

.caption-dongtai span {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
}

.caption-dongtai span.active {
    /* background:#fff; */
    /* background: #f7f7f7; */
    background: #cd1a0f;
    color: #fff;


}

.dt-div {
    display: flex;
}

.dt-div span {
    flex: 1;
    text-align: center;
    font-weight: 500;
}

/*信用服务*/
.xyfw > div > a {
    display: inline-block;
    width: 220px;
    position: relative;
}

.xyfw > div > a > p {
    display: inline-block;
    width: 220px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 2;
}