﻿/*基本的设置，去除默认的padding，margin  */

html,
body {
    margin: 0;
    padding: 0;
min-width: 1300px;
}

* {
    box-sizing: border-box !important;
    font-family:MicrosoftYaHei;

}
* { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
   -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
   filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    filter:gray; 
} 
img{
	border:none;
}
ul,
ol,
li {
    list-style: none;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

button {
    border: none;
}

a:visited,
a:active,
a:focus,
a:link,
a:hover {
    text-decoration: none;
}

/* 所在位置 */
.fd-location {
    width: 100%;
    height: 50px;
    background-color: pink;
}

.fd-location ul {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    display: flex;
}

.fd-location ul li {
    margin-right: 10px;
    line-height: 50px;
}

.fd-location ul li:last-child {
    color: yellow;
}

/* 红色title正方形 */
.fd-redTitle {
    display:inline-block;
    width: 8px;
    height: 8px;
    background-color: #D93824;
}

/* 白色title正方形 */
.fd-whiteTitle {
    width: 8px;
    height: 8px;
    background-color: #fff;
    /* position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto; */
    display: inline-block;
}

/* 分页样式 */
.fd-fyStyle{
    width:100%;
    height:30px;
    margin-bottom:12px;
    margin-top:10px;
}
.fd-fyStyle .fd-fyDiv{
    height:30px;
    line-height:30px;
    max-width: 489px;
    background-color:#fff;
    float:right;
}

.fd-fyStyle .fd-fyDiv ul li{
   width:30px;
   height:30px;
   font-size:14px;
   color:#000000;
   float:left;
   line-height:30px;
   text-align:center;
   margin-left:11px;
   cursor: pointer;
   overflow: hidden;
}
.fd-fyStyle .fd-fyDiv ul li:nth-child(1)>img,
.fd-fyStyle .fd-fyDiv ul li:last-child>img{
    margin-top:10px;
}
.fd-fyStyle .fd-fyDiv ul li:hover{
    width:30px;
    height:30px;
    background-color:#ffbdbd;
    color:#d35050;
 }
 .fd-fyStyle .fd-fyDiv .fd-yDivActive{
    width:30px;
    height:30px;
    background-image: url('../images/fyActive.png;vpn_img') !important;
    background-size:100% 100% !important;
    color:#fff !important;
}
/* 红色title */
.fd-title99 {
    height: 5px;
    width: 100%;
    background-color: #990000;
}

/* 更多按钮 */
.fd-more{
 color:#990000;
 font-size:12px;
 vertical-align: middle;
}
/* 阅读全文 */
.fd-ydqw {
    color: #990000;
    display: block;
    float: right;
    margin-right: 8px;
    cursor: pointer;
    font-size:14px;
}

/* 所在位置 */
.fd-body .fd-div .fd-inner {
    width: 100%;
}

.fd-body .fd-div .fd-inner .fd-inner-title {
    width: 100%;
    height: 50px;
    font-size:14px;
}

.fd-body .fd-div .fd-inner .fd-inner-title>span {
    color: #572e26;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
}

.fd-body .fd-div .fd-inner .fd-inner-title>span:last-child {
    color: #e3382b;
    font-weight: bold;
}

ul >li{
    position: relative;
}
.border-bottomStyle{
    width:100%;
    height:1px;
    background:url('../images/bobottom.png;vpn_img');
    position: absolute;
    bottom:0
}
.fd-top >div>a{
    cursor: pointer;
    color:#fff;
    font-size:12px;;
}

.border-bottomStyle {
    width: 100%;
    height: 1px;
    background: url(../images/bobottom.png;vpn_img);
    position: absolute;
    bottom: 0;
}
.fd-footer .fd-top >div{
    font-size:12px;
}
.fd-title ul li >a{
    color:#fff;
    cursor: pointer;
    font-size:16px;
}