:root{
    --color:#2d66a5
}
*{
    margin: 0px;
    padding: 0px;
   box-sizing: border-box;
}
html,body{
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1200px;
    outline: none;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    color: var(--color);
}
ul,li{
    list-style: none;
}
.xxgk_body{
    background: url(../images/banner_bg.png) top center no-repeat;
}
.xxgk_body .main{
    width: 1100px;
    margin: 0px auto;
}
.xxgk_body .logo{
    margin-top: 50px;
}
.xxgk_body .banner_text{
    text-align: center;
    margin-top: 80px;
}
.xxgk_body .bghui{
    background-color: #f2f2f2;
    padding: 40px;
    margin-top: 60px;
}
.xxgk_body .search_box{
    background: url(../images/search_bg.png) center center no-repeat;
    height: 51px;
    margin-top: 50px;
    text-align: center;
    padding-top: 5px;
}
.xxgk_body .search_box .search_input{
    border:0px;
    width: 430px;
    height: 40px;
    line-height: 40px;
    outline: none;
    display: inline;
    font-size: 16px;
}
.xxgk_body .search_box .search_img{
    vertical-align: middle;
    display: inline;
}
.xxgk_body .flex_box{
    display: flex;
    justify-content: space-between;
}
.xxgk_body .left_menu{
    width: 240px;
}
.xxgk_body .left_menu li{
    margin-bottom: 15px;
    border: 1px solid rgb(228, 228, 228);
    background-color: #fff; 
}
.xxgk_body .left_menu li:last-child{
    margin-bottom: 0px;
}
.xxgk_body .left_menu li >a{
    display:flex;
    padding: 15px;
    align-items: center;
}
.xxgk_body .left_menu li a p{
    font-size: 23px;
    color: var(--color);
    margin-left:20px;
    flex:1;
}
.xxgk_body .left_menu li a img{
    width: 43px;
    
}
.xxgk_body .left_menu li a span{
    display: block;
    width: 25px;
    height: 60px;
    
}
.xxgk_body .left_menu li a .jia{
    background: url(../images/left_jia.png) center center no-repeat;
}
.xxgk_body .left_menu li a .jian{
    background: url(../images/left_jian.png) center center no-repeat;
}
.xxgk_body .left_menu li > a:hover{
    background-color: var(--color);
}
.xxgk_body .left_menu li > a.act{
    background-color: var(--color);
}
.xxgk_body .left_menu li a:hover p{
    color: #fff;
}
.xxgk_body .left_menu li a.act p{
    color: #fff;
}
.xxgk_body .left_menu li a.act span{ 
    background: url(../images/left_jian.png) center center no-repeat;
}
.xxgk_body .left_menu li:hover a span{ 
    background: url(../images/left_jian.png) center center no-repeat;

}
.xxgk_body .sub_menu{
    display: none;
}
.xxgk_body .sub_menu a{
    display: block;
    color: #666;
  
    padding: 15px;
}
.xxgk_body .sub_menu a:hover{
    background-color: #f2f2f2;
    color: var(--color);
}
.xxgk_body .sub_nav{
    display: none;
}
.xxgk_body .sub_nav a{
    padding-left: 40px;
    font-size: 14px;
}
.xxgk_body .sub_menu i{
    width: 20px;
    height: 20px;
    font-style: normal;
    display: block;
    float: left;
    padding: 10px;
    padding-top: 12px;
    padding-right: 25px;
}
.xxgk_body .sub_menu .jiahao::before{
    content: "+";
    display: inline-block;
    font-size: 20px;
    color: var(--color);
}

.xxgk_body .sub_menu p.act>a{
    background-color: #f2f2f2;
    color: var(--color);
}
.xxgk_body .sub_menu p.act> .jiahao::before{
    content: "-";
    display: inline-block;
    font-size: 20px;
    color: var(--color);
}
.xxgk_body .sub_menu .dian::before{
    content: "•";
    display: inline-block;
    font-size: 20px;
    color: var(--color);
    width: 15px;
    text-align: center;
}
.xxgk_content{
    margin-top: 60px;
}
.xxgk_body .right_main{
    background: #fff;
    width: 750px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
}
.xxgk_body .speedlink{
    text-align: right;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 40px;
    color: #888;
}
.xxgk_body .speedlink a{
    color: #888;
}
.xxgk_body .news_list1 a{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    
}
.xxgk_body .news_list1 a p{
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxgk_body .news_list1 a  span{
    color: #888;
}
.pagination{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	font-size: 14px;
}


.page-link {
  position: relative;
  display: block;
  height: 35px;
  padding:0px 14px;
  color: #666;
  background-color: #eaeaea;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  margin: 0px 6px;
}
.page-link:hover{
background-color: var(--color);
	color: #FFF;
}
.active .page-link{
	background-color:var(--color);
	color: #FFF;
}
footer{
    border-top: 15px solid var(--color);
    padding: 20px 0px;
    font-size: 14px;
    color: #666;
}
footer .footer_link{
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}
footer .footer_link a{
    color: #666;
}
footer .footer_link img{
    display: inline;
    vertical-align: middle;
}
.footer_img{
    text-align: center;
}
.footer_img img{
    margin:0px 10px;
    display: inline;
}
.nomarginbottom{
    margin-bottom: 0px !important;
}
.xxgk_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
   color: var(--color);
   margin-top: 20px;
}
.xxgk_date{
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
    padding: 15px 0 25px;
    font-size: 14px;
    color: #4d4d4d;
}
.xxgk_content_box{
    margin: 20px 0;
    max-height: 940px;
    padding-right: 20px;
    line-height: 200%;
    overflow-y: auto;
}
.xxgk_content_box::-webkit-scrollbar{
    width: 10px;
  
}

.xxgk_content_box::-webkit-scrollbar-thumb {
    background: var(--color); /* 滑块颜色*/
    border-radius: 5px; /*  滑块圆角*/
}

.xxgk_content_box::-webkit-scrollbar-thumb:hover {
    background: #f40; /*  鼠标移入滑块变红*/
}

.xxgk_content_box::-webkit-scrollbar-track {
    border-radius: 10px; /*  轨道圆角*/
    background-color: #f4f4f4 /*  轨道颜色 */
}
.list_table .t_order{
   
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #0f5a9b;
    font-size: 20px;
    color: #333333;
    height: 70px;
    width: 60px;
  
    font-weight: bold;
}
.list_table .order{
    text-align: center;
}
.list_table .t_title{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #0f5a9b;
    font-size: 20px;
    color: #333333;
    
    font-weight: bold;
}
.list_table .t_download{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #0f5a9b;
    font-size: 20px;
    color: #333333;
    width: 180px;
    font-family: SimSun;
    font-weight: bold;
}
.list_table .info p{
    font-weight: bold;
}
.list_table .info span{
    color: var(--color);
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
}
.list_table .link{
    text-align: center;
}
.list_table .link a{
    font-size: 14px;
}
.list_table td{
    padding:20px 10px;
}
.list_table tr:nth-child(odd){
    background-color: #f4f4f4;
}
.list_box{
    margin-top: 40px;
}
.class_name{
    line-height: 35px;
    height: 35px;
}
.class_name span{
background-color: var(--color);
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 0px 20px;
text-align: center;
line-height: 35px;
    height: 35px;
    display: inline-block;
}
.class_name{
    border-bottom: 2px solid #ddd;
}
.list_more{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    background: #e7e7e7;
    margin-top: 20px;
    margin-bottom: 22px;
    display: block;
}
.area_table{
    width: 100%;
}
.area_table td{
    width: 33%;
    padding: 20px;
}
.area_table tr:nth-child(even){
    background-color: #f4f4f4;
}
.area_table tr td{
    border-left: 1px solid #ddd;
}
.area_table tr td:first-child{
    border: 0px;
}
.tips{
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    margin-top: 10px;
    font-size: 14px;
    background-color: #eeeeee;
}
.form_tabs{
    margin-top: 20px;
}
.form_tabs li{
    display: inline-block;
    color: #acacac;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 4px;
    padding: 0 20px;
    cursor: pointer;
}
.form_tabs li.act {
    background-color: #33589d !important;
    color: #fff !important;
}
.form_box{
    display: none;
}
.form_box.act{
    display: block;
}
.form_item{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.form_item span{
    width: 110px;
    display: block;
    font-size: 14px;
    color: #666;
    text-align: right;
    margin-right: 20px;
}
.form_item p{
    width: calc(100% - 160px);
    font-size: 14px;
}
.inp{
    width: calc(100% - 160px);
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    outline: none;
}
.form_item i{
    font-style: normal;
    color: red;
    margin-left: 10px;
}
.sel{
    width: calc(100% - 160px);
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    outline: none;
    color: #666;
}
.biginp{
    width: calc(100% - 140px);
    border: 1px solid #ddd;
    line-height: 24px;
    text-indent: 20px;
    outline: none;
    resize: none;
}
.sminp{
    width: 120px;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    outline: none;
    margin-right: 10px;
}
.submit_btn{
    background-color: var(--color);
    color: #fff;
    width: 120px;
    text-align: center;
    border: 0px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    margin-top: 20px;
}
.success_icon{
    text-align: center;
    color: var(--color);
    margin-top: 100px;
}
.success_icon img{
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
.success_text{
    text-align: center;
    margin-top:40px;
}
.success_text >p{
    color: var(--color);
    margin-top: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success_text >h1{
    color: #333;
    font-weight: 400;
}
.success_text > span{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}
.success_text button{
    background: #fff;
    border: 0px;
    color: var(--color);
    width: 50px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    border: 1px solid var(--color);
    border-radius: 4px;
    margin-left: 10px;
}
.success_text button:hover{
    background-color: var(--color);
    color: #fff;
}
.success_text .toast{
    color: #666;
    margin-left: 10px;
    font-size: 14px;
    display: none;
}
.jieguo_box .form_item{
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}
.jieguo_box .form_item p{
    color: #666
}
.jieguo_box .huifu_item span{
    color: var(--color);
}
.jieguo_box .huifu_item p{
    color: #333
}
