.content {
    width: 1100px;
    margin: 20px auto 0;
    overflow: hidden;
}

.conLeft {
    float: left;
    width: 789px;
    border-top:0;;
}

.conLTit {
    background: #e6ecf3;
    border-left: 4px solid #3366CC;
    padding-left: 40px;
    overflow: auto;
}

.conLTitLeft {
    float: left;
}

.conLTitLeft span {
    font: bold 17px/40px '微软雅黑';
    color: #33a5ca;
}

.conLTitLeft a {
    font: bold 17px/40px '微软雅黑';
    color: #3376ca
}

.conLTitRight {
    position: relative;
}

.conLTitRight img {
    right: 48px;
    top: 11px;
    position: absolute;
    cursor: pointer;
}

.typeText {
    width: 119px;
    height: 26px;
    border: 1px solid #33a5ca;
    position: absolute;
    top: 5px;
    right: 80px;
    line-height: 26px;
}

.typeBtn {
    background: #33a5ca;
    width: 40px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 5px;
    right: 40px;
    cursor: pointer;
}
.conLCon{
    padding:19px 39px 0px 22px;
    border: 1px solid #d4d6dc;
    border-top:0;
}
.conLCon ul li{
    height:39px;
}

.conLCon ul li a {
    color: #343434;

}
.conWord span,.conDate{
    font:16px/38px '微软雅黑'
}
/* .conLCon ul li a:hover{ */
/*     color: #3366CC; */
/* } */

.conLCon ul li:hover{
    background-color:#cc32330f
}
.conLCon ul li a:hover{
    color: #3366CC;
}
.conLCon ul li a:hover span{
    color: #003366;
    font-size:17px;
}
.conWord {
    float: left;
}

.conWord img {
    margin-right: 10px;
    vertical-align: middle;
}

.conDate {
    float: right;
}

.conRight {
    width:300px;
    margin-left:10px;
    float: left;
}

.hotNews{
    margin-top:20px;
    width:298px;
    float: left;
}
/*文字条*/
.hotTit a{
    font: bold 18px/40px '微软雅黑';
    margin-left: 45px;
    color: #33a5ca;
}

.hotTit{
    height:40px;
    border-left:4px solid #33a5ca;
    background: #e1f2f7;
}
.hotCon img{
    margin-right: 10px;
    vertical-align: middle;
}
.hotCon{
    padding:16px 30px;
    border:1px solid #d4d6dc;
    border-top:0;;
}
.hotCon a{
    color: #343434;
    font:14px/26px '微软雅黑';
}
.hotCon a:hover{
    color: #3366CC;
}