@charset "utf-8";

/*全局控制*/

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
    background: #eee;
}


/*重置浏览器设置*/

h1,
h2,
h3,
h4,
ul,
ol,
li,
dl,
dt,
dd,
input,
img,
p,
button,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 185px;
    overflow: hidden;
    background-image: url(../images/head_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header .head_box {
    width: 1200px;
    height: 185px;
    margin: 0 auto;
}

.header .head_box .logo {
    float: left;
    width: 642px;
    height: 185px;
    overflow: hidden;
}

.header .head_box .logo a {
    display: inline-block;
}

.head_box .logo img {
    vertical-align: middle;
}

.head_box .search_box {
    float: right;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px 10px;
    width: 332px;
    height: 50px;
    padding-left: 8px;
    margin-top: 60px;
}

.head_box .search_box .input_new {
    float: left;
    width: 170px;
    height: 50px;
    font-size: 16px;
    border: 0;
    background: 0;
}

.head_box .search_btn {
    float: right;
    width: 40px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 10px;
    border: none;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    cursor: pointer;
    margin-right: 20px;
}

.menunav {
    width: 100%;
    height: 196px;
    background: #fff;
}

.menunav .menu_list {
    width: 1200px;
    height: 196px;
    margin: 0 auto;
}

.menunav .menu_list .ac_item {
    float: left;
    margin: 28px 20px 0 20px;
    width: 160px;
    height: 140px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
}

.menu_list .ac_item:hover {
    box-shadow: 0px 0px 14px 1px rgba(0, 66, 255, 0.2);
}

.menu_list .ac_item img {
    margin: 36px 0 10px 0;
}

.menu_list .ac_item p {
    font-size: 18px;
    color: #585858;
}

.menunav .menu_list .in {
    background: #2749aa;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.3);
}

.menu_list .in p {
    color: #fff;
}

.icon {
    width: 40px;
    height: 42px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.in .icon {
    background: #2749aa;
    background-image: url("../images/icon1-1.png");
}

.icon2 {
    width: 38px;
    height: 42px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.in .icon2 {
    background: #2749aa;
    background-image: url("../images/icon2-1.png");
}

.icon3 {
    width: 42px;
    height: 42px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-size: 42px 42px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.in .icon3 {
    background: #2749aa;
    background-image: url("../images/icon3-1.png");
    background-size: 42px 42px;
}

.icon4 {
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-size: 42px 42px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.in .icon4 {
    background: #2749aa;
    background-image: url("../images/icon4-1.png");
    background-size: 42px 42px;
}

.icon5 {
    width: 43px;
    height: 43px;
    background-image: url(../images/icon5.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.in .icon5 {
    background: #2749aa;
    background-image: url("../images/icon5-1.png");
}

.icon6 {
    width: 42px;
    height: 42px;
    background-image: url(../images/icon6.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.in .icon6 {
    background: #2749aa;
    background-image: url("../images/icon6-1.png");
}

.menunav .menu_list .in span {
    display: block;
    width: 100%;
    height: 13px;
    background: url(../images/point.png) no-repeat bottom center;
    padding-top: 40px;
}

.crumbs {
    font-size: 16px;
    color: #585858;
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #201e1f;
    border-top: 10px solid #2749aa;
}

.footer .foot {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
}

.link_page {
    overflow: hidden;
    height: 70px;
    display: flex;
    justify-content: center;
}

.link_page li {
    float: left;
    font-size: 16px;
}

.link_page a {
    color: #fff;
    width: 200px;
    text-align: center;
    display: inline-block;
    line-height: 70px;
}

.foot_text {
    position: relative;
    height: 68px;
    color: #b9b9b9;
    text-align: center;
}

.foot_text p {
    line-height: 40px;
    font-size: 14px;
}

.foot_img {
    position: absolute;
    top: 30px;
    left: 140px;
}

.batb_img{
    height: 26px;
    width: 26px;
    vertical-align: middle;
}

.search_box span a {
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    color: #0f5bb9;
    float: right;
}

.sub_box {
    width: 1520px;
    height: 42px;
    line-height: 42px;
    border-top: 2px solid #0f5bb9;
    background: #fafafa;
    margin-bottom: 10px;
    margin: 0 auto;
}

.sub_box .crumbs {
    width: 1200px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    padding-left: 30px;
    background-image: url(/jiangsu_static/new/images/home.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.warp {
    min-width: 1200px;
    max-width: 1200px;
    width: 1520px;
    margin: 0 auto;
}

/*高级搜索模块*/

.from_container,
.notice_container {
    background: #fff;
    width: 1520px;
    padding: 45px 0px;
    /*overflow: hidden;*/
    margin-bottom: 30px;
    box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}



.form_search,
.notice_search {
    width: 1200px;
    margin: 0 auto;
}

.form_item {
    width: 400px;
    margin: 10px 0;
    float: left;
}

.form_item span {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.form_item .common_input {
    height: 34px;
    width: 260px;
    line-height: 32px;
    color: #333;
    outline: none;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    border-radius: 4px;
}

.common_btn,
.common_btn:hover {
    display: inline-block;
    width: 65px;
    height: 32px;
    border: 1px solid #0F5BB9;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #0F5BB9;
    margin-right: 10px;
}

.cancel_btn,
.cancel_btn:hover {
    display: inline-block;
    color: #0F5BB9;
    background: #fff;
}

.common_btn:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}


/*栏目搜索样式*/

.notice_search1 {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -20px;
}
.notice_search1 .row {
    width: 100%;
    height: 42px;
    line-height: 50px;
    color: #4b4b4b;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 8px;
}

.notice_search1 .row .types {
    width: 8%;
    float: left;
    text-align: right;
}

.notice_search1 .row .items {
    width: 92%;
    float: left;
    padding: 0 0px;
}

.notice_search1 .row .con_time {
    width: 50%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search1 .con_time_other {
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search1 .row li a {
    padding: 0 10px;
    text-decoration: none;
    color: #4b4b4b;
}

.notice_search1 .con_time li,
.notice_search1 .con_time_other li,
.row .area_box li {
    float: left;
    margin: 0 5px;
}

.notice_search1 .con_time a,
.notice_search1 .con_time_other a,
.row .area_box li a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

.notice_search1 .con_time a.active,
.notice_search1 .con_time_other a.active,
.row .area_box li a.active {
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
}