/*
*2019.09.12
*/
/*导航*/
body {
  padding-top: 91px;
}
/*顶部二级导航*/
/*中间部分*/
.ws-common-head {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  background: #f1f1f1;
  padding-left: 24px;
  position: relative;
}
.ws-common-head:after {
  content: '';
  height: 30px;
  width: 4px;
  background: #f60;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}
.ws-bigtime {
  color: #f60;
  font-size: 14px;
  line-height: 1;
  padding: 20px 0;
}
.ws-left-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.ws-left-head .ws-head1 {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #4d4d4d;
}
.ws-left-head .ws-head2 {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 40px;
}
.ws-left-head .ws-head2:after {
  position: absolute;
  top: 3px;
  left: 20px;
  content: '';
  height: 14px;
  border-right: 1px solid #4d4d4d;
}
.ws-content {
  width: 1200px;
  min-width: 1200px;
  padding: 0;
}
.ws-content .ws-left {
  width: 860px;
  /*分页*/
}
.ws-content .ws-left .ws-news {
  padding-top: 20px;
  /*图集*/
  /* images */
  /* 包裹可以加inline-block */
  /* images */
  /* 内容*/
  /* 类型 */
}
.ws-content .ws-left .ws-news hr {
  margin: 0 auto 20px;
}
.ws-content .ws-left .ws-news .pictures_p {
  font-size: 20px;
  color: #4d4d4d;
  margin: 20px auto;
}
.ws-content .ws-left .ws-news .pictures--img {
  display: inline-block;
  position: relative;
}
.ws-content .ws-left .ws-news .pictures--img .tip {
  width: 27px;
  height: 27px;
  background: url("../images/play.png");
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  /*   outline:1px solid red; */
}
.ws-content .ws-left .ws-news .pictures--img img {
  width: 188px;
  height: 125px;
  margin-left: 8px;
}
.ws-content .ws-left .ws-news .pictures--img.first img {
  margin-left: 0;
}
.ws-content .ws-left .ws-news .pictures--time {
  font-size: 13px;
  color: #999;
  /*margin:20px auto;*/
  margin-top: 20px;
}
.ws-content .ws-left .ws-news .article--wraped {
  display: inline-block;
  width: 860px;
  /*height:170px;*/
  /*outline:1px solid red;*/
  padding-bottom: 19px;
  position: relative;
}
.ws-content .ws-left .ws-news .article--img {
  display: inline-block;

}
.ws-content .ws-left .ws-news .article--img.first{
	/*margin-left:0px;*/
}
.ws-content .ws-left .ws-news .article--img .ws-tip {
  width: 27px;
  height: 27px;
  background: url("../images/play.png");
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 4;
}
.ws-content .ws-left .ws-news .article--img .ws-tip:hover {
  background: url("../images/playhover.png");
}
.ws-content .ws-left .ws-news .article--img .tip {
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  background: rgba(255, 102, 0, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  /*   outline:1px solid red; */
}
.ws-content .ws-left .ws-news .pictures--wraped a .article--img img {
  width: 280px;
  height: inherit;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.ws-content .ws-left .ws-news .pictures--wraped a:last-child .article--img img{
    margin-right: 0;
}

.ws-content .ws-left .ws-news .article--img img{
        width: 225px;
    height: 150px;
    position: relative;
    z-index: 2;
}
.ws-content .ws-left .ws-news .article--content {
  width: 100%;
  height: 150px;
  padding: 0 0 2px 245px;
  position: absolute;
  text-align: justify;
}
.ws-content .ws-left .ws-news .article_p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  text-align: left;
  color: #4d4d4d;
}
.ws-content .ws-left .ws-news .article--author {
  font-size: 12px;
  color: #999;
}
.ws-content .ws-left .ws-news .article--author span {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 25px;
  height: 25px;
}
.ws-content .ws-left .ws-news .article--author .article--authorpic {
  margin-left: 0;
}
.ws-content .ws-left .ws-news .article--author .article--authorpic img {
  width: 25px;
  height: 25px;
  margin-top: -4px;
  border-radius: 50%;
}
.ws-content .ws-left .ws-news .article--type {
  font-size: 13px;
  text-align: left;
  color: #999;
}
.ws-content .ws-left .ws-news .article--type .icon {
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}
.ws-content .ws-left .ws-news .article--type--tip a {
  color: #999;
}
.ws-content .ws-left .ws-news .article--type .first {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ws-content .ws-left .ws-news .article--type--say {
  margin: 0;
}
.ws-content .ws-left .am-pagination {
  text-align: center;
}
.ws-content .ws-left .am-pagination li a {
  font-size: 16px;
  color: #808080;
}
.ws-content .ws-left .am-pagination li.am-active a {
  background: none;
  border: 1px solid #f60;
  color: #f60;
}
.ws-content .ws-right {
  width: 300px;
  margin-bottom: 40px;
}
  /*热文榜*/
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh {
  width: 124px;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 15px;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh1,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh2 {
  position: relative;
  cursor: pointer;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh1:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  height: 14px;
  border-right: 1px solid #ceced0;
}
.ws-content .ws-right .ws-hotdoc .ws-active {
  color: #f60;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabc2 {
  display: none;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv a {
  display: block;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:last-child {
  margin-bottom: 0;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(1) .ws-hotdoc-tabconSpan,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(2) .ws-hotdoc-tabconSpan,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(3) .ws-hotdoc-tabconSpan {
  color: #ff6600;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabconSpan {
  position: absolute;
  height: 24px;
  font-size: 16px;
  line-height: 1.7;
  top: 0;
  left: 0;
}
.ws-hr {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
/*分页*/
.ws-pagination span {
  display: inline-block;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.ws-pagination .current {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.ws-pagination a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.ws-pagination a:hover {
  border: 1px solid #ff6600;
  color: #ff6600;
}
/*快讯*/
.ws-content .ws-right .ws-newsflash {
  height: 466px;
  overflow: hidden;
  position: relative;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent .ws-newsflash-time {
  font-size: 14px;
  color: #f60;
  line-height: 1;
  padding: 6px 0 15px 0;
  font-weight: normal;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent .ws-newsflash-item:last-child {
  margin: 0;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent .ws-newsflash-item {
  padding: 5px 15px 0 20px;
  margin-bottom: 13px;
  position: relative;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent .ws-newsflash-item .ws-newsflash-icon {
  display: block;
  background-image: url('../../news/images/sprite2.png');
  background-position: -15px -162px;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 0;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent .ws-newsflash-item .ws-newsflash-cont {
  display: block;
  font-size: 14px;
  line-height: 1.7em;
  color: #333;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-parent .ws-newsflash-item .ws-newsflash-source {
  font-size: 12px;
  color: #999;
  line-height: 1;
  padding-top: 11px;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-scroll {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  visibility: hidden;
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-scrollBg {
  width: 5px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #efefef;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.ws-content .ws-right .ws-newsflash .ws-newsflash-scrollBar {
  background: #a3a3a3;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  width: 7px;
  height: 110px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.ws-content .ws-right .ws-newsflash-more {
  width: 100px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #f60;
  text-align: center;
  display: block;
  border: 1px solid #f60;
  margin-top: 20px;
  cursor: pointer;
  font-size: 12px;
}
.ws-content .ws-right .ws-newsflash-more a{
	color:#f70;
}
.ws-content .ws-right .ws-newsflash-more:hover,
.ws-content .ws-right .ws-newsflash-more:active,
.ws-content .ws-right .ws-newsflash-more:visited {
  color: #f60 !important;
}
/* 新左边list样式 */
.ws-content .ws-left .ws-news{
	padding-top: 0;
}
.ws-bigtime{
	padding:40px 0 0;
}

.ws-newsflash-list01{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.ws-newsflash-list01 h5{
	line-height: 1.6;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	padding: 14px 0 9px;
	margin: 0;
}
.ws-newsflash-list01 .ws-newsflash-tag-parent{
	font-size: 12px;
	color: #999999;
	line-height: 1;
	padding-bottom: 15px;
}

.ws-newsflash-list01 .ws-newsflash-tag-parent .ws-newsflash-tag{
	margin-right: 10px;
}
.ws-newsflash-list01 .ws-newsflash-content{
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	padding: 11px 15px;
	background: #fafafa;
}
.ws-newsflash-list01 .ws-newsflash-content .ws-color-yellow{
	color: #f60;
}


#ws-newsflash-goodtip{
	position:absolute;
	width:320px;
	padding:14px;
	font-size:14px;
	color:#333;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index:100;
	text-align:justify;
        word-wrap: break-word;
}
#ws-newsflash-goodtip span.ws-arrowright{
    position: absolute;
    top: 18px;
    right: -16px;
    /* content: '\23F4 '; */
    color: #fff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-shadow: 5px 0 7px rgba(0, 0, 0, 0.1);
}