﻿@charset "UTF-8";
/* CSS Document */



.artical_content{font-size:14px; width:100%; max-width:600px; margin:0 auto; line-height:24px; letter-spacing:0.5px; text-align:center; font-weight:normal; padding:40px 0 0 0; font-family:'微软雅黑';}
.artical_title{font-size:22px; font-weight:bolder; color:#494166; text-align:center;font-family:'微软雅黑';}
.date{ font-size:12px; float:right; letter-spacing:0.5px;}
.content_txt{font-size:12px; color:#494949; list-style:none; line-height:24px;width:90%;max-width:800px; margin:0 auto;border-bottom:1px solid #CCC;}
.content_a{ display:block; width:90%; margin:0 auto;border-bottom:1px dashed #ccc;line-height:31px; height:31px;}
.content_span{ width:60%;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; display:inline-block;}
.date{ font-size:12px; float:right; right:10px; letter-spacing:0.5px;}
.input,.select{ border:1px solid #dfdbdf; border-radius:2px; width:66%; height:40px; padding:5px 10px;}
.submit{ width:75%; max-width:250px; color:#FFF;background-color:#f39800;font-size:18px; font-weight:bold; line-height:50px; height:50px;letter-spacing:1px; border:0px; border-radius:4px; box-shadow: 0 4px #cf8202;  }
.boxshow {
    box-shadow:0px 5px 15px rgba(0,0,0,0.4)
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {/* WebKit browsers */
            color: #7a8593;
        }
        input:-moz-placeholder, textarea:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
            color:#7a8593;
        }
        input::-moz-placeholder, textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
            color:#7a8593;
        }
        input:-ms-input-placeholder, textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
            color:#7a8593;
        }
        input,textarea{
            color:#7a8593;
        }

#name, #phone { width:30%;}
#name {margin-right:2%;}
@media only screen and (max-width: 767px) {
    .input,.select{ width:80%;}
    #name, #phone { width:80%}
    #name {margin-bottom:40px;}
}