.heading {
    line-height: 1;
    padding: 40px 0 30px 0;
    overflow: hidden;
    text-align: center;
    line-height: 1.5;
}
.color-hoverys {
    color: #3734a9;
}
.bg-gray {
    background: #f7f7f7;
}
.container{
    max-width: 100%;
    overflow: initial;
}
.main-container {
    padding: 20px 15px 15px;
}
.bg-white {
    background-color: #fff !important;
}
.heading h1, .heading h2, .heading h3, .heading h4 {
    margin-bottom: 0;
    font-size: 26px;
    display: inline-block;
    color: #000;
}
.heading h1:after, .heading h2:after, .heading h3:after, .heading h4:after {
    display: block;
    content: "";
    width: 32px;
    height: 3px;
    background: #e81411;
    margin: 3px auto 0;
}
.item-list{list-style-type:none;margin:0;padding:0;margin-bottom:15px}
.item-list li{border-bottom:1px dashed #eee;padding:21px 0;padding-top:23px}
.item-list>li>a{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:1rem}
.item-list>li>a:hover{color:#FE8301}
.item-list>li>span{    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.1rem;
    font-weight: 500;}
.item-list li a:before{content:"●";color:#d32f0a;margin-right:8px;margin-left:4px}
.item-list li time{float:right;padding-right:5px;margin-left:8px;color:#999}
.item-list li>div{margin-top: 15px;}
.item-list li>div>p{margin-bottom:0px;}