@charset "GB2312";

.location{
	margin: 0 auto;
	padding-left:20px;
	width: 1380px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 15px;
	background-image: url(../images/icon-index.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
}
.location a {margin:0 10px;color:#666;font-size:15px}

.main{
    margin: 30px auto 20PX;
    width: 1400px;
    min-height: 600px;
    /*-webkit-box-shadow: 3px 3px #CCCCCC;
	box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);*/
    background-color: #fff;
    padding: 20px 30px 0 30px;
	display: flex;
    flex-direction: row;
}
.main_left{
    float: left;
    width: 370px;
    background-color: #Fff;
    min-height:600px;
    margin-right: 30px;
}

.list{float:right;width: 1000px;background-color: #Fff;/* padding:10px 20px; */}
.list h4{
	height: 50px;
    line-height: 30px;
    font-size: 24px;
    color: #0669b7;
    line-height: 50px;
}
.list_h4_bottom {
    width: 46px;
    height: 6px;
    margin-bottom: 30px;
    background-color: #0669b7;
}
.list ul li{
	height: 60px;
	line-height: 60px;
	background-image: url(../images/arr.png);
	background-position: 20px center;
	background-size: auto 10px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
	padding-left: 20px;
}
.list ul li a{float:left;margin-left:20px;width: 780px;color: #3e3a39;font-size: 20px;}	
.list ul li span{float:right;padding-right:10px;color: #919191;}
.list ul li:hover{font-weight:bold}
.page1 {
    line-height: 30px;
    font-size: 13px;
    padding-left: 110px;
    margin: 20px auto;
}
.left_title{
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	/* background-image: url(../images/list_left_title_bg.png); */
	/* background-repeat: repeat-x; */
	color: #fff;
	margin-bottom: 30px;
	background-color: #0168b7;
}
.left_title2 {
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../images/list_left_title_bg.png);
    background-repeat: repeat-x;
    color: #fff;
    margin-bottom: 20px;
}
.left_nav{height:40px;line-height:40px;padding-left:20px;background-image: url(../images/list_left_li_pic.png);background-position: 30px center;background-size: auto 7px;background-repeat: no-repeat;margin: 10px 0;}
.left_nav a{
	float: left;
	font-size: 22px;
	color: #3e3a39;
	margin-left: 30px;
	padding-left: 10px;
	width: 310px;
}
.left_nav a:hover{font-weight:bold}
.left_nav span{float:right;margin-right:10px;color:#999;font-size:20px;}
.active{
    background-color: #eeeeee;
    display: block;
    width: 310px;
    z-index: -1;
}
/* Sp.asp */

.Splist{float:right;width: 1000px;background-color: #Fff;/* padding:10px 20px; */}
.Splist h4{
	height: 50px;
    line-height: 30px;
    font-size: 24px;
    color: #0669b7;
    line-height: 50px;
}
.Splist_h4_bottom {
    width: 46px;
    height: 6px;
    margin-bottom: 30px;
    background-color: #0669b7;
}
.Splist ul li{
	line-height: 40px;
	color: #a6a6a6;
	padding-left: 20px;
}
.Splist ul li label {
    display: inline-block;
    /* width: 120px; */
    margin-left: 30px;color:#000000;}
/* .Splist .input_disabled{
    color: #c6c6c6;
} */


.Splist input[type="radio"]:disabled {
    opacity: 0.3; /* 设置透明度为50% */
    background-color: #f5f5f5;
    color: #c6c6c6; /* 设置输入框内文字颜色为灰色 */
    border-color: #c6c6c6;
    cursor: not-allowed;
  }
  .Splist input[type="radio"]:disabled + .input-label {
    color: #c6c6c6; /* 设置输入框后面文字颜色为灰色 */
    cursor: not-allowed;

  }
.input-div{display: none;}
/* .Splist ul li label:nth-child(1){
	padding-left: 30px;
} */
.Splist ul li label input{margin-right: 5px;position: relative;}
.Splist .input-month-tab
.Splist ul li a{float:left;margin-left:20px;width: 780px;color: #3e3a39;font-size: 20px;}	
/* .Splist ul li span{float:right;width:110px;color: #3e3a39;} */
.Splist_submit{
    width: 100%;
    height: 60px;
    background-color: #0168b7;
    text-align: center;
    line-height: 60px;
	margin: 50px 0;
}
.Splist_submit input{
    border: 0;
    background-color: #0168b7;
    color: #ffffff;
    font-size: 22px;
    margin: 0 20px;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid gray;
    border-radius: 2px; /* 圆形 */
}
input[type="radio"]:checked::after {
    content: '';
    color: #fff; /* 选中后的颜色 */
    background-color: #0075ff;
    position: absolute;
    width: 13px;
    height: 13px;
    line-height: 14px;
    border-radius: 2px;
    background-image: url('../images/duigou.png');
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
}