﻿/*通用样式*/
body {font-size: 14px;  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";  color: #333;  margin: 0;  padding: 0;  min-width: 1200px;margin: 0 auto;}
* {margin: 0;  padding: 0;  list-style: none;  box-sizing: border-box;  }
html,body{  height: 100%;  margin: 0;  padding: 0;  }
input, button {  border: 0;  outline: none;  font-family: "Microsoft YaHei";  }
a {text-decoration: none;  }
a:focus {outline: none;}
textarea {  resize: none;  outline: none;  font-family: "Microsoft YaHei";  }
textarea:focus {  outline: none;  }
table{  width: 100%;  border-collapse: collapse;  }
.bg-white {  background: #fff;  }
.bg-f6{background:#f6f6f6;}
.bg-fa{background:#fafafa;}
image{border:none;}
@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*引用背景精灵图*/
.icons {
    display: inline-block;
    background-image: url('/images/2018/icons.png');
    background-repeat: no-repeat;
}
.pull-left{float: left;}
.pull-right{float: right;}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix:after{content:".";height:0;clear:both;visibility:hidden}
.text-center{text-align: center;}
.text-left{text-align:left ;}
.text-right{text-align: right;}
.hidden{display: none!important;}
.overflow{overflow: hidden;}
.box-shadow{-moz-box-shadow:2px 2px 8px #e8e8e9; -webkit-box-shadow:2px 2px 8px #e8e8e9;-o-box-shadow:2px 2px 8px #e8e8e9; box-shadow:2px 2px 8px #e8e8e9;background-color: #ffffff;}
.phcolor{ color:#999;}
.container,.wrapper{  max-width: 1200px;  min-width: 1000px;  margin: 0 auto;  }
.wrapper{padding-bottom: 40px;  margin:0 auto;  }
.over-hidden{overflow: hidden;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}

/*描述*/
.news-content .title{font-size: 20px;color:#ff7800;font-weight: bold;}
.news-content .news-details{line-height: 26px;margin-bottom:45px;}

.radius-btn{ display:none!important; }

























