﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-size: .875rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}
body{
    background-color: #F0F4FD;
}
/*startdom*/
.container{
    max-width:640px;
    margin:0 auto;
    background: #f0f4fd;
}
header{
    background: #F0F4FD;
    padding:12px 0 12px 25px;
    overflow: hidden;
}
header img{
    display: inline-block;
    width: 164px;
    height: auto;
    float: left;
}
.container .center{
    display: block;
    width: 640px;
    height:320px;
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.container .center .logo{
    height: auto;
    padding:30px 0 0 13px;
}
section{
    padding: 17px 12px 160px;
}
section .details{
    position: relative;
    padding:16px;
    background: #fff;
    margin-bottom:15px;
    overflow: hidden;
    box-shadow: -1px -2px 1px #ccc inset;
}

section .details img{
    width:96px;
    height:auto;
    float: left;
    padding:17px 0;
}
section .details div{
    width: 270px;
    height: auto;
    padding:14px 20px;
    float: left;
    text-align:left;
    overflow: hidden;
}
section .details div .title1{
    font-size: 30px;
    margin-bottom:5px;
    color: #000;
    display: block;
}
section .details div .title_info{
    font-size: 18px;
    line-height: 1.5;
    color: #5f5f5f;
    display: block;
    overflow:hidden;
}
section .details a{
    display: block;
    position: absolute;
    top:50%;
    right: 20px;
    padding:12px 10px;
    margin-top: -27px;
    text-align: center;
    background: #00aeff;
    float: right;
    color: #fff;
    font-size: 24px;
    border-radius: 12px;
    -webkit-border-radius:12px;
    z-index: 1000;
    text-decoration: none;
}
section .details button a{
    
    color: #fff;
}

/*提示浏览器打开*/
.open_with{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
    text-align: right;
}
.open_with img{
    max-width: 100%;
    max-height: 100%;
}
/*enddom*/