.wendangsearch {
	background-color: #f4f5f8;
	margin-bottom: 64px;
}

.wendangbox {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wendangboxtit {
	margin-bottom: 34px;
}

.wendangbox>div {
	display: flex;
	flex-wrap: wrap;
	font-weight: 400; 
}

.wendangboxtit {
	font-size: 34px;
	color: #333;
	margin-bottom: 30px;
}

.wendangboxsearchtit {
	font-size: 22px;
	color: #333;
	font-weight: 400; 
	margin-right: 12px;
	/* margin-bottom: 18px; */
}

.wendangboxsearchtit2 {
	font-size: 15px;
	color: #333;
}

.wendangflex {
	/* margin-right: 157px; */
	flex: 1;
	min-width: 300px;
	/* padding-top: 20px; */
	margin-right: 20px;
}

.wendangflex input{
	font-size: 15px;
}

.wendangflexcheckbox {
	position: relative;
	margin-right: 14px;
}

input[type=checkbox] {
  cursor: pointer;
  position: relative;
}
 
input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 14px;
  height: 14px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.wendangboxsearchtit2color{
	color: #00004f;
	/* color: red; */
}
input[type=checkbox]:checked::after {
  content: "";
  background-color: #00004f;
  border-color: #00004f;
  background-color: #00004f;
}
 
input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  left: 32%;
  top: 50%;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%,-50%);
  z-index: 1;
}

.wendangflexinput {
	margin: 0 !important;
	margin-top: 8px !important;
}

.jishubottomicon {
	width: 17px;
	/* height: 11px; */
	display: block;
	cursor: pointer;
	transition: all .5s;
	margin-top: 5px;
}
.jishubottomicon.active{
	transform: rotate(-90deg);
}

.wendangflexfle {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.wendangflexfle2 {
	display: flex;
	align-items: center;
	margin-left: 38px;
	margin-bottom: 5px;
}

.wendangflex>select {
	margin-right: 0;
	float: none;
	margin-bottom: 20px;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	color: #777;
	font-size: 15px;
	font-weight: normal;
}
.wendangflex input::-webkit-input-placeholder{
	color: #777;
	font-weight: 400; 
	font-size: 15px;
}
.wendangflex input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #777;
	font-weight: 400; 
	font-size: 15px;
}
.wendangflex input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #777;
	font-weight: 400; 
	font-size: 15px;
}
.wendangflex input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #777;
	font-weight: 400; 
	font-size: 15px;
}

.jishusearch {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 15px !important;
	height: 16px !important;
}

.jishutit {
	margin-bottom: 19px;
}

.jishubtn {
	width: 160px;
	height: 47px;
	display: flex;
	align-items: center;
	font-size: 15px;
	background-color: #172159;
	border-radius: 50px;
	padding-left: 50px;
	padding-right: 4px;
	justify-content: space-between;
	color: #fff;
	cursor: pointer;
	position:relative;
}
.jishubtn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #213D95;
}
.jishubtn::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 500ms;
}
.jishubtn:hover::after{
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: url(/assets/web4/images/home/banner-btn.png) no-repeat;
    background-size: 100%;
}
.reset {
	width: 160px;
	height: 47px;
	display: flex;
	align-items: center;
	font-size: 15px;
	background-color: #fff;
	border-radius: 50px;
	padding-left: 60px;
	padding-right: 4px;
	margin-left: 20px;
	border: 1px solid #777;
	justify-content: space-between;
	color: #777;
	cursor: pointer;
	position:relative;
}
.reset::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #7F7F7F;
    transition: all 500ms;
}

.reset:hover{
    text-decoration: none;
}
.reset:hover::after{
    position: absolute;
    content: '';
    top: 6px;
    right: 7px;
    width: 35px;
    height: 35px;
    background: url(/assets/web4/images/btn-jiantou-h.png) no-repeat;
    background-size: 100%;
}
.document-button{
	display: flex;
}
#result-list{
	display: none;
}
.jishutable {
	width: 100%;
	border: 2px solid #f7f8f9;
}
.jishutable td{
	font-size: 15px;
	color: #333;
	padding: 30px 0;
	text-align: center;
	font-weight: 400; 
}
.jishutable td:nth-child(1){
	text-align: left;
	padding-left: 14px;
}
.jishutable td:nth-child(2){
	text-align: left;
}
.jishutable td:nth-child(3){
	text-align: left;
}
.jishutable a{
	color: #333;
	font-size: 15px;
	width: 300px;
	display: block;
    word-break: break-word;
}
.jishutable a:hover{
	color: #00004f;
	font-weight:700;
}
.jishutable .format a{
	display: inline;
}
.jishutable th{
	font-size: 15px;
	padding: 14px 0;
	background-color: #f4f5f8;
	text-align: center;	
	color: #333;
	font-weight: 400; 
}
.jishutable th:nth-child(1){
	text-align: left;
}
.jishutable tr{
	border-bottom: 2px solid #f7f8f9;
}
.jishujieguo{
	/* padding-top: 64px; */
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
	padding-left: 20px;
}
.tableflex{
	display: flex;
	align-items: center;
}
.tableflex > div{
	display: flex;
}
.tableflex img{
	width: 4px;
	height: 15px;
	/* margin-left: 5px;
	margin-right: 5px; */
	display: none;
}
.tableflex img{
	cursor: pointer;
}
.jishupaixu1{
	padding-left: 10px;
	padding-right: 5px;
}
.jishupaixu2{
	padding-right: 10px;
}
.jishupaixu3{
	padding-left: 10px;
	padding-right: 5px;
}
.jishupaixu4{
	padding-right: 10px;
}
.jishupaixu5{
	padding-left: 10px;
	padding-right: 5px;
}
.jishupaixu6{
	padding-right: 10px;
}
.jishupaixu7{
	padding-left: 10px;
	padding-right: 5px;
}
.jishupaixu8{
	padding-right: 10px;
}
.jishupaixu9{
	padding-left: 10px;
	padding-right: 5px;
}
.jishupaixu10{
	padding-right: 10px;
}
.jishupaixu11{
	padding-left: 10px;
	padding-right: 5px;
}
.jishupaixu12{
	padding-right: 10px;
}
.jishuphonetable{
	border: 1px solid;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
}
.jishuphonetableflex{
	display: flex;
}
.jishuphonetableflex > div:nth-child(1){
	margin-right: 10px;
}
.jishutablephone{
	display: none;
}
@media screen and (min-width: 1920px) {
	.jishutablephone{
		display: none;
	}
}

@media screen and (max-width: 1920px) {
	.jishutablephone{
		display: none;
	}
}

@media screen and (max-width: 992px) {

	.jishutable a{
		width: 200px;
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	/* .jishutable{
		display: none;
	}
	.jishutablephone{
		display: block;
	} */
	.jishujieguo{
		padding-top: 0;
	}
	.jishutable{
		width: 800px;
	}
	#result-list{
		overflow: auto;
	}
	input[type=checkbox]::after{
		border: none;
	}
}
.wendangflex .item{
	margin-bottom: 18px;
}
#category2,#category3{
	display: none;
}