@charset "UTF-8";

/**
 *
 * @authors Your wade (you@example.org)
 * @date    2017-06-13 14:45:32
 * @version $Id$
 */

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

header,
section,
footer {
    display: block;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", Heiti, "黑体", Arial, Helvetica;
}

ul {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.wrapper {
    position: relative;
}

.logo {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
    box-sizing: border-box;
}

.logoM {
    margin-left: 60px;
}

.banner {
    width: 1200px;
    height: 337px;
    margin: 0 auto;
    background: url('/images/cgse_transactioncode/banner.jpg')no-repeat center center;
}

.content {
    width: 1200px;
    margin: 25px auto 0;
    padding-bottom: 55px;
    box-sizing: border-box;
}

.content>ul>li {
    float: left;
    height: 172px;
}

.discuss {
    width: 279px;
    margin-right: 21px;
}

.discuss ul li {
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
    margin-top: 16px;
}

.discuss ul li:first-child {
    margin-top: 0;
}

.discuss ul li span.dot {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: url('/images/cgse_transactioncode/dot.png')no-repeat center center;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
}

.discuss ul li a,
.discuss ul li span {
    display: inline-block;
}

.discuss ul li a.title,
.discuss ul li span.time {
    text-align: left;
}

.discuss ul li span.timePic {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9.5px;
    vertical-align: middle;
    width: 19px;
    height: 19px;
}

.discuss ul li a.title {
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
    /* width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; */
}

.discuss ul li a.title:hover {
    text-decoration: underline;
    color: #2ca2f5;
}

.discuss ul li span.time {
    color: #666;
    font-size: 10px;
}

.morning {
    background: url('/images/cgse_transactioncode/morning.png')no-repeat center center;
}

.evening {
    background: url('/images/cgse_transactioncode/evening.png')no-repeat center center;
}

.midday {
    background: url('/images/cgse_transactioncode/midday.png')no-repeat center center;
}

.week {
    background: url('/images/cgse_transactioncode/week.png')no-repeat center center;
}

.question {
    width: 310px;
    overflow-y: auto;
    border: 1px solid #dedede;
    padding: 10px 13px 10px 10px;
    box-sizing: border-box;
}

.question>.itemQ {
    margin-top: 10px;
}

.question>.itemQ:first-child {
    margin-top: 0;
}

.itemT {
    color: #f05a28;
    font-size: 14px;
    font-weight: bold;
}

.itemA {
    font-size: 12px;
}

.itemS {
    color: #000000;
    cursor: pointer;
}

.itemS:hover {
    text-decoration: underline;
    color: #2ca2f5;
}

.itemD {
    color: #000;
    cursor: pointer;
}

.itemD span {
    color: #f05a28;
}

.video {
    width: 280px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.video:hover .videoH {
    display: block;
}

.video2016 {
    background: url('/images/cgse_transactioncode/video2016.jpg')no-repeat center center;
}

.video2 {
    background: url('/images/cgse_transactioncode/video2.jpg')no-repeat center center;
}

.video .play {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
}

.video .play img {
    vertical-align: middle;
    margin-right: 10px;
}

.videoH {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.videoH img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.footer {
    text-align: center;
    font-size: 13px;
    color: rgb(103, 76, 76);
    padding: 21px 0;
    background-color: #ededf1;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.footer p {
    margin: 5px 0;
}

.footer p a {
    color: rgb(102, 102, 102);
}

.modalBg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
    display: none;
}

.modal {
    position: fixed;
    z-index: 6;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.modal-header {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #878787;
    font-size: 16px;
    cursor: pointer;
}

.modal-header img {
    vertical-align: middle;
    margin-right: 5px;
}

.widthM1 {
    width: 690px;
    padding: 60px 50px;
}

.widthV {
    width: 750px;
    padding: 65px 25px 50px;
    height: 515px;
}

.questionDI {
    display: none;
}

.questionDI-T {
    font-size: 20px;
    color: #f05a28;
}

.questionDI-D {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    line-height: 27px;
}
