.synopsis-details {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.synopsis-details .details-part {
  margin-top: 20px;
  text-indent: 28px;
}
.synopsis-details img {
  max-width: 100%;
  height: auto;
}
.synopsis-details .certificate {
  margin-top: 29px;
  font-size: 0;
  text-align: center;
}
.synopsis-details .certificate img {
  margin: 0 4px 8px 0;
  height: 170px;
}
.synopsis-details .certificate img:last-child {
  margin: 0;
}
.council-details-title {
  margin-top: 30px;
  width: 100%;
  height: 40px;
  text-align: center;
  background: #DEE7F4;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #123463;
}
.council-details-title .title-txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.council-details-title .title-tip {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
}
.council-details .list-box {
  transition: height 1s;
}
.council-details .list-box:after {
    content: '';
    display: block;
    clear: both;
}
.council-details .council-lists {
  text-align: center;
  font-size: 0;
}
.council-details .council-lists.txt-left {
	text-align: left;
}
.council-details .council-lists .council-lists-item {
  display: inline-block;
  vertical-align: top;
  width: 162px;
  text-align: center;
  margin: 30px 0px 0;
    padding: 0 5px;
}
/*.council-details .council-lists .council-lists-item.no-img {
	margin: 30px 0px 0;
	width: 11.11%;
	padding: 0px;
}*/
.council-details .council-lists .council-lists-item.no-img {
	margin: 30px 10px 0;
	width: 70px;
	padding: 0px;
}
.council-details .council-lists .council-lists-item .head-img {
  width: 122px;
  height: 160px;
}
.council-details .council-lists .council-lists-item.no-img .head-img {
	display: none;
}
.council-details .council-lists .council-lists-item .name {
  margin: 6px 0;
  font-size: 16px;
  color: #333;
}
.council-details .council-lists .council-lists-item .hide-val {
    margin-left: -50%;
    width: 200%;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
}
.council-details .council-lists .council-lists-item a:hover .hide-val {
    opacity: 1;
}
.council-details .council-lists .council-lists-item .name-step {
  margin-left: 16px;
}
.council-details .council-lists .council-lists-item .company {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.council-details .council-lists .council-lists-item.no-img .company {
	display: none;
	height: 36px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	
}
.council-details .lists-center {
  justify-content: center;
}
.council-details .list-btn {
  margin: 30px auto 0;
  width: 228px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #2F4D76;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.council-details .list-btn .arrow {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
  margin-left: 6px;
  transition: transform 1s;
}
.council-details .list-btn.open .arrow {
	transform: rotate(180deg);
}
.council-details .list-btn .arrow:after{
	content: '';
	display: block;
	border: 5px solid transparent;
	border-top: 6px solid #fff;
}
.council-details .list-btn:hover {
  background: #025DB4;
}
.cmes-item {
  text-align: right;
  margin: 38px 0 0;
  font-size: 16px;
  color: #666666;
}
.cmes-info-search {
  float: right;
  width: 218px;
  height: 28px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  overflow: hidden;
}
.cmes-info-search .search-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmes-info-search .search-box .search-text {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  padding: 0 60px 0 10px;
  box-sizing: border-box;
}
.cmes-info-search .search-box .search-text::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.cmes-info-search .search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  border-radius: 0 1px 1px 0;
  background: #123463;
  text-align: center;
  line-height: 26px;
}
.branch-module {
  margin-top: 15px;
}
.branch-module .branch-lists {
  overflow: hidden;
}
.branch-module .branch-lists .branch-lists-item {
  float: left;
  position: relative;
  width: 326px;
  padding: 10px 0 10px 20px;
  border-bottom: 1px dashed #E7E8EA;
  margin-right: 133px;
}
.branch-module .branch-lists .branch-lists-item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.branch-module .branch-lists .branch-lists-item .name {
  display: block;
  font-size: 16px;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.branch-module .branch-lists .branch-lists-item .name:hover {
  color: #025DB4;
}
.branch-module .branch-lists .branch-lists-item:nth-child(2n) {
  margin-right: 0;
}
.cmes-info-back {
  float: right;
}
.cmes-info-back .back-btn {
  display: inline-block;
  width: 70px;
  height: 26px;
  background: #123463;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.branch-detail-module {
  margin-top: 21px;
  width: 100%;
}
.branch-detail-module .touch-lists {
	position: relative;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 27px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.branch-detail-module .touch-detail-title {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.branch-detail-module .touch-lists:after {
	content: '';
	display: block;
	clear: both;
}
.branch-detail-module .touch-lists li {
  float: left;
  width: 60%;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #DFE1E6;
}
.branch-detail-module .touch-lists li .label {
  width: 80px;
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.branch-detail-module .touch-lists li .value {
  font-size: 14px;
  color: #303030;
}
.branch-detail-module .touch-lists li .value .www {
  color: #123463;
}
.branch-detail-module .touch-lists li:nth-child(2n) {
  width: 40%;
}
.branch-detail-module .touch-lists li.lang {
  width: 100%;
}
.branch-detail-module .paragraph {
  margin: 20px 0;
}
.branch-detail-module .paragraph-title {
  margin-top: 21px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.branch-detail-module .paragraph-content .content-p {
  margin-top: 22px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-indent: 28px;
}
@media only screen and (max-width: 767px) {
	.branch-detail-module .touch-lists{
		margin-top: 80px;
		padding: 20px;
	}
	.branch-detail-module .touch-detail-title{
		top: -55px;
		font-size: 18px;
	}
	.branch-detail-module .touch-lists li{
		width: 100% !important;
		padding: 14px 0;
	}
	.council-details-title{
		height: auto;
		font-size: 18px;
		line-height: 32px;
	}
	.council-details .council-lists .council-lists-item{
		margin: 20px 4% 0 !important;
		width: 42%;
        min-width: 0;
	}
    .council-details-title .title-tip {
        font-size: 11px;
    }
    .council-details .council-lists .council-lists-item .hide-val{
        overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
    }
	.cmes-main .cmes-info .cmes-info-operate {
		overflow: visible;
	}
	.cmes-main .cmes-info .cmes-info-operate:after{
		content: '';
		display: block;
		clear: both;
	}
	.cmes-info-search{
		position: relative;
		top: 15px;
	}
	.council-details .council-lists .council-lists-item.no-img{
		margin: 20px 0 0 !important;
		width: 25%;
	}
}
