﻿html {
    font-size: 100px;
}

a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: .12rem;
}

body {
}

h2 {
    color: #333;
    font-size: .18rem;
    text-align: center;
    line-height: 2;
}

h2, h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header {
    display: -webkit-box;
    display: box;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #666;
}

    .header img {
    }

    .header nav {
        -webkit-box-flex: 1;
        width: 0;
        height: 1.2rem;
        margin-left: .3rem;
    }

        .header nav ul {
            overflow: hidden;
        }

        .header nav li {
            width: 50%;
            height: .4rem;
            line-height: .4rem;
            float: left;
            font-weight: bold;
        }

            .header nav li a {
                color: #333;
                font-size: .16rem;
            }

.focus-section {
    margin-top: .1rem;
}

    .focus-section img {
        width: 100%;
    }

.wrap > a {
    position: relative;
    width: .85rem;
    margin-right: .1rem;
}

/*.wrap>a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/

.section {
}

    .section h2 {
        text-align: left;
        font-size: .18rem;
        color: #333;
        line-height: 3;
    }

        .section h2 span {
            color: #E67E22;
        }

    .section .wrap {
        display: -webkit-box;
        display: box;
    }

        .section .wrap img {
            width: .85rem;
        }

    .section article {
        width: 0;
        -webkit-box-flex: 1;
        box-flex: 1;
    }

        .section article a {
            padding-bottom: .02rem;
            padding-top: .02rem;
            line-height: .2rem; /*mod - 20170207 - oldvalue : 1*/
            text-align: left;
            font-size: .16rem; /*mod - 20170117 */
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            /*white-space: nowrap;*/ /*del - 20170207 - */
            font-weight: bold;
            color: #333;
        }

    .section p {
        line-height: 1.5;
        color: #999;
    }

    .section li {
        margin-bottom: .15rem;
    }

        .section li:last-child {
            margin-bottom: 0;
        }

    .section .title, .detail .title {
        font-size: .18rem;
        line-height: 3;
        color: #333;
        font-weight: bold;
    }

.footer {
    background: #2c2c2c;
    color: #fff;
    text-align: center;
    font-size: .02rem;
    height: .55rem;
    line-height: 1;
}

    .footer p:first-child {
        padding-top: .13rem;
        padding-bottom: .05rem;
    }

    .footer a {
        color: #fff;
    }

.detail h1 {
    color: #E67E22;
    font-size: .25rem;
    /*line-height: 1.25;*/
    padding: .13rem 0;
    text-align: center
}

.author {
    color: #999;
    text-align: center
}

.detail .author em {
    color: #E67E22;
}

.date {
    margin-left: .3rem;
}

.abstract {
    color: #999;
    line-height: 1.5;
    font-size: .14rem;
}

    .abstract h2 {
        text-align: left;
        line-height: 2.5;
        color: #333;
    }

    .abstract:after {
        content: '';
        border-bottom: 1px solid #999;
        transform: scaleY(.5);
        -webkit-transform: scaleY(.5);
        height: 0;
        display: block;
        margin: .15rem 0;
    }

.content {
    line-height: 1.75;
    color: #333;
    font-size: .14rem;
}

    .content p {
        text-indent: .2rem;
    }

    .content a {
        display: inline-block;
        font-size: .14rem;
        text-indent: 0;
    }

.ads-event {
    position: relative;
}

    .ads-event:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
    }

.test .list-wrap {
    border: 2px solid white;
    clear: both;
    width: 96%;
    height: auto;
    /*margin: 15px 0;*/
}

    .test .list-wrap .title {
        padding-top: 2px;
        font-size: 15px;
        color: #333;
        font-weight: bold;
        height: auto;
        line-height: 20px;
    }

        .test .list-wrap .title:before {
            content: "*";
            color: red;
            display: inline-block;
            font-size: 12px;
            vertical-align: middle;
            line-height: 20px;
        }

.test .title {
    color: #666;
    font-size: 14px;
    line-height: 1;
    margin-top: 30px;
}

.test-h3 {
    color: #555;
    font-size: 16px;
    line-height: 2.5;
    border-bottom: 1px dashed #ccc;
    /*display: inline-block;*/
}

.test .list-wrap ul {
    overflow: hidden;
}

.test .list-wrap li {
    line-height: 30px;
    float: left;
    width: 100px;
    padding: 5px 0 2px 24px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
}

    .test .list-wrap li input {
        vertical-align: middle;
        display: inline-block;
    }

    .test .list-wrap li label {
        padding-left: 2px;
        vertical-align: middle;
        line-height: 30px;
        vertical-align: middle;
        display: inline-block;
    }

.btn-area {
    margin-top: 20px;
}

.page-btn, .submit-btn {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 14px;
}

.submit-btn {
    color: #fff;
    background: #3879D9;
}

#result {
    line-height: 2;
    font-size: 16px;
    color: red;
}
