/* body {
	background-color: #DFF7FB;
}
A:visited 
{
	TEXT-DECORATION: none;color:#333333
}
A:link {
	TEXT-DECORATION: none;color:#333333
	} */
TD
 {
	FONT-SIZE: 14px
}
.bottom
 {
	FONT-SIZE: 14px
}

/* CSS Document */
body,div,ul,li{margin:0;padding:0;}

img{border:0px;display:inline;}
ul,li{list-style:none;}

/**tabs**/
.tabPanel ul{height:30px;border-bottom:1px solid #aaa;display: flex;justify-content: space-between;list-style-type: none;padding: 0;}
.tabPanel ul li{
	float:left;margin:0 0px 0 0;border:1px solid #aaa;font-size:14px;height:29px;line-height:30px;width:143px;text-align:center;cursor:pointer;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#98DBFE;
	background:-moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#98DBFE));
flex: 1; white-space: nowrap;}
.tabPanel .hit{
	border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.pane{border:1px solid #aaa;border-top:0;min-height:100px;background-color:#fff;display:none;}
.pane p{padding:15px 15px 0 10px;}
.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;}
/* .friendly_links td{width: 25%;}
.friendly_links td div{
	height: 60px;
	border: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: centerbackground-color: #f7f8fc;
	background: -webkit-linear-gradient(top,#f5f5f7,#fefefd);
	letter-spacing:2px;
}
.friendly_links td div:hover{
background: #35b5dc;color: #ffffff;
}

.friendly_links td div span{width: 80%;margin-left: 3%;}
.friendly_links td div img{margin-left: 6%;} */

#links li{width: 50%;float: left;}
#links div{
	height: 60px;
	border: 1px solid #cce4fe;
	display: flex;
	align-items: center;
	justify-content: center;background-color: #f7f8fc;
	background: #ffffff;
	letter-spacing:1px;
	margin: 6px 3px;
	color: #0c54a0;
	font-size: 13px;
	background-image: url("../images/homePageIcon/dw_2.png");
	background-repeat: no-repeat;
	background-position: 4px;
	background-size: 8%;
}
#links div span{width: 90%;margin-left: 30px;}
#links div img{margin-left: 6%;}
#links div:hover{
	background: #0c54a0;color: #ffffff;
	background-image: url("../images/homePageIcon/dw_1.png");
	background-repeat: no-repeat;
	background-position: 4px;
	background-size: 8%;
}
.lunbo{
 width:100%;
 height:270px;
 background-image: url(../../back2/images/px.jpg);/*背景图片*/
 background-size:100% 100%; 
}
.flashing {
    animation: flash 1s infinite;
  }
  @keyframes flash {
    0% { color: red; }
    50% { color: yellow; }
    100% { color: red; }
  }
  
   * {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    .header {
        position: relative;
        height: 107px; /* 你需要的具体高度 */
        width: 100%;
        display: flex;
        background-image: url(../images/homePageIcon/toph.png); /* 替换为你的背景图像URL */
        background-repeat: no-repeat; /* 防止背景图像重复 */
        background-size: 100%;
    }
    .overlay1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/homePageIcon/top1.png);
        z-index: 1; /* 确保蒙层在背景图之上 */
        pointer-events: none; /* 如果不希望蒙层影响点击事件，可以添加这行 */
    }
    .overlay2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/homePageIcon/foot1.png);
        z-index: 1; /* 确保蒙层在背景图之上 */
        pointer-events: none; /* 如果不希望蒙层影响点击事件，可以添加这行 */
    }
    .header .header_icon_block {
        display: flex;
        flex-direction: row;
        padding-left: 160px;
    }
    .header .header_icon_block .header_icon{
        width: 380px;
        margin-top: 13px;
    }
    .header .header_icon_block .header_Mongolian{
        width: 169px;
        height: 57px;
        margin-left: 47px;
        margin-top: 35px;
    }
    .content {
        min-height: 600px;
        width: 100%;
        background-color: #fff;
        display:flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0px 0px 0px; 
    }
    .nav_bg{width: 100%;height: 36px;background: url("../images/homePageIcon/nav_bg.png"); font-weight: bold;}
    .nav_bg .nav {
        width: 80%;
        height: 36px;
        line-height:36px;
        display: flex;
        flex-direction: row;
        margin: auto;
    }
    .nav_bg .nav .list {
        height: 36px;
        padding: 0 20px;
        line-height: 36px;
        color: #0C54A0;
    }
    .nav_bg .nav .now{background: #0C54A0;color:#ffffff; }
    .nav_bg .nav .now .font1_style{color:#ffffff;}
    .list:hover {
        background-color: #0C54A0;
    }
    .list:hover a {
        color: #ffffff;text-decoration: none;
    }
    .content .content_block {
        min-height: 800px;
        width: 80%;
        display: flex;
        flex-direction: row;
        /* background-color: red; */
    }
    .content .content_left {
        width: 60%;
       /*  min-height: 591px; */
    }
    .content_left .announcement {
        width: 100%;
        /* height: 577px; */
        /* background-color: yellow; */
        padding-bottom: 20px;
    }
    .content_left .announcement .img_block {
        width: 100%;
        height: 370px;
        margin-bottom: 20px;
    }
    .content_left .img_block .lunbo {
        height: 100%;
    }
    .content_left .announcement .announcement_list_block {
    }
    li::marker {
        font-size: 7px; /* 根据需要调整大小 */
    }
    
    .content_left .note_list{ }
    .content_left .job_title{
        width: 100%;
        height: 200px;
        /* background-color: aquamarine; */
    }
    .content_left .policy{
        width: 100%;
        height: 200px;
        /* background-color: beige; */
    }
    .content .content_right {
        flex: 1;
        min-height: 500px;
        /* background-color: pink; */
        /* padding-left: 3%; */
        position: relative;
        width: 37%;
     /*    border-left: #FBBB2E 1px solid; */
    	margin-left: 3%;
    }
  /*   .content_right::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #FBBB2E;
        left: 33px;
        top: 0;
    } */
    .content_right .line_icon_block .item1{
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -3.5%;
        background-color: #ffffff;
        border: #0c54a0 3px solid;
        border-radius: 50%;
    }
    .content_right .line_icon_block .item2{
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -3.5%;
        top: 300px;
        background-color: #ffffff;
        border: #FBBB2E 2px solid;
        border-radius: 50%;
    }
    .content_right .line_icon_block .item3{
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -3.5%;
        top: 660px;
        background-color: #ffffff;
        border: #f89b1c 2px solid;
        border-radius: 50%;
    }
    .content_right .line_icon_block .item4{
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -3.5%;
        top: 940px;
        background-color: #ffffff;
        border: #ff8b4e 2px solid;
        border-radius: 50%;
    }
    .content_right .user_center{
        width: 100%;
        height: 300px;
        border-left: 2px solid #0c54a0;
        padding-left: 7%;
        /* background-color: greenyellow; */
    }
    .content_right .user-table {
        display: none;
    }
    .user-table .login_form {

    }
    .user-table .login_form .login_form_group {
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
        line-height: 36px;
      /*   padding: 5px 0px; */
    }
    
     .login_form_group .divl {
       width: 40%; 
        text-align: right;
    }
    .login_form_group .divl .label{
       text-align: right;
    }
    .login_form_group .divr {
       width: 56%;
    }
    .login_form_group .width {
        width: 175px;
    }
    .login_form_group .width1 {
        width: 100%;
        height: 28px;
    }
    .button_block {
        width: 100%;
        height: 20px;
        line-height: 20px;
    }
    .content_right .user_center .login_block {
        width: 100%;
        height: 215px;
        background-color: #F6F7FB;
        margin-top: 20px;
        border: 2px solid #e6ecf5;
    }
    .login_toggle_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        /* margin-bottom: 15px; */
    }
    .login_toggle_block .user_icon {
        width: 12px;
        height: 12px;
    }
    .change_style {
        background-color: #0C54A0;
        color: white;
    }
    .change_style #personicon{
        padding-left: 28px;
        background-image: url(../images/homePageIcon/icon1.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    .change_style1 #personicon{
        padding-left: 28px;
        background-image: url(../images/homePageIcon/icon1_1.png);
        background-repeat: no-repeat;
        background-position: left;
    }
     .change_style1 {
        background-color: #F6F7FB;
        color: #0C54A0;
    }
    .change_style #uniticon{
        padding-left: 28px;
        background-image: url(../images/homePageIcon/icon2_1.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    .change_style1 #uniticon{
        padding-left: 28px;
        background-image: url(../images/homePageIcon/icon2.png);
        background-repeat: no-repeat;
        background-position: left;
    }

    .content_right .process{
        width: 100%;
        height: 360px;
        /* background-color: purple; */
        padding-bottom: 20px;
        width: 100%;
        border-left: 2px solid #FBBB2E;
        padding-left: 7%;
    }
    .process .process_list {
        width: 100%;
       /*  min-height: 240px; */
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .process_list .item {
        width: 47%;
        height: 50px;
        border: 1px solid #3F9AFB;
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 0px;
        margin: 10px 5px 10px 5px;
       
        background-color: #0C54A0;
        color: white;
    }
   
     .process_list .item-1 {
        width: 47%;
        height: 50px;
        border: 1px solid #3F9AFB;
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 0px;
        margin: 10px 5px 10px 5px;
        background-color: #0C54A0;
    }
    .item_icon {
        width: 10%;
        height: 25px;
        padding-top: 2px;
        line-height: 20px;
        margin-left: 3%;
        margin-right: 3%;
        background-color: #0C54A0;
        color: white;
    }
    .item_icon img {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .item_icon1 {
        width: 12%;
        height: 25px;
        padding-top: 2px;
        line-height: 20px;
        margin-left: 10px;
    }
    .item_icon1 img {
        width: 100%;
        background-color: #0C54A0;
    }
    .item .item_con {
        height: 100%;
        width: 84%;
        padding-left: 0px;
        display: flex;
	    justify-content: center;
	    align-items: center;
	    
    } 
     .item-1 .item_con {
        height: 100%;
        width: 84%;
        padding-left: 0px;
        display: flex;
	    justify-content: center;
	    align-items: center;
	    
    } 
    .content_right .question{
        width: 100%;
        height: 280px;
        /* background-color: rgb(41, 15, 75); */
        padding-left: 7%;
        border-left:2px solid #f89b1c;
    }
    .content_right .document_download{
        width: 100%;
        height: 280px;
        /* background-color: grey; */
        padding-left: 7%;
        border-left:2px solid #ff965f;
    }
    .footer {
        height: 137px;
        width: 100%;
        position: relative;
        padding-top: 37px;
        background-image: url(../images/homePageIcon/foot2.png); /* 替换为你的背景图像URL */
        background-size: 100%; /* 背景图像的高度固定为500px，宽度自动调整 */
        background-repeat: no-repeat; /* 防止背景图像重复 */
        background-position: center; /* 背景图像居中显示 */
    }
    .footer .footer_content{width: 80%;margin: auto;}
    .footer .unit_block {
        width: 548px;
        height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        z-index: 10;
    }
    .footer .unit_icon {    
        padding-top: 3px;
        width: 67px;
        height: 65px;
        z-index: 10;
    }
    .footer .unit_contain {
        width: 500px;
        z-index: 10;
        margin-left: 30px;
    }
    
     .footer .unit_contain .box {
        /* 定义盒子样式，如宽度、边距等 */
        width: 100%; /* 宽度占满容器宽度 */
        height: 20px; /* 高度，根据需要设置 */
        text-align: left; /* 文字居中 */
        line-height: 20px; /* 行高与盒子高度相同，实现垂直居中 */
        border: 0px solid #000; /* 边框，仅为了视觉效果 */
    }
    .footer .unit_communication {
        height: 49px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 7px;
        color: black;
        line-height: 12px;
        position: absolute;
        right: 160px;
        bottom: 25px;
        z-index: 10;

    }
     .footer .unit_communication .box {
        /* 定义盒子样式，如宽度、边距等 */
        width: 100%; /* 宽度占满容器宽度 */
        height: 20px; /* 高度，根据需要设置 */
        text-align: left; /* 文字居中 */
        line-height: 20px; /* 行高与盒子高度相同，实现垂直居中 */
        border: 0px solid #000; /* 边框，仅为了视觉效果 */
    }
    
    
    .content_general {
        height: 34px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        margin-bottom: 10px;
        border-bottom: 2px solid #f6f6f6;
    }
   /*  .content_general ::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #F6F6F6;
        left: 0;
        bottom: -8px;
        
    } */
    .content_title_general {
    }
    .font1_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 16px;
        color: #0C54A0;
        line-height: 30px;
        text-decoration: none;
        font-weight: bold;
    }
    .font2_style {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 15px;
        color: #0C54A0;
        line-height: 36px;
        position: relative;
        margin: 0px 0px -2px 0px;
        border-bottom: 2px solid #0C54A0;
    }
   /*  .font2_style::before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #0C54A0;
        position: absolute;
        left: 0;
        z-index: 8888;
    } */
    .font3_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 7px;
        color: #0C54A0;
        line-height: 30px;
    }
    .font4_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 11px;
        color: #4D4D4D;
        line-height: 23px;
    }
    .font5_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 30px;
    }
    .font6_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 16px;
        color: #0C54A0;
        line-height: 30px;
    }
    .font7_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 16px;
        color: #8B8B8B;
        line-height: 12px;
        text-decoration-line: underline;
    }
    .font8_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 16px;
        color: #FFFFFF;
    }
    .font9_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 10px;
        color: #0C54A0;
        line-height: 13px;
        font-weight: bold;
    }
    .font10_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 10px;
        color: #4D4D4D;
        line-height: 23px;
    }
    .font11_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 11px;
        color: #4D4D4D;
        line-height: 23px;
    }
    .font12_style {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 15px;
        color: #0C54A0;
        line-height: 34px;
        position: relative;
        margin: 0px 0px -2px 0px;
        border-bottom: 2px solid #0C54A0;
    }
    .process .font12_style{ color: #fbbb2e;border-bottom: 2px solid #fbbb2e;}
    .question .font12_style{ color: #f89b1c;border-bottom: 2px solid #f89b1c;}
    .document_download .font12_style{ color: #ff965f;border-bottom: 2px solid #ff965f;}
   /*  .font12_style::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #F89C1C;
        position: absolute;
        left: 0;
        bottom: -8px;
        z-index: 8888;
    } */
    .font13_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 7px;
        color: #ffffff !important;
        line-height: 10px;
        letter-spacing: 1px;
    }
    .font14_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 10px;
        color: #0C54A0;
        line-height: 13px;
    }
    .font15_style {
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 7px;
        color: #F89C1C;
        line-height: 30px;
    }
    .border1_style {
        border: 1px solid #D5D5D5;
        padding-left: 4px;
    }
    .button1_style {
        width: 80px;
        height: 28px;
        background: #0C54A0;
        border-radius: 5px;
    }
    .line1_style {
        background: #F6F6F6;
    }
    .line2_style {
        background: #E9E9E9;
    }
    .pointer{
        cursor: pointer;
    }
    .center {
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 4px;
    }
    .flex_end {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        /* padding-bottom: 5px; */
    }
    .flex_between {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .single-line-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
   .note_list li, .job_title li, .policy li,.question li,.document_download li{
        text-indent: 20px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        font-size: 14px;
        color: #4D4D4D !important;
        line-height: 28px;
        position: relative;
    }
    .note_list li a , .job_title li a, .policy li a,.question li a,.document_download li a{color: #4D4D4D;text-decoration: none;}
    .note_list li::before,.job_title li::before,.policy li::before,.question li::before,.document_download li::before {
        content: '';
        position: absolute;
        width: 3px; /* 圆点的直径 */
        height: 3px; /* 圆点的高度，与宽度相同以形成圆形 */
        background-color: black; /* 圆点的颜色 */
        border-radius: 50%; /* 将方形转换为圆形 */
        left: 5px;
        top: 13px;

    }
    .active {
        display: block !important;
    }
    
    .content_news{width: 80%; position: absolute; top: 160px; bottom: 70px; left:10%; overflow-y: scroll;}
    .content_news .news_li{padding: 0 20px;height: 320px;}
    .content_news .news_li li{height: 30px;line-height: 30px;font-size: 14px;color: #27292a;display: flex; justify-content: space-between;position: relative;text-indent: 20px;}
    .content_news .news_li li::before{content: ''; position: absolute; width: 3px; height: 3px; background-color: black; border-radius: 50%; left: 5px; top: 13px;}
    .content_news .news_li li a {color: #27292a;}
    .content_news .page_line{padding-left: 10px;font-size: 14px;margin-top: 40px;}
    .footer_news{width: 100%;position: absolute;bottom: 0;background: #ffffff;}
    .footer_news div{height:20px; background: url('../../front/images/bk4.gif');}
    .footer_news p{text-align: center; font-size: 14px; line-height: 32px;}