﻿@charset "utf-8";

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #de0000;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    position: relative;
    overflow-x: hidden;
    font-size: 18px;
    background:url(//zjt.hubei.gov.cn/material/images/zjt_xjc/bg.jpg) 50% 0px no-repeat;
}

.header h1 {
    height: 625px;
}

.header h1 a {
    display: block;
    height: 625px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.list-t li{
    width: 44%;
    float: left;
    margin: 0 2%;
}

.list-t li:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #d70000;
    border-radius: 100px;
}
/* 首页 开始*/

/* part1开始 */
.w580{
    width: 580px;
}

.t1,
.t2,
.t3{
    height: 63px;
    border:none;
    margin: 0 0 20px;
}

.t1{
    background:url(//zjt.hubei.gov.cn/material/images/zjt_xjc/bt_01.jpg) 0px 0px no-repeat;
}

.t2{
    background:url(//zjt.hubei.gov.cn/material/images/zjt_xjc/bt_02.jpg) 0px 0px no-repeat;
}

.t1 a,
.t2 a,
.t3 a{
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    padding: 0px 15px;
}

.t2:before{
    display: none;
}

.t1 .more,
.t2 .more{
    top: 30%;
    right: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background-color: transparent;
}

.mark{
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 3px;
    background: #c30000;
    margin-right: 5px;
}

/* part1结束 */

/* part2开始 */
.b1{
    margin-right: -30px;
}

.b1 li {
    margin: 15px 20px;
    min-height: 90px;
    background: #f8f8f8;
    width: 41%;
    padding:20px 30px;
}

.b1 li p{
    line-height: 36px;
}

.b1 li h4{
    font-size: 22px;
    font-weight: bold;
}

.b1 .calendar {
    position: absolute;
    top: 20px;
    bottom: 15px;
    left: -15px;
    display: block;
    width: 30px;
    height: 32px;
    color: #fff;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background:url(//zjt.hubei.gov.cn/material/images/zjt_xjc/t.png) 0px 0px no-repeat;
}

.b2{
    margin-left: -15px;
}

.b2 li{
    position: relative;
    width: 45%;
    margin: 15px;
    padding:50px 0px 0px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.video{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 50px 50px 0px;
    padding: 0px 20px;
    color: #fff;
    font-size: 18px;
    background: #c30000;
}

.b2 li .title{
    width: 50%;
    height: 142px;
    margin-left: 20px;
}

.b2 li .title h4{
    font-size: 22px;
    line-height: 38px;
    max-height:72px;
}

.b2 li .title .time{
    color: #b5b5b5;
    font-size: 16px;
    line-height: 30px;
}

.b2 li .title .source{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.b2 li .title .source span{
    display: inline-block;
    color: #7d4300;
    padding:0px 10px;
    background: #ffb15a;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    border-radius: 0px 10px 0px 10px;
    background: -webkit-linear-gradient(60deg, #fcc861, #ffb15a);
    background: linear-gradient(60deg,  #fcc861, #ffb15a);
}

.b2 li .pic{
    width: 216px;
    height: 142px;
    margin:0px 15px;
}

.b2 li .abstract{
    display: inline-block;
    padding:20px 20px 30px 20px;
    color: #666;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    background: #f8f8f8;
}

.b2 li .abstract a{
    float: right;
    font-size: 16px;
    color: #fff;
    padding:0px 20px;
    border-radius: 50px;
    background: #c30000;
}

.b2 li .abstract a:hover{
    color: #7d4300;
    background: #fcc861;
}




/* part2结束 */


