li {
	list-style: none;
}

.all-celling {
	background: #F7F7F7;
	padding: 55px 33px 45px 51px;
}

.all-celling span {
	float: left;
	margin-right: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #CCB88F;
}

.all-content {
	width: 96.5%;
	float: left;
}

ul {
	margin: 0;
}

.poster-txt-link li a {
	font-weight: 500;
	font-size: 18px;
	color: #3A3A3A;
}

.poster-txt-link li {
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
}

.poster-btn,.poster-btn a {
	font-weight: 500;
	font-size: 15px;
	color: #CCB88F;
}

.poster-btn {
	position: relative;
	float: right;
	padding-right: 15px;
}

.poster-txt-link {
	float: left;
	width: 96%;
	position: relative;
	overflow: hidden;
	transition: height 0.24s;
}

.poster-txt-link li a:hover {
	color: #CCB88F;
}

.poster-btn:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url(img/arrowposter.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	background-size: 8px;
	transform: translateY(-50%);
}

.current-menu:after {
	background: url(img/arrowposterhui.png) no-repeat;
	background-size: 8px;
}


.count-seacher span em {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #CCB88F;
}

.count-seacher {
	margin-top: 29px;
	margin-bottom: 20px;
	background: #F1F5FF;
	padding:36px 40px;
}

.count-seacher label {
	margin-bottom: 0;
}

.count-seacher label input {
	border-radius: 3px!important;
	padding-left: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #727272;
	float: left;
	flex:1;
	margin-right: 6px;
	height: 50px;
}
.creditcode-table thead tr td:nth-child(2){
	padding: 0;
}
.creditcode-table thead tr td:nth-child(3){
    padding:14px 0;
}
.creditcode-table tbody tr td:nth-child(3){
	padding: 20px 0;
}
.count-seacher label .btn {
	font-size: 16px;
	color: #FFFFFF;
	width: 80px;
	height: 50px;
	background: linear-gradient( 90deg, #DDC092 0%, #B58E6C 100%);
	border-radius: 3px;
}

.contentinger {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.creditcode-table {
	overflow-x: inherit;
	border-bottom: none;
	margin-bottom: 50px;
}

.creditcode-table table {
	border: none;
	margin-bottom: 0;
}

.creditcode-table thead tr {
	background-color: #F7F7F7;
}

.creditcode-table thead tr td {
	height: 47px;
	font-size: 14px;
	padding: 14px 40px;
	color: #000000;
	border: none;
}

.creditcode-table thead tr td:last-child {
	padding: 7px 0;
	text-align: center;
}

.creditcode-table thead tr td>a {
	font-size: 14px;
	color: #000000;
}

.table-striped>tbody>tr:nth-of-type(odd), .table-hover>tbody>tr:hover {
	background-color: transparent;
}

.creditcode-table tbody tr td {
	border: none;
	vertical-align: middle;
	padding: 20px 40px;
	font-size: 14px;
	color: #727272;
}
.count-seacher .btn-reset{
	background: linear-gradient( 90deg, #DDC092 0%, #B58E6C 100%);
	color:#65370E!important;
	border:0;
}
.count-seacher label{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.creditcode-table tbody tr td:last-child {
	text-align: center;
	padding: 20px 0;
}
.table-ban{
	width: 50px;
}
.table-ban>a {
	width: 29px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: 10px;
}

.table-ban .dropdown-menu {
	margin: 0;
	padding: 0;
	min-width: auto;
	text-align: center;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: none;
	right: auto;
	padding-top: 0px;
	background-color: transparent;
	left: 50px;
	top: -10px;
}

.table-ban .dropdown-menu ul {
	font-weight: 500;
	min-width: 100px;
	color: #FFFFFF;
	font-size: 14px;
	background: #C0191F;
	border-radius: 4px;
	position: relative;
	display: block;
	padding: 9px 4px;
}

.table-ban .dropdown-menu ul li {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	float: none;
}

.table-ban:hover:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 9px solid #C0191F;
	border-bottom: 7px solid transparent;
	position: absolute;
	bottom: 8px;
	right: 0px;
}

.table-ban .dropdown-menu ul li a {
	color: #fff;
	white-space: nowrap;
}

.pagination li.next a {
	border-right: 1px solid #ddd;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	color: #c19b72;
}

.pagination .pagination_index_last span {
	padding: 3px 12px;
	border: 0;
	margin-left: 0;
}

.pagination .pagination_index_last span #thisPage {
	margin: 0 5px;
	text-align: center;
}

.pagination .pagination_index_last span:hover {
	background: none;
	color: #c19b72;
}

.pagination .pagination_index_last span a {
	color: #c19b72;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #c19b72;
	border-color: #c19b72;
}

.prefecture-title span {
	display: block;
	margin: 0 auto;
	width: 219px;
	position: relative;
	z-index: 2;
}

.prefecture-title {
	position: relative;
	margin-top: 30px;
}

.prefecture-title:before {
	content: '';
	background: url(img/zq-line.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
}

.piao .piao-left {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 1;
}

.piao p a {
	width: 27px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.piao .piao-left>a {
	width: 101px;
}

.piao p {
	position: absolute;
	right: 0;
	top: 0;
}

.talk-btn {
	z-index: 2!important;
}

.prefecture001 li, .prefecture002 li {
	float: left;
	padding: 0 40px;
}

.prefecture001, .prefecture002 {
	margin: 0 -40px;
}

.prefecture001 li span, .prefecture002 li span {
	width: 129px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.prefecture001 li label, .prefecture002 li label {
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 9px;
/*width: 82px;
height: 25px;*/
	background: linear-gradient( 90deg, #DDC092 0%, #B58E6C 100%);
	border-radius: 17px;
}

.prefecture001 li a, .prefecture002 li a {
	text-align: center;
	display: block;
}

.Linkage-zone-list {
	padding-left: 112px;
	margin-top: 66px;
	margin-bottom: 42px;
}

.Linkage-zone-listinger {
	padding-right: 112px;
	margin-bottom: 59px;
}

.prefecture002 li label {
	background: linear-gradient( 262deg, #EDB7E8 0%, #967DCE 100%);
}

.prefecture001 li span:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient( 78deg, #EDB7E8 0%, #967DCE 100%);
	position: absolute;
	left: -8px;
	border-radius: 50%;
	z-index: -1;
	top: -3px;
}

.prefecture002 li span:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient( 90deg, #DDC092 0%, #B58E6C 100%);
	position: absolute;
	right: -8px;
	border-radius: 50%;
	z-index: -1;
	top: -3px;
}

.Linkage-zone {
	/* background: linear-gradient( 90deg, #A086C3 0%, #6A5BA5 100%); */
	position: absolute;
	top: -45px;
	transform: translate(0,-50%);
	z-index: 999;
	padding:10px 0;
	left: 320px;
}

.Linkage-zone span {
	font-weight: 800;
	font-size: 24px;
	line-height: 51px;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding-left: 63px;
}


.ld-title.dropdown .dropdown-toggle {
	display: block;
	color: rgba(204, 182, 135, 1);
	line-height: 40px;
	position: relative;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 4px;
}
.ld-title a:hover,
.ld-title a:focus,
.ld-title a:visited{
	text-decoration: none;
}

.ld-title.dropdown .dropdown-menu {
	margin: 0;
	min-width: 100%;
	box-shadow: inherit;
	height: 220px;
	overflow: auto;
	width: 200px;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	padding-right: 0;
	padding-bottom: 20px;
	background-color: #E1DCE7;
}

.ld-title.dropdown .dropdown-menu li {
	padding-top: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B68F6D;
}

.ld-title.dropdown .dropdown-menu li a {
	text-align: center;
	font-size: 18px;
	color: #331E0C;
	letter-spacing: 1px;
	display: block;
}

.ld-title.dropdown .dropdown-menu li a:hover {
	color: #B68F6D;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

/*.mCustomScrollbar {*/
/*	-ms-touch-action: pinch-zoom;*/
/*	touch-action: pinch-zoom;*/
/*}*/

.mCSB_container {
	overflow: hidden;
	width: auto;
	padding-right: 15px;
	height: auto;
}

.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools {
	position: absolute;
	width: 6px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #B68F6D;
	opacity: .59;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.ld-title{
	font-weight: bold;
	font-size: 28px;
	color: #CCB687;
	letter-spacing: 7px;
	width: 310px;
	margin-top: 30px;
}

.ld-title .caret{
	background: url("./img/arrow.png") no-repeat #fff;
	width: 30px;
	height: 30px;
	background-size: 100% auto;
	border:0;
	z-index: -1;
	position: relative;
}
.hot-policies .list-hot-news>li{
	padding:18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot-policies .list-hot-news>li>a{
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	color:#1B324F
}
.hot-policies .list-hot-news>li>a:hover{
	color:#CCB687;
}
.hot-policies .list-hot-news>li>a:before{
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left:0;
	top:50%;
	border-radius: 50px;
	background: #A4A4A4;
}
.hot-policies .list-hot-news>li>a:hover:before{
	background: #CCB687;
}
.affairs-tabs .nav-tabs{
	border-bottom: 0;
	margin-bottom: 20px;
}
.affairs-tabs .nav-tabs li a{
	font-weight: 400;
	font-size: 28px;
	color: #A4A4A4;
	line-height: 42px;
	letter-spacing: 7px;
	font-style: normal;
	transition: .3s;
}
.affairs-tabs .nav-tabs li a:active,
.affairs-tabs .nav-tabs li a:focus,
.affairs-tabs .nav-tabs li a:hover{
	background: none;
}
.affairs-tabs .nav-tabs li.active a{
	color:#CCB687;
	font-weight: bold;
}
.table-responsive .table{
	border:1px solid #F7F7F7;
}
.table-responsive .table th{
	background: #F7F7F7;
	border-bottom: 0;
}
.table-responsive .table td{
	border-top:1px solid #F7F7F7;
	color:#727272
}
.table-responsive .table td,.table-responsive .table th{
	padding:14px 16px;
	font-size: 16px;
}
.table-responsive .table tbody tr td{
	font-size: 16px;
}
.table-responsive .table a{
	color:#727272;
}
.table-responsive .table a:hover{
	color:#CCB687
}
.pagination input{
	height: 18px;
}
.pagination .btn-default{
	margin-left: 10px;
	height: 34px;
}
.link-cont{
	position: relative;
	margin-bottom: 30px;
	margin-top: 25px;
}
.ban-img{
	width: 29px;
	height: 29px;
}
.Linkage-zone span.caret{
    font-weight: 800;
    font-size: 20px;
    line-height: normal;
    color: #6A5BA5;
    letter-spacing: 0px;
    padding-left: 0px;
	border-top: 7px dashed;
}
.search-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.search-top .bsze-title img{
	width: 70px;
	height: auto;
}
.search-top .bsze-title span{
	font-size: 26px;
	color:#D9BB8E;
	letter-spacing: 6px;
}
.search-top .search-tab{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.search-top .search-data{
	font-size: 16px;
	color:#516379;
}
.search-top .search-data em{
	margin:0 10px;
	font-size: 20px;
	color:#6D5CA4;
	font-weight: bold;
}
.search-top .search-tab ul.nav-pills{
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-left: -10px;
}
.hot-policies{
     padding-right: 15px;
}
.zhengce-right-padding{
	padding-left: 15px;
}
.search-top .search-tab .nav-pills>li>a{
    border: 1px solid #CACACA;
    color: #CACACA;
    padding: 0 30px 0 35px;
    font-size: 24px;
    font-weight: 600;
    word-spacing: 10px;
    letter-spacing: 10px;
    text-align: center;
}
.search-top .search-tab .nav-pills>li.active>a,
.search-top .search-tab .nav-pills>li.active>a:focus,
.search-top .search-tab .nav-pills>li.active>a:hover{
	background: rgba(109, 92, 164, 0.13);
	color:#6D5CA4;
}
.creditcode-table thead tr td:last-child select{background-color: transparent;border: none;color: #727272;font-size: 16px;width: auto;}
@media (min-width: 1920px) {
	.contentinger {
		width: 1736px;
	}
}

@media (max-width: 1919px) {
	.contentinger {
		padding-right: 110px;
		padding-left: 110px;
	}


	.Linkage-zone-listinger {
		padding-right: 106px;
	}

	.prefecture001 li, .prefecture002 li {
		width: 12.5%;
	}

	.prefecture001 li span,  .prefecture002 li span {
		width: 100%;
	}
}

@media (max-width: 1826px) {
	.all-content {
		width: 96%;
	}

	.prefecture001 li, .prefecture002 li {
		padding: 0 30px;
	}

	.prefecture001,  .prefecture002 {
		margin: 0 -30px;
	}
}

@media (max-width: 1650px) {
	.poster-txt-link {
		width: 93%;
	}

	.all-content {
		width: 94%;
	}

	.prefecture001 li, .prefecture002 li {
		padding: 0 15px;
	}

	.prefecture001, .prefecture002 {
		margin: 0 -15px;
	}

}
@media (max-width: 1570px){
	.search-top .search-tab .nav-pills>li>a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.count-seacher{
		padding:16px;
	}
	.search-tab .nav-pills>li{
		flex:1;
	}
	.search-top .bsze-title span{
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.all-content {
		width: 93%;
	}

	.poster-txt-link {
		width: 94%;
	}


	.contentinger {
		padding-right: 15px;
		padding-left: 15px;
	}

	.Linkage-zone-list {
		padding-left: 0;
	}

	.Linkage-zone-listinger {
		padding-right: 0;
	}
}

@media (max-width:991px) {
	.all-content {
		width: 91%;
	}

	.poster-txt-link {
		width: 92%;
	}

	.prefecture001 li, .prefecture002 li {
		width: 25%;
		margin-bottom: 20px;
	}
	.search-tab .nav-pills>li{
		flex:1;
	}
	.search-tab .nav-pills>li a{
		padding-left: 10px;
	}
	.search-top{
		width: 100%;
		justify-content: space-around;
	}
	.count-seacher .tab-content{
		width: 100%;
	}
}

@media (max-width:767px) {
	.all-content {
		width: 89%;
	}

	.poster-txt-link {
		width: 90%;
	}

	.creditcode-table tbody tr td:last-child {
		padding: 20px;
	}

	.creditcode-table {
		overflow: auto;
		border-bottom: 1px solid #DDDEDC;
	}

	.pagination>li {
		display: inline-block;
	}
	.hot-policies{
     padding-right:0;
	}
	.zhengce-right-padding{
     padding-left: 0;
	}
}

@media (max-width:680px) {
	.all-content {
		width: 87%;
	}

	.poster-txt-link {
		width: 89%;
	}

	.count-seacher label input {
		width: 250px;
	}

	.piao{
		display: none;
	}
	.hot-policies .list-hot-news li{
		padding:10px 0;
	}
	.hot-policies .list-hot-news li a{
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		display: block;
	}
	.list-hot-news{
		padding:10px;
	}
	.affairs-tabs .nav-tabs li a{
		font-size: 18px;
	}
	.count-seacher{
		padding:14px;
	}
	.affairs-tabs .nav-tabs{
		margin-bottom: 8px;
	}
	.count-seacher,.count-seacher label{
		display: flex;
		flex-wrap: wrap;
		gap:10px;
	}
	.table-ban{
		width: 26px;
	}
	td .table-ban{
		width: 40px;
	}
	.table-ban .dropdown-menu{
		right: 40px;
		left:auto;
		width: 300px;
		top: 0px;
		z-index: 999;
	}
	td .table-ban .dropdown-menu{
		right: 50px;
	}
	.table-ban:hover:before{
		right: 32px;
		border-left: 9px solid #C0191F;
		border-right: none;
	}
	td	.table-ban:hover:before{
		right: 43px;

	}
	.table-ban .dropdown-menu ul li a {
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		text-overflow: ellipsis;
	}
}

@media (max-width:580px) {
	.all-celling {
		padding: 20px;
	}

	.all-content {
		width: 86%;
	}

	.poster-txt-link {
		width: 88%;
	}

	.count-seacher label input {
		width: 150px;
	}

	.Linkage-zone span {
		font-size: 20px;
		padding-left: 30px;
	}
	.bsze-title{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.search-top .bsze-title span{
		font-size: 18px;
	}

}

@media (max-width:480px) {
	.all-content {
		width: 86%;
	}

	.all-celling span,.poster-txt-link li a,.count-seacher span em,.count-seacher span {
		font-size: 16px;
	}

	.Linkage-zone {
		margin-top: 0;
		margin-bottom: 30px;
		left: auto;
		right: 0px;
		top: -30px;
	}
	.link-cont{
		margin-top: 20px;
	}
	.all-celling span {
		margin-right: 15px;
	}
    .ld-title.dropdown .dropdown-toggle{
    	font-size: 18px;
    	margin-top: 20px;
    }
    .el-pagination__sizes{
    	margin-bottom: 5px!important;
    }
    .ld-title .caret{
    	width: 24px;
        height: 24px;
        margin-left: 0;
    }
    .el-pagination{
    	white-space: normal!important;
    }
    .ld-title {
	    width: 210px;
	}
	.ld-title.dropdown .dropdown-menu li a{
		font-size: 15px;
	}
	.Linkage-zone .dropdown .dropdown-toggle {
		width: 110px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.Linkage-zone .dropdown {
		margin-right: 35px;
	}

	.Linkage-zone .dropdown .dropdown-menu li {
		padding-top: 7px;
	}

	.Linkage-zone .dropdown .dropdown-menu li a {
		font-size: 14px;
	}

	.Linkage-zone .dropdown .dropdown-toggle:after {
		width: 15px;
		height: 15px;
		right: -20px;
	}

	.Linkage-zone span {
		font-size: 18px;
		line-height: 35px;
		padding-left: 20px;
	}

	.poster-txt-link {
		width: 84%;
	}

	.poster-txt-link li {
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.count-seacher {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.count-seacher label {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.count-seacher label input {
		width: 100%;
	}
	.search-top .bsze-title img{
		width: 40px;
	}
	.search-top .bsze-title span{
		font-size: 14px;
		letter-spacing: 0;
	}
	.creditcode-table thead tr td,.creditcode-table tbody tr td {
		padding: 10px 20px;
		height: auto;
	}

	.creditcode-table thead tr td:last-child {
		padding: 10px 0;
	}

	.creditcode-table tbody tr td:last-child {
		padding: 10px;
	}

	.prefecture-title {
		margin-top: 0px;
	}

	.prefecture-title span {
		width: 180px;
	}

	.Linkage-zone-list {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.prefecture001 li label, .prefecture002 li label {
		font-size: 14px;
	}

	.prefecture001 li, .prefecture002 li {
		width: 33.3333%;
	}

	.Linkage-zone-listinger {
		margin-bottom: 30px;
	}
}

@media (max-width:380px) {
	.all-content {
		width: 83%;
	}

	.poster-txt-link {
		width: 80%;
	}

	.Linkage-zone span {
		padding-left: 10px;
	}

	.Linkage-zone .dropdown .dropdown-toggle {
		width: 85px;
	}

	.Linkage-zone .dropdown {
		margin-right: 25px;
	}
}

.margin-tou{
	margin-top: 30px;
}

.affairs-tabs{
	border-top: 1px solid rgba(0,0,0,0.10);
	margin-top: 30px;
	padding-top: 20px;
}
