﻿@charset "utf-8";

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ad7f51;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    background:#fbfaf8 url(//zjt.hubei.gov.cn/material/images/zjt_images/ljxqgz/bg.jpg) 50% 0px no-repeat;
}

.header h1 {
    height: 680px;
}

.header h1 a {
    display: block;
    height: 680px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.w580{
    width: 580px;
}

/* 首页 开始*/

/* part1开始 */
.b1{
    margin-right: -30px;
}

.b1 li {
    margin: 15px 30px;
    min-height: 90px;
    background: #fff;
    width: 36%;
    padding: 30px 20px 30px 85px;
}

.b1 li h4{
    font-size: 18px;
    font-weight: bold;
}

.b1 .calendar {
    position: absolute;
    top: 30px;
    bottom: 15px;
    left: -30px;
    display: block;
    width: 90px;
    height: 60px;
    padding: 15px 0px;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    background: #ddc389;
    border-radius:10px;
    border:1px solid #e4ceac;
}


.t1,
.t2,
.t3{
    height: 94px;
    margin: 20px 0px;
    border:none;
}

.t1{
    background:url(//zjt.hubei.gov.cn/material/images/zjt_images/ljxqgz/bt_01.png) 50% 0px no-repeat;
}

.t1 a,
.t2 a,
.t3 a{
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    padding: 0px 15px;
}

/* part1结束 */

/* part2开始 */

.t2{
    background:url(//zjt.hubei.gov.cn/material/images/zjt_images/ljxqgz/bt_02.png) 50% 0px no-repeat;
}

.t2:before{
    display: none;
}

/* part2结束 */
.list-t li{
    font-size: 18px;
    padding: 0px 10px;
    line-height: 55px;
    background: #f8f7f7;
}

.list-t li+li{
    margin-top: 14px;
}

.list-t li:before{
    display: none;
}

.list-t li:hover{
    background: #fff;
    box-shadow: 0 0 10px rgba(174, 140, 0, .1);
}

.list-t li .date{
    right: 10px;
}

/* part3开始 */

.t3{
    background:url(//zjt.hubei.gov.cn/material/images/zjt_images/ljxqgz/bt_03.png) 50% 0px no-repeat;
}

.b2{
    margin-left: -10px;
}

.b2 li {
    width: 20%;
    margin:10px;
    padding: 30px 20px 20px 20px;
    background:url(//zjt.hubei.gov.cn/material/images/zjt_images/ljxqgz/list_bg.png) 0px 0px no-repeat;
}

.b2 li h4{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin:15px 20px 30px 20px;
    max-height: 160px;
    display: block;
}

.b2 li p{
    text-indent: 2em;
    line-height: 30px;
    padding: 20px 5px;
}

.b1 li:hover,
.b2 li:hover{
    box-shadow: 0 0 10px rgba(174, 140, 0, .1);
}

/* part3结束 */
