html{
    min-width:1280px;
    width:100%;
}

.top{
    /* background: rgb(0 0 0 / 30%); */
    
    width: 100%;
    height: 120px;
    position: fixed;
    /* background: url(../img/topmask.png)center repeat-x; */
    background:linear-gradient(0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%);
    z-index: 9999;
}
/* .top img{ */
/* .top .logo{
    width: 360px;
    height: 70px;
    padding: 0 20px;
    float: left;
    margin-top: 35px;
    transition: all .6s;
} */
.top .logo{
    width: 300px;
    height: 70px;
    padding: 0 20px;
    float: left;
    margin-top: 35px;
    transition: all .6s;
}
.nav{
    flex:1;
}
.nav .main_menu{
    margin-top: 50px;
    width: 100%;
    display: flex;
    text-align: center;
    transition: all .6s;
}
.nav .zoomin{
    height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    cursor:pointer;
    width:13%;
    float: left;
}
.menu{
    position: absolute;
    width:100%;
    top: 50px;
    display: none;
    /* background: linear-gradient(#213763,rgba(24, 27, 68, 0.7)); */
    background: #ffffffe8;
    text-align: center;
    box-shadow:0px 0px 3px #ccc;
    border-radius:0px 0px 5px 5px;
}
.menu li{
    height: 37px;
    top: 20px;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 37px;
    font-weight: normal;
    padding: 2px 0;
    width:100%;
    color: #333;
}
.menu li:hover{
    background: #3660b4;
    color: #fff;
    transition: all .3s;
}
/* nav动画效果 */
.logof{
    /* display:none; */
    width: 295px;
    height: 55px;
    position: relative;
    top: 0px;
}
/* .nav_bg .logof{
    position: absolute;
    display: block;
}
.nav_bg .logo{
    display: none;
} */
.img_active{
    top: 4px;
    width: 295px;
    height: 55px;
    transition: all .6s;
}
.nav_bg{
    width: 100%;
    height: 80px;
    /* background: #213763; */
    /* background: rgb(33 55 99 / 70%); */
    background: rgb(15 78 153 / 80%);
    display: block;
    transition: all .6s;
    z-index: 9999;
}
.nav_bg .main_menu{
    margin-top: 30px;
}
.nav_bg .img_bg{
    width: 295px;
    height: 55px;
    float: left;
    margin-top: 15px;
    transition: all .6s;
}
.zoomin div{
    width: 0;
    position: absolute;
    top: 47px;
    left: 0px;
    transition: all .7s;

}
.zoomin:hover div{
    width: 97%;
    border: 2px solid #e60013;
    transition:all 0.35s ease-in-out;
}

.hh{
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    background: white;
    /* overflow: auto; */
    outline: none;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    background-attachment: fixed;
}
.vv{
    overflow: hidden;
    top: 0px;
    background-position-y: 0%;
    height: auto;
    position: absolute;
}
/* 轮播图 */
.lbt{
    width: 100%;
    height: 100vh;
    min-width:1440px;
}
.lbt .focus .next{
    top: 100%;
}
.lbt .focus .prev{
    top: 100%;
}
.lbt .focus{
    width: 100%;
}
.lbt .focus .fbg{
    /* bottom: -510px; */
    bottom: -380px;
}
.lbt .focus_img1 img{
    width:100%;
    height:970px;
}



/* 内容 */
.content{
    /* height: 540px; */
    height: 650px;
    background: url(../img/bg1.jpg);
    padding-top: 30px;
}
.content .box{
    margin-top: 0px;
}
.content_list .box{
    padding-top: 10px;
}
.con_tit{
    float: left;
    padding-left: 10px;
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    letter-spacing: 3px;
    border-left:5px solid #3660b4;
}

.clearfloat:after{
    clear: both;
}
.clearfloat:before, .clearfloat:after {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}
.tit_logo{
    position: relative;
}

.b_tit_wyh .tit_logo:before {
    display: inline-block;
    width: 5px;
    content: '';
    height: 30px;
    position: absolute;
    left: -145px;
    top: 0px;
    background-image: -webkit-linear-gradient(bottom, #213763, #3660b4);
}
.more{
    float: right;
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background:url(../img/more_bg.png);
}
.more p{
    padding-left: 20px;
}



.left_img {
    width: 55%;
    height: 445px;
}
.right_list{
    width: 43%;
}
.right_list1{
    width: 51%;
}
.left_list {
    width: 43%;
}
.left_list .in_list_new{
    width: 100%;
}
/* .left_list .in_list_new{
    padding: 0 20px;
} */
.left_list .in_list{
    border: none;
    padding: 0;
}
.left_list .in_list_new{
    /* padding-bottom: 5px; */
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px dashed #e5e5e5;
}
.left_list .in_list_new h3{
    padding-bottom: 10px;
    padding-top: 10px;
}
.more1{
    float: right;
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.more1 a{
    padding-left: 20px;
    color: #333;
}
.more1 .iconfont{
    color: #213763;
    padding-left: 5px;
}




.in_list {
    border: 1px solid #e5e5e5;
    padding: 9px;
    margin-bottom: 12px;
}

.in_list_time {
    float: left;
    width: 80px;
    text-align: center;
    margin-top: 8px;
    margin-right: 14px;
    padding-right: 5px;
    border-right: 1px solid #e5e5e5;
}

.day {
    font-size: 30px;
    background: #084898;
    color: #fff;
}

.month {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    background: #f1efef;
    color: #084898;
}

.in_list_new {
    flex:1;
}

.in_list_new h5 {
    font-size: 20px;
    margin: 5px 0px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.in_list_new p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in_list_new h5 a{
    color: #333;
    transition: all .3s;
}
.in_list_new h5 :hover{
    color: #3a558a;
    padding-left: 5px;
    transition: all .3s;
}
.in_list_new h3{
    font-size: 14px;
    color: #999;
    font-weight: normal;

}


.video_bg{
    /* width: 100%;
    height: 490px;
    background: url(../img/video_img.png);
    background-size:cover; */
    position: relative;
    width: 100%;
}
.v_left{
    width:70%;
    float: left;
    margin-top:75px;
}
.blue_bg{
    top: 30px;
    left: 100px;
    bottom: -33px;
    right: 10px;
    overflow: hidden;
    z-index: -1;
    width: 90%;
    position: absolute;
}  
.blue_bg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 20px;
    bottom: 2px;
    right: 0px;
    z-index: 0;
    background: #004a98;
    transform-origin: bottom left;
    transform: skewX(154deg);
    transition: .5s;
}
.v_left .v_mp4{
    width:100%;
    height:365px;
}
.v_left .v_mp4 video{
    width:100%;
    height:100%;
    display: block;
    object-fit: fill;
}
.v_right{
    width:28%;
    float: right;
    margin-top:75px;
    box-sizing:border-box;
    margin-right: 3px;
}
.v_right .xc_p_bob{
    width:100%;
    background:#032e64;
    margin-bottom:15px;
    padding:15px 15px 5px 15px;
    box-sizing:border-box;
}
.v_right .xc_p_bob .xc_p_img{
    width:100%;
    height: 125px;
}
.v_right .xc_p_bob .xc_p_img img{
    width:100%;
    height: 100%;
}
.v_right .xc_p_bob p{
    height:30px;
    line-height:30px;
    color:#fff;
}
.mtbd{
    float: right;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 44px;
    margin-right: 10px;
    /* width: 230px;
    height: 145px; */
    width: 250px;
    height: 192px;
}
.mtbd .video2{
    background: url(../img/video2.jpg);
    background-size: 100% 100%;
    /* width: 210px;
    height: 100px; */
    width: 230px;
    height: 140px;
    margin-left: 10px;
    margin-top: 5px;
}
.mtbd p{
    margin-top: 10px;
    margin-left: 15px;
    letter-spacing: 3px;
    color: #fff;
}
.mtbd:last-child{
    margin-top: 22px;
}

/* 小图轮播 */
.xyfg{
    width:100%;
    overflow: hidden;
    position: relative;
    height:270px;
  }
  .swiper-slide{
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height:240px;
  }

.xyfg_img{
    width:100%;
    height:210px;
    overflow: hidden;
    background:#eee;
    position: relative;
  }
.xyfg  .swiper-slide img
 {
    width: 100%;
    height: 100%;
  }
.xyfg_t{
    position:absolute;
    bottom:16px;
    color:#fff;
    background:rgba(000, 000, 000, 0.6);
    width:100%;
    padding:8px 0px;
    font-size:15px;
    /* opacity:0; */
    display: none;
}

/* 动画放大图片 */
.a_iscale img{transition: all 0.4s;}
.a_iscale:hover img{transform:scale(1.2);}


/* 底部 */
.footer_nav{
    width: 100%;
    height: 40px;
    background: #084898;
    min-width:1440px;
}
.footer_nav .f_menu1{
    display: flex;
    text-align: center;
    transition: all .6s;
}
.footer_nav .zoomin{
    padding-top: 10px;
    flex: 1;
    font-size: 16px;
    color: #fff;
    cursor:pointer;
    display: block;
    position: relative;

}
.f_menu2{
    position: absolute;
    bottom: 31px;
    left: 90px;
    width: 180px;
    z-index: 999;
    display: none;
    background: #fff;
    box-shadow: 2px -2px 5px #7f94c0;
    
}
.f_menu2 li{
    height: 40px;
    top: 20px;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 37px;
    font-weight: normal;
    padding: 2px 0;
    color: #112141;
    overflow: hidden;
}
.f_menu2 li:hover{
    background: #3660b4;
    transition: all .3s;
    overflow: hidden;
    color: #eee;
}
.zoomin .iconfont{
    padding-left: 20px;
}


.list_bottom{
    margin-top: -220px;
    margin-bottom: -30px;
    position: relative;
    z-index: -1;
}
.list_bottom img{
    width: 100%;
    height: 100%;
}
.footer{
    width: 100%;
    height: 250px;
    background: #135ab3;
    min-width:1440px;
}
.footer .box{
    display: flex;
    padding-top: 65px;
}
.footer .box1{
    display: flex;
    padding-top: 65px;
}
.footer_img{
    width: 400px;
    height: 80px;
    flex: 1;
    text-align: center;
    padding-top: 15px;
}
/* .footer_img img{
    width: 400px;
    height: 80px;
} */
.address_tel{
    width: 400px;
    flex: 1;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
}
.address_tel p{
    margin-bottom: 12px;
    padding-left: 35px;
}
.footer_right{
    width: 400px;
    text-align: center;
    border-left: 1px dashed #c0c0c0;
    margin-left: 130px;
}
.footer_right li{
    float: right;
    margin-right: 80px;
}
.wchat .zoomin{
    position: relative;
}
.wchat .wchat_ewm{
    position: absolute;
    bottom: 50px;
    left: -28px;
    width: 180px;
    z-index: 999;
    display: none;
}
.wchat .wchat_ewm img{
    width: 100px;
    height: 100px;
}












.ftb{
    width: 100%;
    height: 40px;
    background: rgb(0 0 0 / 30%);
    margin-top: 50px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
}




/* list页面 */
.ban{
    width: 100%;
    height: 430px;
    position: relative;
    min-width:1440px;
}
.ban img{
    width: 100%;
    height: 430px;
}
.ban .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    height: 100px;
    background: url(../img/txt_bg.png) left center / 50% 100% no-repeat;
    color: #fff;
}
.txt .txt_tit{
    font-size: 35px;
    color: #fff;
    line-height: 100px;
    overflow: hidden;
    float: left;
    font-weight: 400;
    margin-right: 30px;
    margin-left: 30px;
}
.txt .txt_cur{
    line-height: 100px;
    color: #fff;
    font-size: 16px;
}

/* 内容 */
.middle{
    width: 100%;
    height: calc(100% - 720px);
    background: #f5f5f5;
}
.middle .box{
    padding-top: 60px;
}
.middle .box1{
    padding-top: 60px;
}
.col_l{
    width: 250px;
    float: left;
    margin-bottom: 47px;
}
.snv{
    width: 240px;

    background: #213763;
    padding-top: 45px;
}
.snv .snv_list{
    width: 240px;

    background-color: #fff;
    margin-left: 10px;
    z-index: 2;
}
.snv_list li{
    /* width: 100%; */
    height: 60px;
    line-height: 60px;

}
.snv_list li a{
    display: block;
    margin: 0 30px;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.snv_list .xz_list a{
    color: #3660b4;
    font-weight: bold;

}
.snv_list li a::after{
    content: "";
    position: absolute;
    left: -30px;
    width: 3px;
    top: 17px;
    bottom: 17px;
    background-color: transparent;
    transition: all 0.3s ease 0s;
}
.snv_list li a:hover{
    color: #3660b4;
    font-weight: bold;
}
.snv_list li a:hover::after{
    background-color: #ffae45;
}

.list_nr{
    float: right;
    width: calc(100% - 280px);
    position: relative;
    top: 100px;
    /* opacity: 0;
    visibility: hidden; */
    transition: 0.7s;
}
.list_nr .b_tit{
    margin-top: -30px;
    margin-bottom:10px;
    padding-top: 30px;

}
.b_tit{
    width: 100%;
}

.ul_list{
    margin: 52px 0px 40px;
}
.list_img{
    float: left;
    width: 350px;
    height: 230px;
    overflow: hidden;
}
.list_img img{
    width: 350px;
    height: 230px;
    transition: all .6s;
}
.ul_list .in_list_new{
    width: calc(100% - 425px);
    height: 207px;
    background:#fff ;
    padding: 23px 44px 0px 30px;
}
.ul_list .in_list_new h5 a{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.ul_list .in_list_new p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}
.ul_list .in_list_new h3 span{
    font-size: 16px;
    color: #797979;
    padding: 0 0 23px 0;
    position: relative;
}
.ul_list .in_list_new h3 span::after {
    content: "";
    background: #213763;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    bottom: 0px;
    transition: all 0.3s ease 0s;
}
.ul_list .list_on1{
    height: 230px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 6px #ccc;
}
.ul_list .list_on1{
    margin-bottom: 20px;
    box-shadow: 3px 3px 6px #ccc;
}
.list_on1:hover img{
    transform:scale(1.1);
    transition: all .6s;
}
.list_on1:hover .in_list_new{
    background: #213763;
    transition: all .6s;
}
.list_on1:hover .in_list_new h5 a{
    color: #fff;
    transition: all .6s;
}
.list_on1:hover .in_list_new p{
    color: #eeeeee;
    transition: all .6s;
}
.list_on1:hover .in_list_new h3 span{
    color: #eeeeee;
    transition: all .6s;
}
.list_on1:hover .in_list_new ::after {
    background: #fff;
    transition: all .6s;
}
.ul_list .list_on2{
    height: 120px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 6px #ccc;
}
.list_on2 .list_day{
    float: left;
    width: 150px;
    text-align: center;
}
.list_day .day{
    height: 70px;
    line-height: 70px;
}
.list_day .month{
    height: 50px;
    line-height: 50px;
}
.list_on2 .in_list_new{
    width: calc(100% - 224px);
    height: 97px;
    background:#fff ;
    padding: 11px 44px 12px 30px;
}
.list_on2 .in_list_new p{
    font-size: 16px;
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}
.list_on3{
    background: #fff;
    padding: 18px;
    margin-bottom: 15px;
}
.list_on3 h5{
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    transition: all .6s;
}
.list_on3 .time{
    font-size: 14px;
    color: #5f5f5f;
    padding-left: 10px;
}
.list_on3:hover h5{
    margin-left: 5px;
    color: #004090;
    transition: all .6s;

}



/* 内容页 */
.nr_l{
    background:#fff;
    padding:12px;
    box-shadow:0px 0px 4px #c8c8c8;
    border-radius:3px;
}
.nr_l .nr_tit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.nr_l .nr_info{
    /* width: 100%; */
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 16px;
    padding: 10px;
    /* padding-bottom: 16px; */
    border-bottom: 2px solid #213763;
}
.nr_l .nr_txt{
    padding: 15px 10px;
    color: #333;
    font-size: 18px;
    text-indent: 2em;
}
.nr_l .nr_txt p{
    padding-bottom: 20px;
    line-height: 38px;
}
.nr_l .nr_txt img{
    max-width: 100%;
    height: auto;
  
}


/* 学校简介 */
.page{
    margin: 0px 0px 40px;
}
.page p{
    padding: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}
.nr_l img {
    max-width: 100%;
 
}





/* 委员会 */
.page_wyh .part{
    margin-bottom: 30px;
}
.part p{
    margin-bottom: 10px;
    line-height: 32px;
}
.part span{
    font-weight: 700;
}


/* 学校视频 */
.xxmv{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
}

/* 学校章程 */
.xxzc img{
    width: 1000px;
    height: auto;
    margin-top: 20px;
}

/* 学校师资 */
.teacher{
    padding: 25px;
    background: #fff;
    margin-top: 30px;
}

.laoshi{
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 3px #e7e7e7;
    margin-bottom: 50px;
    border-radius: 5px;
}
.teacher_img{
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.t_img img{
    width: 160px;
    height: 100%;
}

.teacher_txt{
    float: right;
    width: 75%;
    height: 100%;
    padding-top: 10px;
}
.laoshi h4{
    text-align: center;
}


/* 下滑显示动画 */
.testfadein{
    opacity: 1;
    visibility: hidden;
    transition: 0.7s;
    position: relative;
    top: 100px;
}
.listshow{
    visibility: visible;
    top: 0;
    opacity: 1;
}



/* 搜索 */
#search{
    float: right;
    height:100px;
    text-align:right;
    width:50px;
    transition: all linear 0.4s;
}
#search input{
    height:35px;
    background:none;
    border-bottom:1px solid #fff;
    color:#fff;
    width:0px;
    /* display:none; */
    vertical-align:text-bottom;
    transition: all linear 0.4s;
}
#search img{
    width: 35px;
    height: auto;
    margin-top: 44px;
    vertical-align:bottom;
}
.nav_bg #search{
    margin-top:-20px;
}
#searchBox{
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 200px;
    background: rgba(0,0,0,0.6);
}
#search_box{
    margin: 0 auto;
    padding-left: 55px;
    width: 665px;
    height: 46px;
    background: #fff url(../img/ss.png) no-repeat 10px center;
    border-radius: 5px;
}
#search_box input {
    float: left;
    width: 470px;
    height: 46px;
    font-size: 16px;
}
#search_box span {
    margin: 4px;
    float: right;
    width: 128px;
    line-height: 38px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #3660b4;
    cursor: pointer;
}

/* 搜索列表页 */
.m-search{
    overflow: hidden;
    padding: 37px 0;
    background-color: #fff;
}
.m-searchl{
    width: 66%;
    margin: 0 auto;
    border-bottom: 2px solid #3b4c99;
    position: relative;
}
.m-searchl .inp{
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    border: none;
}
.m-searchl .tijiao{
    position: absolute;
    top: 20%;
    right: 0;
    margin-top: -12px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/ss.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
    font-size: 0;
}
.search_list{
    width: 100%;
}


.serch_left{float:left;width:930px;margin-right:15px;}
.serch_right{float:left;width:210px;background:red}
.s_nav-bg{background:#135ab3;height:40px;line-height:40px;padding-left:15px;}
.s_nav-bg a{display:inline-block;margin:0 5px;color:#fff;font-size:16px;padding:0px 15px;}
.s_nav-bg a:hover{background:#135ab3;}
.s_nav-bg .currCond{color:#f9ff00;font-weight:bold;}

.result_info_box{border-bottom:1px dashed #eee;padding:10px;}
.result_info_box .info_title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #135ab3;
}
.result_info_box b{color:red !important;font-weight:normal;}
.result_info_box .info_content p.text_content{width: 100%;max-height: 60px;line-height: 20px;overflow:hidden;font-size: 15px;line-height: 30px;}
.result_info_box .info_btm{color: #999999;width: 100%;height: 30px;line-height: 30px;overflow: hidden;}
.result_info_box .info_btm span{margin-right:20px;}

.result_info_box .info_content .text_content{max-height: 70px;overflow:hidden;}
.result_info_box .info_content .text_content p{line-height:24px !important;font-size:14px !important;}
.result_info_box .info_content .text_content span{line-height:24px !important;font-size:14px !important;}
.result_info_box .info_content .text_content img{display:none;}


.tith2{background: #135ab3;font-size: 16px;color: #ffffff;height:40px;line-height:40px;text-align: left;padding-left:15px;}

.serch_right .u_list{ background:#fff; padding:10px 0; text-align: left;}
.serch_right .u_list li{ background:url(../img/rh_07.jpg) 20px center no-repeat; padding-left:35px; line-height:20px; font-size:110%; margin:8px 0; vertical-align:top;text-align: left;}
.serch_right .u_list li.on{/* background:url(../img/00_17.jpg) 20px center no-repeat;*/text-align: left;}
.serch_right .u_list li.on a{ color:#22518a;}
.serch_right .u_list li a{ color:#000;}
.serch_right .u_list li a:hover{ color:#22518a;}

.serch_right .u_list_2{ background:#fff; padding:20px 0 20px; margin-top:10px;}
.serch_right .u_list_2 li{padding:8px 0; padding-left:35px; line-height:20px; font-size:110%; vertical-align:top;}
/*.serch_right .u_list_2 li.on{ background:url(../img/00_18.jpg) 20px center no-repeat #941e23; }*/
.serch_right .u_list_2 li.on a{ color:#fff; font-style:italic; text-decoration:underline;}
.serch_right .u_list_2 li.on a:hover{ color:#fff;}
.serch_right .u_list_2 li a{ color:#555;}
.serch_right .u_list_2 li a:hover{ color:#22518a;}

.serch_right .u_list_0603 li{ background-position:20px 11px; padding:0 10px; text-align: left; }
.serch_right .u_list_0603 li h2{ font-size:110%; padding-left:25px; border-bottom:1px solid #ddd; line-height:1.8;text-align: left;font-weight:normal;}
.serch_right .u_list_0603 li .child{ padding-left:25px; margin:10px 0 20px; text-align: left; }
.serch_right .u_list_0603 li .child a{ display:block; margin-bottom:15px; background:url(../img/s0_07.jpg) no-repeat left center; padding-left:15px;}
.serch_right .u_list_0603 li .child .search_on{
    color: #3f82d3;
}
@media screen and (min-width:380px){

body{
	width:100%;
	max-width:100%;
}

}

@media screen and (min-width:1000px) {
    .testfadein{
        visibility: visible;
    }
}
.fy{
    text-align:center;
    padding-bottom: 36px;
    background: #f5f5f5;
}
.pagination{
    margin: 0 auto;
}

.pagination {
    display: inline-block;
    margin: 5px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #184178;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    color: #184178;
    background-color: #eeeeee;
    border-color: #dddddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #184178;
    border-color: #184178;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
  }

.pagination {
    margin: 0 auto;
    text-align: center;
}
