        .news-content{
            width:100%;
            min-height:800px;
        }
        .news1-list{
            width:1200px;
            min-height:800px;
        }
        .news1-list h1{
            width:1200px;
            border-bottom: 1px solid #999;
            color: #333;
            font-weight: normal;
            font-size: 16px;
            padding: 10px 0 10px 5px;

        }
        .news-item{
            margin-top:20px;
            width:1200px;
            padding: 15px 0px;
            display: table;
            border: 2px solid #e5e5e5;
        }
        .news-face{
            margin: 0;
            padding: 0;
            padding-left:10px;
            /* background-color: #f2f2f2; */
            display: table-cell;
            width: 245px;
            vertical-align: top;    
        }
        .news-face a {
            width:245px;
            margin:0;
            height:134px;
            display: block;
        }
        .news-face img {
            border-radius:10px;
            border: 2px solid #0f60bc;
            width: 245px;
            max-height: 130px;
            opacity: 1;
            transition: opacity 0.3s;
        }
        .news-face a:hover img {
            opacity: 0.8;
        }
        .xwzx-content {
            padding-top: 23px;
            padding-left: 20px;
            display: table-cell;
            width: 730px;
            vertical-align: top;
        }
        .xwzx-content .fr{
            color: #0f60bc;
            padding-right:70px;
            float:right;
            width: 60px;
            height: 88px;
            text-align: center;
        }
        .xwzx-content .fl{
            color:#000;
            float:left;
            width: 680px;
            padding: 0;
            position: relative;
            line-height: 30px;
        }
        .xwzx-content .fr span{
            display: block;
            font-size: 36px;
            text-align: center;
            line-height: 36px;
            padding: 6px 0 0;
        }
        .xwzx-content .fr em{
            font-size: 14px;
            font-style: normal;
            line-height: 27px;
            margin: 7px auto 0;
            display: block;
            border-top: 1px solid #5a5a5a
        }
        .xwzx-content .fl span{
            font-size: 20px;
            font-weight: bold;
            padding: 8px 0;
        }
        .xwzx-content .fl p{
            margin-top:10px;
            font-size: 14px;
            line-height: 24px;
            text-indent: inherit;
        }

        .xwzx-content a:hover span,.xwzx-content a:hover p{
            color:#0f60bc !important;
        }
        .box-t {
            border-bottom: 1px solid #ddd;
            position: relative;
            margin-bottom: 0px;
            padding: 15px 0 15px 0;
            width: 100%;
            background-color: #fff;
            color: #000;
            text-align: left;
            font-size: 30px;
            line-height: 35px;
            border-bottom: 0;
        }
        .box-t a{
            color:#000;
        }
        .box-t a:hover{
            color:#0f60bc ;
        }
        .PageCrumbList {
            float: right;
            font-size: 14px;
            color: #000;
            font-weight: normal;
        }
        .pagebar {
            padding: 22px 500px 0px;
            text-align: right;
            font-size: 14px;
            margin: 0;
            display: block;
        }
        .pagebar a, .pagebar span {
            position: relative;
            font-size: 16px;
            border-right: #ddd 1px solid;
            padding-right: 5px;
            border-top: #ddd 1px solid;
            padding-left: 5px;
            padding-bottom: 2px;
            border-left: #ddd 1px solid;
            color: #555;
            margin-right: 2px;
            padding-top: 2px;
            border-bottom: #ddd 1px solid;
            text-decoration: none;
        }