/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}

/*index*/
.index_wrap{
    width: 100%;
    min-width: 1200px;
    min-height: 680px;
    height: 100vh;
   /* background: url("../public/images/entrance_bg.jpg") no-repeat;*/
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
	font-size: 14px;
}
.index_top{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}
.index_top img{
    margin-left: 10%;
    width: 240px;
    margin-top: 18px;
}
.index_top span{
    position: absolute;
    color: #9A0000;
    font-size: 20px;
    top: 40px;
    margin-left: 10px;
    font-weight: bold;
}
.index_content{
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
}
.box_wrap{
    width: 400px;
    float: left;
}
.box_item{
    width: 180px;
    height: 110px;
    border-radius: 5px;
    float: left;
    color: #fff;
    position: relative;
}
.box_item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.box_item h3{
    margin-top: 15px;
    margin-left: 15px;
    color: white;
}
.box_item p{
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
}
.box_item img{
    width: 20px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.text_wrap{
    width: calc(100% - 420px);
    float: left;
    margin-top:15px;
    margin-left:10px;
    background: #318390;
    height: 360px;
    border-radius: 5px;
    color: #fff;
    overflow-x: hidden;
}
.text_content{
    background: #318390;
    width: calc(100% + 20px);
    height: 360px;
    overflow-y: scroll;
}
.text_wrap p{
    position: relative;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
}
.text_wrap p span:nth-of-type(1){
    max-width: 75%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.text_wrap p span:nth-of-type(2){
    position: absolute;
    right: 15px;
    color: #cdcdcd;
}
.text_wrap p i{
    background: #e3b000;
    color: #000;
    font-size: 10px;
    padding: 2px;
    position: absolute;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    top: 13px;
    box-sizing: content-box
}
.index_bottom{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.bg1{
    background: #0097ac;
     margin-left: 15px;
     margin-top: 15px;
}
.bg2{
     background: #6fa44c;
     margin-left: 15px;
     margin-top: 15px;
 }
.bg3{
    background: #007bb5;
     margin-left: 15px;
     margin-top: 15px;
}
.bg4{
    background: #27a15e;
    margin-top: 15px;
    margin-left: 15px;
}
.bg5{
    background: #007B66;
     margin-left: 15px;
     margin-top: 15px;
}
.bg6{
    background: #27A0D3;
     margin-left: 15px;
     margin-top: 15px;
}

.bg7{
    background: #617E4E;
     margin-left: 15px;
     margin-top: 15px;
}
.bg8{
    background: #3DA365;
     margin-left: 15px;
     margin-top: 15px;
}
.mgl{
    margin-left: 15px;
}
.mgt{
    margin-top: 15px;
}
.disable{
    background: #999;
}
.disable a{
     cursor: not-allowed;
}
