@charset "UTF-8";

/*初始化代码*/
body {
  min-width: 1200px;
  background: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline-style: none;
}

input,
select,
textarea {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #E7861F;
}

p {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*内容样式*/
.main_div {
    width: 100%;
    height: auto;
    min-width: 1200px;
}

.sub_div {
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
}

.container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

/* banner */
.banner {
    position: relative;
    height: 367px;
}
.banner_bg_img {
    width: 100%;
}
.banner_con {
    position: absolute;
    width: 710px;
    bottom: 80px;
    left: 38%;
}
.banner_con_img {
    width: 100%;
}
.banner_input {
    position: relative;
    width: 400px;
    margin-top: 20px;
}
.banner_con_input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 9px;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    padding-right: 80px;
}
.banner_input_btn {
    position: absolute;
    height: 36px;
    right: 2px;
    top: 1px;
    cursor: pointer;
}

/* 审批事项列表 */
.selected_notice {
    position: relative;
    width: 100%;
    margin-top: 10px;
    min-height: 650px;
}
.selected_notice_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
}
.exam_matter_list_bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.exam_matter_title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 8px;
}
.exam_matter_name {
    font-size: 21px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #333;
    border-bottom: 3.5px solid rgba(30, 150, 255, 1);
    padding-bottom: 8px;
}
.selected_notice_ul {
    margin-top: 25px;
}
.selected_notice_item {
    width: 100%;
    height: 105px;
    background: #FFF;
    border: 1px solid rgba(143,168,199,0.54);
    box-shadow: 4px 7px 5px 0px rgba(46,89,141,0.25);
    border-radius: 8px;
    padding: 0 23px;
    margin-bottom: 18px;
    transition: all 0.5s;
}
.selected_notice_item:hover {
    transform: scale(1.03);
}
.selected_notice_a_top,
.selected_notice_a_bottom {
    height: 55px;
    display: flex;
    align-items: center;
}
.selected_notice_a_top {
    border-bottom: 1px solid #D9E8F3;
    justify-content: space-between;
}
.selected_notice_a_top_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.selected_notice_a_top_xh {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    background: #1E96FF;
    font-size: 14px;
    font-family: FZDaHei-B02S;
    font-weight: 400;
    color: #FFF;
    margin-right: 8px;
}
.selected_notice_a_top_btn1,
.selected_notice_a_top_btn2 {
    border-radius: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    display: inline-block;
    padding: 2px 10px;
}
.selected_notice_a_top_btn1 {
    color: #1E96FF;
    border: 1px solid rgba(30,150,255,0.4);
    margin-right: 10px;
}
.selected_notice_a_top_btn1:hover {
    background: #1E96FF;
    color: #fff;
}
.selected_notice_a_top_btn2 {
    color: #F1A32D;
    border: 1px solid rgba(241,163,45,0.4);
}
.selected_notice_a_top_btn2:hover {
    background: #F1A32D;
    color: #fff;
}
.selected_notice_a_top_s1 {
    font-size: 16px;
    font-family: FZDaHei-B02S;
    color: #1E1E1E;
    font-weight: bold;
}

.selected_notice_a_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.selected_notice_a_b1 {
    margin-right: 50px;
}
.selected_notice_a_b_s1,
.selected_notice_a_b_s2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.selected_notice_a_b_s1 {
    color: rgba(30, 30, 30, .6);
}
.selected_notice_a_b_s2 {
    color: #1E1E1E;
}
.pagenation {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
.pagenation_a1,
.pagenation_a2,
.pagenation_s1,
.pagenation_s2 {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666;
}
.pagenation_a1,
.pagenation_a2 {
    background-color: #fff;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
}
.pagenation_a1:hover,
.pagenation_a2:hover {
    color: #fff;
    background-color: #1E96FF;
}
.pagenation_a1 {
    width: 30px;
}
.pagenation_a2 {
    padding: 0 6px;
}

@media  (min-width: 1910px) and (max-width: 1930px) {
    .banner {
        height: 459px;
    }
    .banner_con {
        width: 810px;
        bottom: 115px;
    }
    .banner_input {
        width: 450px;
    }
    .banner_con_input {
        height: 50px;
        font-size: 17px;
        padding-right: 100px;
    }
    .banner_input_btn {
        height: 47px;
    }
    .selected_notice_a_top_s1 {
        font-size: 18px;
    }
    .selected_notice_a_b_s1, .selected_notice_a_b_s2 {
        font-size: 16px;
    }
}