.jyta_main {
    width: 1200px;
    margin: 0 auto;
}

.jyta_bg {
    background: url(jyta_bg.png) no-repeat center top;
    height: 475px;
    width: 100%;
}

.jyta_bg a {
    width: 1200px;
    height: 350px;
    display: block;
}

.jyta_kind {
    width: 1050px;
    margin: 0 auto;
    padding: 90px 0 100px;
}

.jyta_kind a {
    display: inline-block;
    width: 296px;
    height: 92px;
    margin-right: 45px;
    background-repeat: no-repeat;
    background-position: 224px center;
    font-size: 22px;
    /* font-weight: bold; */
    color: #fff;
    line-height: 30px;
    border-radius: 6px;
    padding-top: 30px;
    padding-left: 20px;
}

.jyta_kind a.rdjy {
    background-image: url(rddb.png);
    background-color: #7aa0cf;
}

.jyta_kind a.zxta {
    background-image: url(zxta.png);
    background-color: #5abcbd;
}

.jyta_kind a.ztqk {
    background-image: url(ztqk.png);
    background-color: #bea762;
    margin-right: 0;
}

.jyta_kind a:hover {
    transform: translateY(-10px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

.jyta_wz {
    margin: 10px 0;
    color: #999;
}

.jyta_wz a {
    color: #999;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.jyta_sreach {
    height: 80px;
    width: 640px;
    margin: 0 auto;
    padding: 50px 0 10px;
}

.jyta_sreach .input1 {
    width: 440px;
    height: 52px;
    padding-left: 10px;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
}

.jyta_sreach .input2 {
    width: 160px;
    height: 52px;
    padding-left: 30px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #d73e2d url(http://www.wendeng.gov.cn/images/5961/wdimg_04.png) no-repeat 20px center;
}

.jyta_list table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.jyta_list {
    width: 100%;
}

.jyta_list th {
    background-color: #e9f1fa;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}

.jyta_list th.jyta_list_bt {
    text-align: left;
    padding-left: 10px;
}

.jyta_list table td {
    height: 46px;
    line-height: 46px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
}

.jyta_list table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.jyta_list table a {
    font-size: 16px;
}

.jyta_list table td,.jyta_list table th{
font-size:16px;
}