/*t头部*/
.top {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.top > img {
    width: 100%;
    display: block;
}
.top-menu {
    background: rgba(14, 43, 116, .7);
    opacity:0.7\0;
    background:#000\0;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.top-menu > .width1200 > a {
    width: 154px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 24px;
}

.top-menu > .width1200 > a:hover {
    background: #fff;
    color: #0e2b74;
}

.top-menu > .width1200 > a.cur {
    background: #fff;
    color: #0e2b74;
}

.top-menu .search {
    float: right;
    width: 226px;
    height: 50px;
    border-radius: 25px;
    background: url("/images/search.png") 30px center no-repeat #3e5590;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-top: 15px;
    padding-left: 70px;
}

/*首页*/
.index {
    width: 100%;
    margin-top: 29px;
}

.index .part-list {
    background: #fff;
    padding: 20px;
    width: 550px;
}

.part-list .title {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.part-list .title a {
    color: #266cb9;
    font-size: 14px;
    font-weight: bold;
}

.part-list .title .title-line {
    width: 500px;
    margin-left: 36px;
    height: 40px;
    border-bottom: 2px solid #a0d3ff;
}

.zcjj .title {
    background: url("/images/zcjj.png") 0 center no-repeat;
}

.zcjd .title {
    background: url("/images/zcjd.png") 0 center no-repeat;
}

.part-list ul {
    padding: 10px;
}

.part-list ul li {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-top: 10px;
}

.part-list ul li:last-child {
    border-bottom: none;
}

.part-list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.part-list ul li a:hover {
    color: #266cb9;
}

.part-list ul li p {
    margin-top: 10px;
    width: 100%;
    height: 22px;
    margin-bottom: 0;
}

.part-list ul li .time {
    font-size: 14px;
    color: #999;
}

.part-list ul li .label {
    font-size: 14px;
    color: #ff263b;
    border: 1px solid #ff263b;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 3px;
}

.index .part2-list {
    width: 1160px;
}

.zcjd ul li{
    padding-top: .8px;
}

.index .part2-list .title {
    background: url("/images/zctj.png") center center no-repeat;
    border-bottom: 2px solid #a0d3ff;
}

.list-ul {
    width: 1180px;
    float: left;
    clear: both;
}

.list-ul .list-li {
    width: 276px;
    height: 209px;
    float: left;
    margin-right: 19px;
    margin-top: 19px;
    position: relative;
}

.list-ul .list-li img {
    width: 100%;
    height: 100%;
}

.list-ul .list-li p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 3%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
    background:#000\0;
    opacity:0.5\0;
    width:97%;
    margin:0;
    color: #fff;
    font-size: 16px;
}

.zcjd a {
    line-height: 50px;
}

/*列表*/
.position {
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 16px;
}

.position img {
    margin-left: 5px;
    margin-right: 10px;
}

.position .cur {
    color: #0b2873;
}

.list {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #eaeaea;
    padding: 10px 33px 33px;
}

.c-l {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
}

.c-l .c-t {
    width: 120px;
    color: #999;
    float: left;
}

.c-l .c-c {
    width: 1000px;
    float: left;
}

.c-l .c-c a {
    float: left;
    color: #333;
    cursor: pointer;
    width: 155px;
}

.c-l .c-c p.cur {
    color: #176ab5;
}

.c-yszb {
    border-bottom: 1px solid #eee;
}

.condition {
    border-bottom: 1px solid #b6b6b6;
}

.list ul {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.list ul li {
    width: calc(100% - 40px);
    position: relative;
    line-height: 35px;
    padding: 0 20px;
}

.list ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 1px;
    top: 15px;
    border-radius: 50%;
    background: #333;
}

.list ul li::after {
    content: "";
    clear: both;
    display: inline-table;
}

.list ul li a {
    color: #333;
    width: 1000px;
    font-size: 16px;
}

.list ul li a:hover {
    color: #015293;
}

.list ul li span {
    color: #666;
    font-size: 14px;
}
