﻿@charset "utf-8";
/* CSS Document */

/*
@名称: frdt
@功能: 实现分页的一些特殊效果
@创建人：陈虹
@创建时间：2020-7-22
*/

.contentright1 { width:1198px; min-height:601px; border: 1px solid #e1e1e1; background-color: #FFF; position: relative; }
.contentrighttop1 { color:#044873;border-bottom:1px solid #e1e1e1;height:34px;padding-top:10px; position:relative;}
    .contentrighttop1 span {position:absolute;top:10px;left:0px;height:35px; min-width:120px;text-align:center;width:120px;display:block;border-bottom:2px solid #ad0407;font-size: 18px;font-family: "微软雅黑","黑体";}
    .contentrighttop1 p {
        padding-right:25px;
        padding-top:8px;
     
    }
.contentrightbottom .info_date1 {
    margin:0 20px;
    border-bottom:1px dashed #ddd;
     font-size:13px;
        color:#878787;
        padding-bottom:7px;
}
    .contentrightbottom .info_date1 span {
        display:block;
        text-align: center;
    }
    .info_date1 b {
    font-weight:normal;
}
.info_date1 ul li {
     float:left;
}
.info_date1 ul li a{
   
    margin-right:7px;
    width:16px;
    height:16px;
    display:block;
    background:url(../images/fenxiang.png) no-repeat 0 0;
}
.info_date1 ul li.fenxiang02 a {
    background-position:-23px 0;
}
.info_date1 ul li.fenxiang03 a {
    background-position:-46px 0;
}
.info_date1 ul li.fenxiang04 a {
    background-position:-69px 0;
}
.info_date1 ul li.fenxiang05 a {
    background-position:-92px 0;
}
.info_date1 ul li.fenxiang05 a {
    background-position:-115px 0;
}
.contentright1 .contentrightbottom h1 {
    color:#000;
    font-size:26px;
    font-family:"微软雅黑","黑体";
    font-weight:normal;
}
.contentright1 .contentrightbottom h3 {
    /*color:#b00002;
    text-align:center;
     font-weight:normal;*/
    color:#000;
    font-size:26px;
    font-family:"微软雅黑","黑体";
    font-weight:normal;
    text-align:center;
    margin:10px 0;
}
.contentrightbottom .conten_box p {
    color:#222;
    margin-bottom:10px;
    padding:0 20px;
    line-height:32px;
    font-size: 16px;
    text-indent: 32px;
}
.contentrightbottom .conten_box td p {
    text-indent: 0px;
}
.contentrightbottom .conten_box div {
    color:#222;
    margin-bottom:10px;
    padding:0 20px;
    line-height:32px;
    font-size: 16px;
}
.contentrightbottom .conten_box img{margin:10px auto;display: block;}
.shoucang {
    padding-bottom:25px;
}
    .shoucang ul {
         padding:0 20px;
    }

    .shoucang li {
        float:left;
    }
        .shoucang li a {
            font-size:12px;
            color:#888;
        }
.shoucang b {
     color: #0067b6;
}
.shoucang span {
     padding:0 40px;
    font-size:12px;
}

.conten_box table {
border-collapse: collapse;
}

.conten_box table td {
  border: 1px solid #000;
  padding: 0 5px;
}
       
