/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #72c02c;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

.detail {
    font: 300 1.2em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

/*文字列表*/
.list {
    margin: 0;
    padding: 0;
    text-align: left;
}

.list li {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px dotted #eee;
}

.list li:hover {
    border-bottom: 1px solid #72c02c;
    color: #72c02c;
}

.list li span {
    color: #9f9f9f;
    padding-right: 10px;
}

.list li a {
    color: #687074;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list li.more a {
    padding-right: 96px;
}

.list li a:hover {
    text-decoration: none;
}

.list li .time {
    position: absolute;
    right: 0;
    top: 0
}

/*headline*/
.headline .more {
    float: right;
    color: #72c02c;
    line-height: 30px;
    height: 30px;
}