* {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Arial, "\5b8b\4f53";
    color: #666;
    background: #f2f2f2;
    font-family: Microsoft Yahei;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #C81623;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #c01e22 !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.center {
    width: 1100px;
    margin: 0 auto;
}


/* 首页模块 */

.top {
    height: 26px;
    line-height: 26px;
}

.top p {
    color: #999999;
    font-size: 13px;
}

.nav {
    background-color: #fff;
    height: 80px;
    margin-bottom: 10px;
}

.nav .center .logo {
    float: left;
    width: 240px;
    height: 60px;
    background: url(../style/img/logo.png) no-repeat center;
    background-size: 100%;
    background-position: 0 10px;
}

.nav .center .logo a h2 {
    text-indent: -999px;
    overflow: hidden;
    height: 80px;
}

.nav .center ul {
    height: 80px;
    line-height: 80px;
    float: right;
}

.nav .center ul li {
    float: left;
}

.nav .center ul li a {
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
}

/* 头部结束 */
.container-left {
    width: 800px;
    float: left;
}

.container-left .lie {
    width: 780px;
    height: 205px;
    margin: 0 10px 20px 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: #ccc 1px 1px;
}

.img-left {
    position: relative;
    top: 12px;
    width: 270px;
    height: 180px;
    float: left;
}


.img-left a #img img {
    width: 250px;
    height: 180px;
    transition: all 2s;
    /*图片放大过程的时间*/
    position: relative;
}

.img-left a #img img:hover {
    width: 250px;
    height: 180px;
    overflow: hidden;
    transform: scale(1.1);
    /*以y轴为中心旋转*/
}

.text {
    float: left;
    width: 475px;
    margin: 22px 0;
}

.text h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text h2 a {
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.text h2 a:hover {
    color: #c01e22;
}

.tag {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.tag a {
    color: #c01e22;
}

.tag a:hover {
    text-decoration: underline;
}

.tag span {
    margin-left: 10px;
}

.text>p {
    font-size: 14px;
    height: 75px;
    color: #656565;
    line-height: 25px;
}

.text .cishu {
    margin-top: 20px;
}

.container-right {
    background-color: #fff;
    float: right;
    width: 290px;
}

.container-right-1 h3 {
    margin: 10px 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    width: 80px;
    height: 30px;
    border-bottom: #c01e22 3px solid;
}

.container-right-1 ul {
    margin-top: 10px;
}

.container-right-1 ul li {
    padding: 15px;
    width: 260px;
    height: 80px;
    border-bottom: 1px dashed #e5e5e5;
}

.container-right-1 ul li a #img img {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 8px;
    width: 75px;
    height: 75px;
    border-radius: 2px;
    transition: all 2s;
}

.container-right-1 ul li a #img img:hover {
    transform: scale(1.2);
}



.container-right-1 ul li a h4 {
    position: relative;
    top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 600;
}

.container-right-1 ul li a span {
    position: relative;
    top: 20px;
    font-size: 14px;
}

.container-right-1 ul li a span:nth-child(2) {
    margin-left: 30px;
}

.container-right-2 {
    margin-top: 20px;
}

.container-right-2 h3 {
    margin: 10px 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    width: 80px;
    height: 30px;
    border-bottom: #c01e22 3px solid;
}

.container-right-2 ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px;
    width: 260px;
    height: 40px;
    border-bottom: 1px dashed #e5e5e5;
}

.container-right-2 ul li a {
    font-size: 16px;
}

.container-right-2 ul li a span:nth-child(1) {
    padding: 5px;
    background-color: #f2f2f2;
}

.container-right-3 h3 {
    margin: 10px 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    width: 80px;
    height: 30px;
    border-bottom: #c01e22 3px solid;
}

.container-right-3 ul {
    margin-top: 20px;
}

.container-right-3 ul li {
    margin: 5px;
    float: left;
}

.container-right-3 ul li a {
    font-size: 14px;
    padding: 10px;
}

/* 友情链接 */
.link {
    margin-top: 30px;
    background-color: #fff;
}

.link h3 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.link ul li {
    padding: 5px 0;
    float: left;
}

.link ul li a {
    margin-bottom: 5px;
    padding: 0 10px;
}

/* 尾部开始 */
.footer {
    height: 60px;
    margin-top: 20px;
    background-color: #262627;
}

.footer .center {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1200px;
}

.footer-nav {
    padding-top: 20px;
}

.footer-nav ul li {
    float: left;
}

.footer-nav ul li a {
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}

.beian {
    text-align: center;
}

/* 面包屑导航 */
.daohang {
    margin: 10px 0;
}

.daohang h3 {
    float: left;
    font-size: 14px;
}

.daohang ul li {
    float: left;
}

.daohang ul li a {
    font-size: 14px;
}

/* 文章页样式 */
.content {
    float: left;
    width: 800px;
}

.content-1 {
    background-color: #fff;
    width: 760px;
    float: left;
    padding: 20px;
}

.content-1 h1 {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    padding: 7px 10px;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
}

.content-1 .info {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ededed;
    color: #737373;
    text-align: center;
}

.content-1 .info .date {
    margin-right: 10px;
    color: #a9a9a9;
    font-size: 14px;
}

.content-1 .info .views {
    margin-right: 10px;
    color: #a9a9a9;
    font-size: 14px;
}

.content-1 .info .tags {
    margin-right: 10px;
    color: #a9a9a9;
    font-size: 14px;
}

.content-1 .zhaiyao {
    margin: 0 0 10px;
    padding: 5px 15px;
    border: 1px solid #ddd;
}

.content-1 .zhaiyao strong {
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
}

.content-1 .zhaiyao p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
}

.content-1 .zhengwen {
    font-size: 15px;
    padding: 20px;
    line-height: 28px;
}

.content-1 .zhengwen h2{font-size：16px;font-weight:600;margin:20px 0 10px;}
.content-1 .zhengwen p{font-size: 14px;}
.content-1 .zhengwen img{display:block;width:600px;margin:0 auto;}

.content-1 .lianjie {
    margin-top: 30px;
    padding: 7px 20px 7px 20px;
    border: 1px solid #ececec;
    background: #fafafa;
}

/* 上下篇 */
.post-navigation {
    margin: 20px 0 -10px;
}

.post-next,
.post-previous {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.post-navigation .post-previous {
    float: left;
    padding-left: 40px;
}

.post-navigation .post-next {
    float: right;
    padding-right: 40px;
    text-align: right;
}

.post-navigation div span {
    color: #999;
    font-size: 80%;
}

/* 相关文章 */
.tab-site {
    float: left;
    overflow: hidden;
    margin: 20px 0;
    padding: 10px 20px;
    background: #fff;
    width: 760px;
}

.tab-site h3 {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 600;
}

.tab-site ul {
    margin: 10px 0;
}

.tab-site ul li {
    float: left;
    overflow: hidden;
    padding: 0 15px 5px 20px;
    width: 45%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 210%;
}

.tab-site ul li a {
    font-size: 14px;
    padding: 10px;
}