.main{
    width: 1200px;
}

.main .pos {
  width: 1200px;
  box-sizing: border-box;
  margin: 26px auto 0;
  background: #f7e4e4;
  font-size: 18px;
  padding: 0 20px;
  line-height: 42px;
}

.main .pos i {
  background: url("../images/pos.png");
  width: 19px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.main .title{
    border-bottom: 1px solid #e2e0e0;
}

.main .title h5{
    border-bottom: 6px solid #bb1f20;
    width: 104px;
    color: #bb1f20;
    font-size: 24px;
    line-height: 44px;
}

.main .title .more{
    color: #6f6f6f;
    margin-top: 18px;
}

.main .kshsj{
    background: #ffffff;
    padding-top: 10px;
    margin-bottom: 20px;
}

.main .kshsj .title{
    border-bottom:0;
    margin: 20px auto 30px;
}

.main .kshsj .title img{
    display: block;
    margin:0 auto;
}
.kshsj .kshsjNav{
    width: 1110px;
    margin:0 auto 20px;
}
.kshsj .kshsjNav li {
    display: inline-block;
    width: 185px;
    float: left;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    background: #F7F8FC;
    cursor: pointer;
}
.kshsj .kshsjNav li.active {
    background: #bb1f20;
    color: #ffffff;
}
.kshsj .chart {
    width: 1200px;
    height: 420px;
}
.tjsj .list{
    margin-top: 20px;
}

.tjsj .list li{
    font-size: 18px;
    margin-bottom: 18px;
}

.tjsj .list li .point{
    width: 6px;
    height: 6px;
    background: #bb1f20;
    margin: 10px 16px 0 0;
    border-radius: 3px;
    display: inline-block;
}
.tjsj .list li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1000px;
    display: inline-block;
}
.tjsj .list li a:hover{
    color: #bb1f20;
}
.tjsj .list li .time {
    color: #8d8d8d;
}
.sjs {
    margin: 30px 0;
}
.sjs .con .section {
    width: 390px;
    height: 218px;
    overflow: hidden;
    margin: 20px 15px 20px 0;
    position: relative;
}

.sjs .con .section:last-child{
    margin-right: 0;
}

.sjs .con .section img {
    width: 100%;
    height: 100%;
}

.sjs .con .section p {
    width: 100%;
    height: 44px;
    font: 18px/44px "Microsoft YaHei";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}