*{
    margin:0;
    padding: 0;
    font-family:'微软雅黑';
}
html,body{
    width:100%;
    height:100%;
}
.topImg,.topImg img{
    height:auto;
    width:100%;
    margin-bottom: 20px;
}
.imgtxt{
    display: inline-block;
    width: 241px;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 15px;
    margin-left:5px;
}
.imgtxt img{
    width:100%;
    height:150px;
}

.typetitle{
    font-weight: bold;
    font-family: 微软雅黑;
    margin:15px 0px;
}
.footer {
    width: 100%;
    text-align: center;
    line-height: 200%;
    background: #E4E4E4;
    border-top: solid 6px #979797;
    margin-top: 20px;
    padding: 30px 0;
}

.whiteTank {
    background: #fff;
    margin: 1px;
    margin-top: 1px;
    padding: 10px;
    padding-bottom: 20px;
}

.cut2:hover{
    background: #00A0EA;
    box-shadow: 5px 5px 15px 5px #DBF1FC;
}

.cut2{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 1%;
    background: #EEF2F1;
    font-size:14px;
}

.whiteTank img{
    width:100%;
}
.cbanner{
    margin-top: 20px;
}
.cbanner img{
    width:100%;
}

.authorBox{
    border: 1px solid #dadada;
    background: #fff;
    width:100%;
    height:30px;
    line-height: 30px;
    background-image: url("./img/subjects_jd.gif") ;
    background-repeat: no-repeat;
    margin-top:20px;
}

.title{
    font-family: 微软雅黑;
}
.contentshort{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.effectBox3{
    margin-left: 0px;
}
.imgtxt a:hover,.imgtxt a:focus{
    color:#005580;
}
.list33 p.intro{
    margin-top: 0px;
    height: 350px;
    display: inline-block;
    overflow: hidden;
    text-indent: 24px;
}
.list33 .txtTank{
    position: relative;
    float: left;
    width: 230px;
    overflow: hidden;
    height: 475px;
}
.list33 .btnSet{
    bottom:0px;
}
a:hover {
    color: #ff0000;
    text-decoration:none !important;
    font-size: 14px;
}