.thr_cms {
    text-align: left;
}

.thr_cms p {
    line-height: 1.5;
    /*color: #666;*/
    margin-bottom: 0px !important
}

.thr_cms .one_full {
    width: 100%;
    float: left;
}

.thr_cms .img_right {
    float: right;
    margin-right: 3%;
}

.thr_cms .img_left {
    float: left;
    width: 35%;
}

.thr_cms ul.list {
    margin: 0 0 0em !important;
    padding: 0;
    list-style-position: inside;
    list-style-image: url(/assets/images/xyzpage/img/list.png);
}
.thr_cms li {
    text-align:left;
}

.nl_wrap {
    float:right;
    width:65%;
}

.nl_title {
    font-weight: bold;
}

ol.numbered_list {
    counter-reset: li;
    margin-left: 0 !important;
    padding-left: 0;
}

ol.numbered_list > li {
    position: relative;
    margin: 0 0 6px 0px;
    padding: 4px 8px;
    list-style: none;
}

ol.numbered_list > li:before {
    content: counter(li);
    counter-increment: li;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 2em;
    margin-right: 8px;
    padding: 2px 6px;
    color: #000;
    /*background: #1AA1E1;*/
    background:#D6D6D6;
    font-weight: bold;
    text-align: center;
}

.thr_cms h1 {
    color: #011b3c;
    font-size: 28px;
    font-weight: normal;
    text-align: left;
}

/* xyzpage new */

.tlw1, .tlw2 {
    margin-left: 9%;
    margin-bottom: 1%;
}

.thrxyzpage ul li {
    display: inline-block;
    float: center;
    position: relative;
}

.thrlistwrap {
    display: inline-block;    
}

.thrlistwrap a {
    position: relative;
    display: inline-block;
}

.thrxyzpage .xyztitlebg,
.thrxyzpage .xyzbuttonbg {
    zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.thrxyzpage .xyztitle {
    position: absolute;
    top: 1%;
    left: 1%;
    padding: 10px;
    background: #011B3C;
    color: #fff;
    font-size: 22px;
}

.thrxyzpage .xyzbutton {
    position: absolute;
    bottom: 1%;
    right: 1%;
    line-height: 20px;
    padding: 10px;
    background: #DD261E;
    color: #fff;
    font-size: 18px;
}

.thrlistwrap:hover .xyztitle {
    background: #011b3c;
    color: #fff;
}

.thrlistwrap:hover .xyzbutton {
    background: #FFCC00;
    color: #011b3c
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.martop4 {
    margin-top: 10px;
    height: 0px;
}

.one_third {
    width: 31.3%;
}
.one_third {
    float: left;
    margin-right: 3%;
    margin-bottom:2%;
}
.one_third.last {
    margin-right: 0px;
    float: right;
}
.one_third p {
    padding:4px 4px;
}

.one_halfx {
    width: 48.5%;
}
.one_halfx{
    float: left;
    margin-right: 3%;
}
.one_halfx.last {
    margin-right: 0px;
    float: right;
}