.ts-main--width {
    display: block;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    margin-right: 30px;
}

#ts-main--events {
    z-index: -1;
}

.ts-main--title1 {
    color: #626262;
    font-size: 21.8px;
}

.ts-main--border-line {
    display: block;
    float: right;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.ts-main--border-line {
    display: block;
    float: right;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.events--item-con, .ts-main--title {
    display: inline-block;
    position: relative;
}

.events--item-con {
    width: 105%;
    right: -2.5%;
    margin-bottom: 60px;
}

.events--item-con .events--item-box {
    display: inline-block;
    float: right;
    width: 33.3%;
}

.events--item-con .events--item-box .events--item {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    padding: 3%;
}

.events--item-con .events--item-box .events--item .events-item-box--con {
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 5px 5px 0px 0px;
}

.events--item-con .events--item-box .events--item .events-item-box--con {
    border-radius: 10px 10px 0px 0px;
    height: 230px;
}

.titleOnImage {
    height: 30%;
    margin-top: 35%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.36);
}



.titleOnImage {
    z-index: 2;
    color: white;
    font-size: 20pt;
    font-weight: bold;
}



.catInfoBox {
    background: #cccccc4f;
    padding: 5%;
    border-top: 10px solid #297dfc;
    display: block;
}

.catInfoBoxBrif {
    height: 80px;
    overflow: hidden;
}

.more {
width: 74px;
    height: 29px;
    border-radius: 5px;
    background-color: #efefef;
    margin-top: 20px;
    margin-right: 30%;
}

.readMore {
    width: 120px;
    height: 26.5px;
    border-radius: 5px;
    background-color: #9e9e9e;
    text-align: center;
    color: #f4f5f7;
    font-size: 14pt;
}

.tagsBar {
    height: 60px;
    overflow: auto;
}

.tagsBar ul li a {
    color: #ffffff;
    padding: 1px 13px;
    background: pink;
    text-decoration: none;
    border-radius: 13px;
    margin-bottom: auto;
    margin-left: 10px;
    margin-top: 20px;
}

.liSpace {
    margin-bottom: 10px;
}

.tagsBar ul li a.t0 {
    background: #297dfc;
}

.tagsBar ul li a.t1 {
    background: #a2006f;
}

.tagsBar ul li a.t2 {
    background: #e65911;
}

.tagsBar ul li a.t4 {
    background: #8fbcff;
}

.ulInLIne {
    list-style: none;
}



.ulInLIneLi {
    display: inline-block;
    float: right;
}

.events--item-con .events--item-box .events--item .events-item-box--con img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.events--item-con .events--item-box .events--item .events-item-box--con img {
    height: auto;
    width: 100%;
}

@media screen and (max-width:450px) {  
    .events--item-con .events--item-box {
       display: inline-block;
       float: right;
       width: 100%;
   }  
   .ts-main--width {
        top: -100px;
    }
}




