@charset "utf-8";
.left_con .today_hot {
    /* height: 787px; */
}
.left_con .today_hot .navbar {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: #f4f9fe;
    border-bottom: 2px solid #4091fd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.left_con .today_hot .navbar a {
    width: 120px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.left_con .today_hot .navbar a.active {
    background: #4091fd;
    color: #fff;
}
.left_con .today_hot .nav_every {
    display: none;
    position: relative;
}
.left_con .today_hot .nav_every .item {
    height: 131px;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *zoom: 1;
}
.left_con .today_hot .nav_every .item:before,
.left_con .today_hot .nav_every .item:after {
    display: table;
    content: "";
}
.left_con .today_hot .nav_every .item:after {
    clear: both;
}
.left_con .today_hot .nav_every .item img {
    width: 160px;
    height: 100px;
    float: left;
    display: inline;
}
.left_con .today_hot .nav_every .item div {
    width: 610px;
    margin-left: 20px;
    float: left;
    display: inline;
}
.left_con .today_hot .nav_every .item div a {
    font-size: 18px;
    color: #151515;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.left_con .today_hot .nav_every .item div a:hover {
    color: #4091fd;
}
.left_con .today_hot .nav_every .item div p:nth-child(2) {
    font-size: 12px;
    color: #545454;
    margin-top: 5px;
}
.left_con .today_hot .nav_every .item div p:nth-child(2) span {
    color: #999;
}
.left_con .today_hot .nav_every .item div p:nth-child(3) {
    font-size: 14px;
    color: #828a92;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.left_con .today_hot .pages {
    margin-top: 49px;
    *zoom: 1;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 64px;
}
.left_con .today_hot .pages:before,
.left_con .today_hot .pages:after {
    display: table;
    content: "";
}
.left_con .today_hot .pages:after {
    clear: both;
}
.left_con .today_hot .pages li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    float: left;
    display: inline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    color: #2c3e50;
    cursor: pointer;
}
.left_con .today_hot .pages li:hover {
    background: #ddd;
    color: #fff;
}
.left_con .today_hot .pages li:first-child,
.left_con .today_hot .pages li:last-child {
    width: 44px;
}
.left_con .today_hot .active {
    display: block;
}