body {    
font-family: 'Roboto',sans-serif;
font-size: 13px;
color: #000000;
}
.media-heading:visited {
    color: #23527c;
}
/*tabs*/
.page_tabs {
    height: 39px;
    padding-left: 0px;
    list-style-type: none;
    border-bottom: 1px solid #e4e4e4;
}
.page_tabs > li {
    float: left;
    margin-right: 15px;
    line-height: 39px;
}
.page_tabs > li > a {
    padding: 9px 0px;
    color: #888;
}

.page_tabs > li.active > a {
    color: #333;
    border-bottom:2px solid #D9534F;
}

.simply-nav {
    list-style-type:none;
    padding-left: 0px;
}
.simply-nav > li {
    display: inline-block;
    margin-right: 5px;
}

.simply-nav > li > a {
    border-radius:4px;
    display: block;
}
.simply-nav > li > a:active {
    color: black;
}

.simply-nav li.active a {
    text-decoration: underline;
    cursor: text;
    color: #000000;
    font-weight: bold;
}

/*end tabs*/

/*head titles*/
.head_left, .head_right, .head_title {
    line-height: 40px;
    height: 40px;
    margin-bottom: 15px;
}
.head_left {
    float: left;
}
.head_right {
    text-align: right;
}

.head_title {
    padding: 8px 12px 8px 0px;
    font-size: 16px;
    border-bottom: 2px solid #3386cd;
}
/*end head titles*/


/*containers*/
.container-fluid {
    max-width: 1250px;
}

.block_page_body {
    padding: 15px;
}
.block_page_head, .block_page_head_bg {
    height: 39px;
    padding: 0px 15px;
}
.shadow_block {
    box-shadow: 0px 6px 17px #e9e9e9;
    border:1px solid #e4e4e4;
    border-top: none;
}
.block_in_body_bg {
    background-color: #f5f5f5;
    border-right:8px;
    padding: 15px;
    margin: 15px 0;
}
.main_left {
    border-right: 1px solid #e3e3e3;
}
.main_right {
    padding: 15px;
    margin-left: -1px;
    border-left: 1px solid #e3e3e3;
}
.main_container {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.bottom-container {
    border-top: 1px solid #e4e4e4;
}
.for-bottom {
    max-width: 540px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
}
.for-bottom a {
    display: block;
}
@media (max-width: 768px) {
    .for-bottom a {
        display: inline;
    }
}
@media (max-width: 991px) {
    .main_left {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }
}
.show_all_big_link {
    text-align:center;
    padding: 15px;
    margin-top: 15px;
    font-weight: bold;
    background-color: #eee
}

.notice_div a {
    display: block;
}
.notice_div_icons {
    position: fixed;
    bottom: 20px;
    left: 10px;
}
.notice_div_icons a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    box-shadow: 2px 2px 4px #bdbdbd;
    text-align: center;
    line-height: 30px;
    margin-left: 7px;
}
.notice_div_icons i {
    text-align: center;
}
.notice_div_icons span {
    position: absolute;
    display: inline-block;
    width: 18px;
    font-size: 9px;
    text-align: center;
    background: #d9534f !important;
    line-height: 13px;
    top: -10px;
    left: 17px;
    height: 18px;
    border-radius: 100%;
}

/*end containers*/


/*top*/
.navbar-toggle {
    float:left;
    margin-left: 5px;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    border-top: none;
}
.navbar-default .navbar-nav>li>a {
    padding: 15px 8px;
}
.navbar-default .navbar-brand {
    height: inherit;
    padding: 15px 8px;
    font-size: inherit;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin: 0;
    }
}

/* end top */


/*tags*/
hr {
border-top:1px solid #e9e9e9;
margin: 7px 0px;
}
a:focus {
    text-decoration: none;
}
a:active {
    text-decoration: underline;
}
.h1, .h2, .h3 .h4, h1, h2, h3, h4 {
    margin:15px 0px;
}
/*end tags*/



/*other style*/
.label2 {
border-radius:4px;
color:#fff;
font-size:11px;
margin-top:2px;
padding:2px 5px;
white-space:nowrap;
}

.media {
margin-top:5px;
}
.media-body {
    font-size: 12px;
}
.media-body > a.media-heading {
    font-size: 13px;
}
.notext {
    color: #6e6e6e;
}

.miniinfo,.miniinfo >a {
color:#989898;
}
.vote-info {
    float: right;
    width: 200px;
}
.vote-info > div {
    background-color: #eee;
    border-radius: 100%;
    float: right;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    padding: 8px;
    text-align: center;
}
/*end style*/
