BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑", "Arial";
}

A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}

A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

img {
    border: 0
}

ul,
li,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
    margin: 0;
    padding: 0;
}

/* 头部样式 */
.m {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.djlm {
    width: 100%;
    height: 60px;
    float: left;
    background: #F6B84B;
    margin-top: -5px;
}

.lmxx {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.lmxx img {
    width: 272px;
    height: 48px;
    margin: 6px 0;
    float: left;

}

.lmxx span {
    width: 400px;
    height: 60px;
    float: right;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;

}

.lmxx span a {
    width: 100px;
    line-height: 80px;
    position: relative;
    font-size: 14px;
    display: block;
    text-align: center;

}

.lmxx span a::after {
    width: 2px;
    height: 15px;
    background: #2e2e2e;
    position: absolute;
    left: 100px;
    top: 32px;
    content: '';

}

.logo {
    width: 349px;
    height: 85px;
    float: left;
    margin: 20px 0;
    position: relative;
}

.logo img {
    width: 349px;
    height: 85px;
    overflow: hidden;

}

.logo::after {
    width: 2px;
    height: 45px;
    background: #dede;
    position: absolute;
    left: 380px;
    top: 20px;
    content: '';
}

.topzt {
    width: 561px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    float: left;
    margin: 50px auto auto 80px;
}

.ztinfo {
    width: 140px;
    height: 30px;
    line-height: 30px;
}

.ztinfo span {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 30px;
    color: #bf1d14;
    float: left;
    margin-right: 10px;
}

.ztinfo a span {
    font-size: 30px;
    color: #bf1d14;
    display: block;
}

.ztinfo a:hover span {
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.ztinfo p {
    font-size: 14px;
}

.ztinfo a p {
    font-size: 14px;
}

#topcode {
    width: 170px;
    height: 85px;
    float: left;
    margin: 25px auto 15px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#topcode img {
    width: 85px;
    height: 85px;
    margin-right: 10px;
}

#topcode p {
    font-size: 14px;
}

.nvbg {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #bf1d14;
    margin: 10px auto 20px auto;
}

.nv {
    width: 1200px;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.nv a {
    width: auto;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;

}

.nv a:hover {
    color: #ff0;
    font-size: 18px;

}

/* 第一行样式 */
.toutiao {
    width: 1200px;
    height: 110px;
    background: #f1f1f1;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
}

.toutiao h2 {
    width: 1160px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    color: #bf1d14;
    font-weight: bold;
    text-align: center;
}

.toutiao h2 a {
    font-size: 30px;
    color: #bf1d14;
    font-weight: bold;
}

.toutiao h2 a:hover {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: bold;
}

.toutiao p {
    width: 1160px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-indent: 2em;
}

/* 幻灯片新闻css */
.slideBox {
    width: 720px;
    height: 480px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    float: left;
    margin-top: 20px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd li span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 2em;
}

.slideBox .bd img {
    width: 720px;
    height: 480px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/* 第一行推荐新闻滑动门css */
.slideTxtBox {
    width: 460px;
    text-align: left;
    float: right;
    margin-top: 20px;
}

.slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    background: #f4f4f4;
    padding: 0 10px 0 20px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.slideTxtBox .hd ul li.on {
    height: 50px;
    background: #bf1d14;
    color: #fff;
}

.slideTxtBox .bd ul {
    width: 460px;
    height: 50px;
    padding: 10px;
    zoom: 1;
    position: relative;
}

.slideTxtBox .bd ul em {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    left: 400px;
    bottom: 85px;
    z-index: 99;
}

.slideTxtBox .bd ul em a {
    font-style: normal;
    font-size: 14px;
    color: #666;
}

.slideTxtBox .bd ul em a:hover {
    font-style: normal;
    font-size: 14px;
    color: #bf1d14;
}

.newslist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.newslist a {
    width: 100%;
    line-height: 42px;
    height: 42px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 15px;
}

.newslist a::before {
    width: 5px;
    height: 5px;
    background: #bf1d14;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 15px;
    content: '';
}


.newslist span {
    width: 20%;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

/* 第二行开始 */
/* 横幅轮播css */
.slideBox2 {
    width: 1200px;
    height: 85px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin: 20px auto;
}

.slideBox2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox2 .bd img {
    width: 1200px;
    height: 85px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox2 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox2 .prevStop {
    display: none;
}

.slideBox2 .nextStop {
    display: none;
}

#row2-lf {
    width: 860px;
    float: left;
}

#row2-rf {
    width: 320px;
    float: right;
}

/* 第二行业务模块滑动门css */
.slideTxtBox2 {
    width: 860px;
    text-align: left;
}

.slideTxtBox2 .hd {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.slideTxtBox2 .hd ul {
    float: left;
    position: absolute;
    top: -1px;
}

.slideTxtBox2 .hd ul li {
    float: left;
    width: 155px;
    height: 45px;
    background: #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    margin-right: 15px;
}

.slideTxtBox2 .hd ul li.on {
    background: #bf1d14;
    color: #fff;
}

.slideTxtBox2 .hd ul li.on a {
    color: #fff;
}

.slideTxtBox2 .hd ul li.on a:hover {
    color: #ff0;
}

.slideTxtBox2 .bd ul {
    padding: 10px;
    zoom: 1;
}

.yenews a {
    width: 100% !important;
}

.yenews span {
    width: 10% !important;
}

/* 第二行中间图标样式 */
.row2-tb {
    width: 100%;
    height: 79px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
}

.tb-info {
    width: 203px;
    height: 77px;
    background: url('../images/row2-tb.jpg') repeat-x;
    float: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #f7ceb0;
}

.tb-info span {
    width: 37px;
    height: 37px;
    font-size: 30px;
    color: #bf1d14;
    display: block;

}

.tb-info a {
    display: flex;

}

.tb-info a span {
    font-size: 30px;
    color: #bf1d14;

}

.tb-info a:hover span {
    font-size: 30px;
    color: #bf1d14;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);

}

.tb-info p {
    width: 136px;
    color: #bf1d14;
    line-height: 30px;
    font-size: 14px;
}

.tb-info a p {
    color: #bf1d14;
    line-height: 30px;
    font-size: 14px;
}

.tb10 {
    margin-top: 10px;
}


.rcgz-lf {
    width: 410px;
    height: auto;
    float: left;
}

.rcgz-rf {
    width: 410px;
    height: auto;
    float: right;
}

.rcwd {
    width: 270px !important;
}

.row2_news_pic {
    width: 100%;
    height: 130px;
    float: left;
    overflow: hidden
}

.row2_news_pic img {
    width: 157px;
    height: 117px;
    padding: 5px;
    border: 1px solid #ddd;
    float: left
}

.row2_news_pic span {
    width: 230px;
    line-height: 35px;
    float: left;
    margin-left: 10px;
    font-weight: bold
}

.row2_news_pic p {
    width: 230px;
    line-height: 24px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
    font-weight: normal
}

.row2-rtitle {
    width: 100%;
    height: 41px;
    line-height: 41px;
    float: left;
    background: url('../images/rtitle.jpg') no-repeat center;
    color: #fff;
    font-weight: bold;
    text-indent: 35px;
    margin-bottom: 20px;
}

.row2-rtitle span {
    float: right;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}

.row2-rtitle a span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.row2-rtitle a:hover span {
    color: #ff0;
    font-size: 14px;
}

.dslmtb {
    width: 320px;
    height: 60px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.dslmtb img {
    width: 40px;
    height: 38px;
    margin: 11px auto;
}

.dslmtb p {
    width: 140px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.dslmtb a {
    display: flex;
}

.dslmtb p a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.dslmtb a:hover p {
    font-weight: bold;
    font-size: 18px;
    color: #f00;
}

.szdx_pic {
    width: 320px;
    height: 150px;
    float: left;
    overflow: hidden;
    background: #f1f1f1;
    margin-top: -20px;
}

.szdx_pic img {
    width: 140px;
    height: 100px;
    padding: 2px;
    border: 1px solid #ddd;
    float: left;
    margin: 20px 10px;
}

.szdx_pic span {
    width: 140px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 15px;
}

.szdx_pic p {
    width: 140px;
    line-height: 24px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal
}

.dwzstb {
    width: 318px;
    height: 60px;
    background: #fbecd9;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 15px;
}

.dwzstb span {
    width: 40px;
    height: 38px;
    margin: 11px auto;
    font-size: 36px;
    color: #bf1d14;
}

.dwzstb p {
    width: 160px;
    height: 60px;
    line-height: 60px;
    color: #bf1d14;
    text-align: center;
}

.dwzstb a {
    display: flex;
}

.dwzstb a p {
    color: #bf1d14;
}

.dwzstb a:hover span {
    font-size: 36px;
    color: #bf1d14;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);

}

/* 专题滚动 */
.picScroll {
    position: relative;
    height: 124px;
    padding: 10px 0 10px 15px;
    background: #fff;
    overflow: hidden;
    margin: 20px auto;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll ul li {
    float: left;
    margin: 0 5px;
    width: 225px;
    overflow: hidden;
    display: inline;
}

.picScroll ul li img {
    width: 225px;
    height: 102px;
}

.picScroll .prev,
.picScroll .next {
    position: absolute;
    left: 10px;
    top: 60px;
    display: block;
    width: 18px;
    height: 28px;
    overflow: hidden;
    background: url(../images/icons.png) -40px 0 no-repeat;
    cursor: pointer;
}

.picScroll .next {
    left: auto;
    right: 10px;
    background-position: -120px 0;
}

.picScroll .prevStop {
    background-position: 0 0;
}

.picScroll .nextStop {
    background-position: -80px 0;
}


/*友情链接*/
.slideTxtBox3 {
    width: 1200px;
    text-align: left;
    margin: 20px auto;
}

.slideTxtBox3 .hd {
    height: 45px;
    line-height: 45px;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #d40202;
    position: relative;
}

.slideTxtBox3 .hd ul {
    float: left;
    position: absolute;
    left: 160px;
    top: -1px;
    height: 45px;
}

.slideTxtBox3 .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    width: auto;
    text-align: center;
    margin-right: 20px;
}

.slideTxtBox3 .hd ul li.on {
    height: 45px;
    background: #fff;
    border: 1px solid #d40202;
    border-bottom: 2px solid #fff;
    width: auto;
    padding: 0 15px;
    font-weight: bold
}

.slideTxtBox3 .bd ul {
    zoom: 1;
}

#link {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #d40202;
    font-weight: bold
}

#link span {
    font-size: 30px;
    margin: 0 10px;
    float: left
}

.link_list {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 0;
    float: left
}

.link_list ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.link_list li {
    width: auto;
    line-height: 35px;
    float: left;
    margin: 0 10px;
}

.index_link {
    width: 1160px;
    height: auto;
    margin: 10px 0;
    padding: 0
}

.index_link dl {
    width: 1160px;
    height: auto;
    margin: 0;
    padding: 0
}

.index_link dd {
    width: auto;
    line-height: 30px;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-inline-start: 0
}

.link-code {
    width: 1200px;
    height: auto;
    margin: 10px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.code-pic {
    width: 120px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 20px;
    position: relative;
}

.code-pic::after {
    width: 2px;
    height: 120px;
    background: #dedede;
    position: absolute;
    content: '';
    left: 140px;
    top: 10px;
}

.code-pic img {
    width: 120px;
    height: 120px;
    overflow: hidden;

}

.code-pic p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
}

#foot {
    width: 100%;
    height: 168px;
    border-top: 2px solid #bf1d14;
    background: #efefef;
    float: left;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
    line-height: 30px;
    position: relative;
}

#foot a {

    font-size: 14px;

}


#dzbs {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 25%;
    bottom: 20%
}

/* 列表页样式 */
#mbx{
     width: 100%;
     height: 35px;
     line-height: 35px;
     background: url('../images/home.jpg') no-repeat 0 8px ;
     text-indent: 25px;
     font-size: 14px;
     float: left;
     margin: 0 auto 20px auto;
     border-bottom: 1px solid #ddd;
     padding-bottom: 10px;
}
#mbx a{
    font-size: 14px;
}
.side-nv{
     width: 250px;
     height: auto;
     border-top: 2px solid #bf1d14;
     background: #fbfbef;
     float: left;
     display: flex;
     justify-content: space-around;
     flex-direction: column;
}

.side-nv h3{
    width: 210px;
    height: 55px;
    line-height: 55px;
    color: #bf1d14;
    text-align: center;
    font-size: 24px;
    margin: 10px auto;
    font-weight: normal;

}

.side-nv p{
    width: 208px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    margin:0 auto 20px auto;

}

.side-nv p a:hover{
    background: #bf1d14;
    color: #fff;
    display: block;

}

.side-right{
     width: 930px;
     float: left;
     margin-left: 20px;
}

.side-title{
     width: 100%;
     height: 35px;
     line-height: 35px;
     float: left;
     border-bottom: 1px solid #ddd;
     padding-bottom: 10px;
     margin-bottom: 10px;
     position: relative;
}
.side-title span{
    font-size: 20px;
    margin-left: 15px;
}

.side-title span::before{
    width: 5px;
    height: 20px;
    background: #bf1d14;
    position: absolute;
    content: '';
    left: 0;
    bottom: 15px;
}

.pglist {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
    font-size: 12px
}
.pglist ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin: 0 1px;
    line-height: 24px;
    background: #fff;
    color: #999
}
.active{
    background:#bf1d14 !important;
    color: #fff !important;
}
.pglist ul li:hover {
    background:#bf1d14;
    color: #fff;
    border: 1px solid #bf1d14;
}
.pglist ul li:hover a {
    color: #fff;
    font-size: 12px
}
.pglist ul li.thisclass {
    display: inline-block;
    border: 1px solid #bf1d14;;
    padding: 4px 12px;
    margin: 0 1px;
    background: #bf1d14;;
    color: #fff
}
.pglist ul li.thisclass a {
    color: #fff;
    font-size: 12px
}
.pglist ul li a {
    display: block;
    color: #999;
    font-size: 12px
}
.pglist ul li a:hover {
    color: #fff
}


/* 文章内容页面 */
.content-info{
     width: 100%;
     height: auto;
     padding: 0 20px;
     box-sizing: border-box;
     overflow: hidden;
}

.content-info h1{
    width: 100%;
    line-height: 45px;
    color: #bf1d14;
    text-align: center;
    font-size: 30px;
}
.content-click {
     width: 100%;
     height: 35px;
     line-height: 35px;
     text-align: center;
     font-size: 14px;
     text-align: center;
     margin: 20px auto;
     border-bottom: 1px solid #ddd;
     display: flex;
     justify-content: center;
}
.content-click span {
    width: auto;
    height: 35px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding: 0 10px;
}
.content-click a{
    font-size: 14px;
}

.content-click img {
    width: 21px;
    height: 21px;
    margin: 7px;
    float: left;
}
.content-wz{
    text-indent: 2em;
     width: 100%;
     height: auto;
     line-height: 35px;

}
.content-wz img{
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.content-share{
     width: 100%;
     height: 35px;
     line-height: 35px;
     margin: 20px auto 10px auto;
     padding-bottom: 10px;
     border-bottom: 1px solid #ddd;
     float: left;
}
.share-info{
     width:230px;
     height: auto;
     float: left;
     display: flex;
     justify-content: space-between;
}
.print-info{
    width:300px;
    height: auto;
    float: right;
    display: flex;
    justify-content: space-between;
}
.next-page {
     width: 100%;
     height: auto;
     display: flex;
     justify-content: space-around;
     flex-direction: column;
     line-height: 30px;
     font-size: 14px;
}
.next-page a {
    font-size: 14px;
}

/* 万村网页聚合页面 */
.wcwy{
     width: 100%;
     height: auto;
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     margin-top: 20px;
}
.wcyw-info{
     width: 550px;
     height: 180px;
     background: #f9f9f9;
     border: 1px solid #ddd;
     margin-bottom: 20px;

}

.wcyw-info img{
    width: 150px;
    height: 105px;
    float: left;
    margin: 35px 10px 40px 35px;
}
.wcyw-info h4{
    width: 320px;
    height: 35px;
    line-height: 35px;
    color: #bf1d14;
    float: left;
}
.wcyw-info p{
    width: 320px;
    height: 125px;
    float: left;
}
.wcyw-info a{
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
}