/**!
 * [南京企业综合服务平台]
 * date:2021-04-07
 * author: [zj];
 */

.condition {
    border-bottom: 1px solid #e0e0e0;
    /* height: 166px; */
    /* overflow: hidden; */
}

.more-line {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #3C91F1;
    line-height: 16px;
    margin-bottom: 11px;
    position: relative;
    cursor: pointer;
}

.hid-item {
    display: none;
}

.more-line::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: url(../images/arrow-d.png) center no-repeat;
    top: 7px;
    left: 50%;
    margin-left: 51px;
}

.more-line.active::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: url(../images/arrow-u.png) center no-repeat;
    top: 7px;
    left: 50%;
    margin-left: 51px;
}

.item-list ul:after,
.condition .item:after {
    content: '';
    clear: both;
    display: block;
}

.condition .item {
    border-top: 1px solid #e0e0e0;
}

.item-name {
    float: left;
    line-height: 54px;
    width: 115px;
    font-size: 16px;
    font-weight: bold;
}

.item-list {
    float: left;
    width: 1085px;
    line-height: 54px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.item-list .slide {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    line-height: 54px;
    padding-right: 14px;
    color: #3c91f1;
    top: 0;
    font-size: 16px;
    background: url(../images/arrow-d.png) no-repeat right center;
}

.item-list .slide.active {
    background: url(../images/arrow-u.png) no-repeat right center;

}

.first-level {
    width: 1000px;
    line-height: 54px;
}

.first-level li {
    float: left;
    width: 110px;
    height: 34px;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    margin: 10px 0 0 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-level li.active {
    background: #edf5ff;
    color: #3c91f1;
}

.second-level {
    background: #f5f5f5;

}

.second-level ul {
    margin-top: 10px;
}

.second-level li {
    float: left;
    line-height: 54px;
    min-width: 110px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
}

.second-level li.active {
    color: #3c91f1;
}

.main {
    margin-top: 36px
}

.detail-condition {
    border-radius: 3px;
    background-color: #edf6ff;
    height: 50px;
    line-height: 50px;
}

.uc-timeselect {
    line-height: 1;
}

.uc-timeselect {
    vertical-align: middle;
}

.detail-condition>p {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.detail-condition>p+p:after {
    position: absolute;
    content: '';
    left: 0;
    top: 18px;
    height: 14px;
    border-left: 1px solid #e0e0e0;
}

.time-sort {
    padding-right: 15px;
    cursor: pointer;
    margin-top: 3px;
    background: url(../images/arrow-d.png) no-repeat right center;
}

.time-sort.active {
    background: url(../images/arrow-u.png) no-repeat right center;
}

.query-conditions {
    height: 50px;
    padding: 12px 0;
    background: #edf6ff;
}

.query-condition>span {
    display: inline-block;
    margin-top: 3px;
}

.query-conditions .query-condition {
    float: left;
    position: relative;
}

.query-conditions .query-condition.area {
    width: 127px;
}

.query-conditions .query-condition.theme {
    width: 117px;
}

.query-conditions .query-condition.time {
    margin-right: 20px;
}

.query-conditions .query-condition.check {
    margin: 0 10px;
    padding-top: 3px;
}

.query-conditions .condition-content .condition-label {
    margin-left: 15px;
    color: #666;
    line-height: 26px;
}

.query-conditions .condition-content .condition-value {
    color: #3c91f1;
}

.query-conditions .condition-content .condition-value::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    border-top: 4px solid #3c91f1;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    vertical-align: middle;
}

.query-conditions .split-line {
    float: left;
    margin: 0 10px;
    color: #e0e0e0;
    line-height: 26px;
}

.query-conditions .query-count {
    float: right;
    line-height: 26px;
    margin-right: 16px;
}

.query-conditions .query-count i {
    color: #3c91f1;
}

.query-search {
    float: right;
    margin-top: -2px;
    width: 304px;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-right: 13px;
    background-color: #fff;
}

.query-search input {
    background: #fff;
    width: 89%;
    height: 100%;
    padding-left: 15px;
    line-height: 32px;
    border: none;
}

.query-search button {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 9px;
    cursor: pointer;
    background: url(../images/readgalss-blue.png) no-repeat center;
}

.look-tab-list li {
    font-size: 0;
    height: 44px;
    line-height: 44px;
}

.look-tab-list li:nth-child(2n+1) {
    background-color: #f2f5f8;
}

.look-tab-list li>* {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.look-tab-list li::before {
    margin: 0 10px;
    display: inline-block;
    height: 4px;
    width: 4px;
    content: '';
    border-radius: 100%;
    background-color: #3c91f1;
    vertical-align: middle;
}

.look-tab-list li>a {
    margin: 0 5px;
    height: 18px;
    width: 44px;
    line-height: 18px;
    text-align: center;
    color: #e96d42;
    border: 1px solid #e96d42;
    background-color: #fff;
}

.look-tab-list li>a.read {
    color: #3aaf8a;
    border-color: #3aaf8a;
}

.look-tab-list .title {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.look-tab-list .time {
    color: #999;
    width: 100px;
    text-align: right;
}

.look-tab-list .title em {
    color: #4d77a6;
}

.look-tab-body {
    margin-top: 25px;
}

.banner-content {
    height: 237px;
/*     background: url(../images/bg.jpg) center no-repeat; */
}

.banner-min {
    width: 1200px;
    margin: 0 auto;
}

.location {
    border-bottom: 1px solid #E0E0E0;
}

.banner-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top: 6px;
}

 .in-content {
    margin-top: 29px ;
}

.in-content span {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.label:nth-child(5) {
    margin-left: 51px;
}

.label:nth-child(3) {
    margin-left: 51px;
}


.label-text {
    color: #666666;
}

.consult-btn {
    width: 100px;
    height: 34px;
    border: 1px solid #FFB471;
    border-radius: 17px;
    background: url(../images/consult-active.png) no-repeat;
    background-position: 18px 5px;
    background-color: #FFB471;
    box-sizing: border-box;
    padding-left: 44px;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 4px;
}

.consult-newbtn {
    width: 100px;
    height: 34px;
    border: 1px solid #FFB471;
    border-radius: 17px;
    background: url(../images/consult-active.png) no-repeat;
    background-position: 18px 5px;
    background-color: #FFB471;
    box-sizing: border-box;
    padding-left: 34px;
    padding-right: 10px;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 4px;
}

.consult-btn:hover {
    box-shadow: 0px 4px 16px 0px rgba(18, 80, 162, 0.3);
}

.ban-content {
    margin-top: 28px;
}

.line-top {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 34px;
    width: 1px;
    height: 30px;
    border-left: 1px solid #BCCAD7;
}

.collection {
    width: 90px;
    height: 34px;
    border: 1px solid #BCCAD7;
    border-radius: 17px;
    font-size: 14px;
    color: #8093A9;
    line-height: 32px;
    box-sizing: border-box;
    padding-left: 44px;
    background: url(../images/star.png)no-repeat;
    background-position: 17px 8px;
    cursor: pointer;
    margin-top: 4px;
}

.collection:hover {
    background: url(../images/star-active.png)no-repeat;
    background-position: 17px 8px;
    color: #333;
    border: 1px solid #3C91F1;
    background-size: 15px 15px;
}

.collection.active {
    background: url(../images/star-active.png)no-repeat;
    background-position: 17px 8px;
    color: #333;
    border: 1px solid #3C91F1;
    background-size: 15px 15px;
}


.info-tip-content {
    float: left;
    line-height: 42px;
    font-size: 16px;
    color: #96a3b4;
    /* margin-left: 72px; */
}

.info-tip-content a {
    margin-right: 8px;
}

.info-tip-content .fontsizebtn:hover {
    color: #ff7701;
}

.info-tip-content .disable {
    opacity: .3;
    cursor: not-allowed;
}

.line-lap {
    line-height: 42px;
    margin-left: 8px;
    margin-right: 8px;
}

.share-wrap.share-component {
    margin-left: 50px;
}

.share-wrap.share-component .social-share-icon {
    float: left;
    width: 25px;
    margin-top: 8px;
    height: 25px;
    margin-right: 10px;
    background: url("../images/sina-icon.png") no-repeat center;
    border: none;
}

.share-wrap.share-component .social-share-icon::before {
    display: none;
}

.share-wrap.share-component .social-share-icon:hover {
    background: url("../images/sina-ho.png") no-repeat center;
}

.share-wrap.share-component .social-share-icon.icon-wechat {
    background: url("../images/wechat-icon.png") no-repeat center;
}

.share-wrap.share-component .social-share-icon.icon-wechat:hover {
    background: url("../images/wechat-ho.png") no-repeat center;
}

.share-wrap.share-component .social-share-icon.icon-qzone {
    background: url("../images/qq-icon.png") no-repeat center;
}

.share-wrap.share-component .social-share-icon.icon-qzone:hover {
    background: url("../images/qq-ho.png") no-repeat center;
}

.share-wrap.share-component .social-share-icon.share-copy {
    background: url("../images/copy-icon.png") no-repeat center;
}

.share-wrap.share-component .social-share-icon.share-copy:hover {
    background: url("../images/copy-ho.png") no-repeat center;
}

.info-content {
    margin: 20px 76px 0;
    text-indent: 2em;
    font-size: 16px;
    line-height: 40px;
}

.info-content p {
    margin-bottom: 38px;
}

.main-min {
    width: 1200px;
    margin: 0 auto;
    padding-top: 37px;
}

.main-min p {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    /* text-indent: 32px; */
}

.change-page {
    position: relative;
    height: 76px;
    box-sizing: border-box;

    border-top: 2px solid #EEEEEE;
    margin-top: 40px;
    margin-bottom: 80px;
}

.pre-page {
    position: relative;
    padding-top: 14px;
}

.pre-page::before {
    content: '';
    width: 100px;
    height: 4px;
    background: #3B8FEE;
    border-radius: 2px;
    top: -4px;
    left: 0;
    position: absolute;
}

.pack-label {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.file {
    color: #3B8FEE;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    /* border-bottom: 1px solid #3B8FEE; */
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.next-link,
.pre-link {
    display: inline-block;
    width: 352px;
    height: 20px;
    font-size: 16px;
    color: #3B8FEE;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 18px;
}

.left-list{
	/* width:894px; */
	float: left;
}
.right-list{
	width: 306px;
	float: right;
}
.footer{
	margin-top:80px;
}

.right-list .sub-list .list-head {
  line-height: 34px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 145, 241, 0.08)), color-stop(70%, rgba(60, 145, 241, 0)));
  background: linear-gradient(90deg, rgba(60, 145, 241, 0.08), rgba(60, 145, 241, 0) 70%);
  border-bottom: 1px solid #3c91f1;
}

.right-list .sub-list .list-head span {
  margin-left: 10px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
}

.right-list .sub-list .list-head span {
  background-image: url("../images/listicon-matter.png");
}

.right-list .sub-list .list-head .more {
  float: right;
  padding-right: 15px;
  background: url("../images/more-arrow.png") no-repeat right center;
  color: #666;
  display: none;
}

.right-list .sub-list .list-body {
  padding: 13px 0;
}

.right-list .matter-list {
  line-height: 32px;
  overflow: hidden;
  /* max-height: 192px; */
  -webkit-transition: .3s;
  transition: .3s;
}

.right-list .matter-list li a {
  display: block;
  padding-left: 20px;
  background: url("../images/icon-matter.png") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.right-list .sub-list.show ul {
  max-height: 160px;
}
