@charset "utf-8";
.list-page{
    position: relative;
    margin-top: -50px;
    z-index: 2;
}
.list-right{
    width: 77%;
}
.list-main{
    min-height: 600px;
}
.sidebar{
    width: 23%;
}
.sidebar h1{
    background: url(../img/sidebar-p-bg.png) no-repeat right top;
    background-color: #6f001a;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 95px;
    color: #fff;
}
.sidebar>ul>li{
    background: #f5f5f5;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}
.sidebar ul li:hover{
    background: #dcdcdc;
}
.sidebar ul li:hover a{
    color: #6f001a;
}
.sidebar ul .current{
    background: #dcdcdc;
}
.sidebar ul .current ul{
    /* border-top: 1px solid white; */
    border-bottom: 1px solid white;
    display: block;
}
.sidebar ul ul{
    display:none;
}
.sidebar ul .current ul li{/* transform: translateX(10px); *//* padding-left: 44px; */border-top: 1px solid white;background-color: #8b00004d;}
.sidebar>ul>.current>a{
    color: #6f001a;
}
.sidebar>ul>.current>ul .current a{
    color: white;
}
.sidebar>ul>.current>ul li a{
    color;
    color: #c3c3c3;
}
.sidebar ul li a{
    font-size: 15px;
    color: #424243;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 60px;
}
.sidebar>ul>li>a:after{
    content: ">>";
    font-size: 15px;
    color: #6f001a;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.sidebar>ul>.current>a:after,.sidebar ul li:hover a:after,.sidebar>ul>.current>ul li a{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.list-main{
    padding: 20px 0 0 50px;
}
.list-banner a{
    display: block;
}
.list-banner a img{
    width: 100%;
}
.list-ul{
    
}
.list-ul li:hover .list-time{
    background: #6f001a;
}
.list-time{
    background: #bfbfbf;
    float: left;
    text-align: center;
    padding: 10px 8px;
    transition: all .3s;
}
.list-time p{
    color: #fff;
    font-size: 31px;
}
.list-time span{
    color: #fff;
    font-size: 14px;
}
.list-ul li {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}
.list-ul li:hover{
    transform: translateY(-7px);
    box-shadow: 0 5px 5px #ccc;
}
.list-ul li a{
    width: 90%;
}
.list-ul li a p{
    font-size: 17px;
    font-weight: bold;
    color: #494949;
}
.list-ul li:hover a p{
    color: #232323;
}
.list-ul li a span{
    font-size: 14px;
    color: #757575;
    margin-top: 12px;
    display: block;
    line-height: 20px;
    text-indent: 2em;
}
.Breadcrumbs{
    padding-left: 45px;
    background-color: rgba(255, 255, 255, .5);
}
.Breadcrumbs p,.Breadcrumbs a{
    display: inline-block;
    font-size: 14px;
    color: #010101;
    line-height: 50px;
}
.Breadcrumbs p{
    padding-left: 23px;
    background: url(../img/position_ico.png) no-repeat left center;
}
.Breadcrumbs a:hover{
    color: #6f001a;
}
.content h2{
    font-size: 20px;
    color: #282828;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.Author{
    margin-bottom: 20px;
    text-align: center;
}
.Author span{
    display: inline-block;
    font-size: 14px;
    color: #707070;
    margin: 0 10px;
}
.content-main p{
    font-size: 15px;
    color: #2c2c2c;
    line-height: 24px;
    text-indent: 2em;
}
.content-main table p{
    text-indent: 0;
}
.content-main {
    padding-bottom: 40px;
    border-bottom: solid 1px #a0a0a0;
    margin-bottom: 20px;
}
.content-main img{
    max-width: 90%;
    display:  initial;
}
.page_ a{
    color: #7d7d7d;
    line-height: 30px;
}
.p_list_ul li {
    padding: 15px 0;
    transition: all .3s;
    border-bottom: solid 1px #e5e5e5;
}
.p_list_ul li:hover{
    transform: translateY(-3px);
}
.p_list_ul li a{
    display: block;
}
.p_list_ul_img{
    float: left;
}
.p_list_ul_img img{
    display: block;
    width: 201px;
    height: 131px;
}
.p_list_ul_cont{
    float: right;
    width: 76%;
    
}
.p_list_ul_cont p{
    font-size: 15px;
    color: #222222;
    font-weight: 600;
}
.p_list_ul_cont span{
    color: #434343;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    line-height: 23px;
    text-indent: 2em;
    height: 80px;
    overflow:  hidden;
}
.p_list_ul_cont i{
    font-size: 14px;
    color: #434343;
    padding-left: 30px;
    background: url(../img/hd_ico.png) no-repeat left center;
    float:  right;
    transition: all .3s;
}
.p_list_ul li:hover .p_list_ul_cont i{
    background: url(../img/hd_ico.png) no-repeat 10px center;
}
.p_list_ul li:hover .p_list_ul_cont p{
    color: #7d0000;
}
.th_ul li{
    float: left;
    border: 1px solid #f7f7f7;
    padding: 10px 16px;
    width: 21%;
    margin: 10px 2%;
    transition: all .3s;
}
.th_ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 16px #c5c5c5;
}
.th_ul li a{
    display: block;
    position: relative;
}
.th_ul li a img{
    display: block;
    margin: 0 auto;
 width: 100%;
 height: 226px;
}
.th_ul li a p{
    position: absolute;
    left: 50%;
    top: 194px;
    background: #810100;
    color: #fff;
    padding: 0px 20px;
    transform: translateX(-50%);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
}
.th_ul li a span{
    display: block;
    text-align: center;
    border-top: 1px #bbbbbb solid;
    border-bottom: 1px #bbbbbb solid;
    padding: 5px;
    margin-top: 0px;
}
.title_t{background: #810100;color: #fff;font-weight: 600;font-size: 20px;padding: 5px 10px;position: relative;margin-left: 10px;margin-bottom: 8px;display: inline-block;}
.title_t:after{
    content:"";
    width:4px;
    height:36px;
    background: #6f001a;
    position:absolute;
    left: -12px;
    top:0;
}
.th_nav_ul{
padding: 30px 0;
}
.th_nav_ul li{
float:  left;
width: 23%;
border: solid 1px #ccc;
padding:  0 10px;
border-radius: 10px;
margin: 0 1%;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.th_nav_ul li:hover{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);background: #810100;border: solid 1px #810100;}
.th_nav_ul li:hover a{
    color:#fff;
}
.th_nav_ul li a{
display:  block;
}
.th_nav_ul li a p{
font-size:  18px;
padding: 10px 0;
}
.nav_3{
padding-left:  50px;
padding-top: 20px;
}
.nav_3 ul{
}
.nav_3 ul li{
float:  left;
border: 1px solid #ccc;
width: 21%;
margin: 10px 2%;
padding:0px 16px;
}
 
.nav_3 ul .on{
background: #6f001a;
border: 1px solid #6f001a;
}
.nav_3 ul li a{
display:  block;
text-align:  center;
padding: 10px;
font-weight: 600;
}
.nav_3 ul .on a{
color: #fff;
}