﻿@import url('topbottom.css');

.indexad{width:1200px;margin:0 auto;}
.indexad img{width:1200px;height:60px;object-fit:cover;margin-top:15px;border-radius:5px;}

/*-------------------新闻焦点图与焦点新闻----------------------*/
.focus { width: 1200px; margin: 0 auto; margin-top: 20px; }


.focusimg { width: 700px; height: 326px; position: relative; zoom: 1; overflow: hidden; float: left;background }
.focusimg .FP_angle { width: 7px; height: 7px; overflow: hidden; font-size: 0; line-height: 0; position: absolute; z-index: 10; }
.focusimg .FP_arr_left { width: 13px; height: 25px; position: absolute; z-index: 8; top: 150px; left: 5px; background: url(/static/images/p_w_06.gif) no-repeat 0 0; filter: Alpha(Opacity=80); opacity: .8; cursor: pointer; }
.focusimg .FP_arr_right { width: 13px; height: 25px; position: absolute; z-index: 8; top: 150px; right: 5px; background: url(/static/images/p_w_06.gif) no-repeat -200px 0; filter: Alpha(Opacity=80); opacity: .8; cursor: pointer; }
.focusimg .FP_NumList { position: absolute; right: 20px; bottom: 7px; zoom: 1; overflow: hidden; z-index: 9; }

.focusimg .FP_NumList span { float: left; width: 22px; height: 22px; text-align: center; line-height: 22px; font-weight: bold; vertical-align: middle; border-radius: 13px; margin-left: 10px; display: inline; background: #333; color: #fff; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }

.focusimg .FP_NumList span.selected { background: #fff; color: #666; border-radius: 13px; }

.focusimg .FP_pic { width: 700px; height: 326px; overflow: hidden; float: left; border-radius: 10px; text-align:center;background:#666;}
.focusimg .FP_pic img { height: 326px;width:700px; object-fit: cover; }
.focusimg .FP_pic .FP_tit_bg { height: 40px; width: 100%; margin-top: -40px; background: #000; filter: Alpha(Opacity=30); opacity: .3; }
.focusimg .FP_pic .FP_tit_txt { line-height: 36px; padding-left: 18px; margin-top: -40px; font-size: 16px; font-weight: bold; color: #fff; position: relative; *position: static;text-align:left; }
.focusimg .FP_pic .FP_tit_ico { width: 11px; height: 15px; margin: -22px 0 0 7px; overflow: hidden; font-size: 0; line-height: 0; position: relative; *position: static; }
.focusimg .FP_pic a:link, .FP_pic a:visited { color: #fff; text-decoration: none; }
.focusimg .FP_pic a:hover { text-decoration: underline; }


.focustext { width: 440px; height: 306px; float: right; overflow: hidden; border: 1px #ebebeb solid; background: White; border-radius: 10px; padding: 10px 20px; }
.focustext h3 { margin-top: 0px; font-size: 18px; color: #ff2800; height: 30px; line-height: 30px; background-repeat: no-repeat; padding-top: 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.focustext h3 a { color: #aa2e5b; }
.focustext span { font-size: 14px; height: 45px; line-height: 22px; margin-bottom: 10px; margin-top: 8px; overflow: hidden; width: 100%; color: #929090; display: block; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; }


/*最新栏目*/
.about { background: #fff; margin-top: 30px; border-radius: 5px; border: 1px #ebebeb solid; padding: 10px; }
.about .tit { font-size: 18px; line-height: 35px; margin-bottom: 10px; border-bottom: 1px #ebebeb solid; padding-bottom: 10px; }
.about .tit a { color:#aa2e5b; font-weight: 500; }

.about .list { margin-top: 10px; padding: 5px 10px; display: flex; flex-wrap: wrap; }
.about .item { flex: 0 0 calc(16.66% - 10px); height: auto; margin: 10px 5px}
.about .item .img { width: 90%; height: 100px; overflow: hidden; border-radius: 5px; margin: 0 auto; border: 1px #dcdcdc solid; }
.about .item .img img { width: 100%; height: 100%; object-fit: cover; }
.about .item p { height: 30px; line-height: 30px; overflow: hidden; width: 90%; text-align: center; margin: 0 auto; }


/*最新资讯*/
.articlephoto { }
.articlephoto .tit { font-size: 16px; line-height: 35px; margin-top: 20px; padding-bottom: 5px; background: #ffc0cb; padding: 0 10px; border-radius: 5px; }
.articlephoto .tit a { color: #aa2e5b; font-weight: 500; display: block; }

.articlephoto .item { float: left; width: 268px; overflow: hidden; margin-right: 40px; margin-top: 30px; background: #fff; border-radius: 5px; border: 1px solid #ebebeb; }
.articlephoto .pic { width: 100%; height: 150px; overflow: hidden; margin: 0 auto; }
.articlephoto .pic img { width: 100%; object-fit: cover; height: 100%; }
.articlephoto .title { font-size: 16px; padding: 10px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; }
.articlephoto .date { padding: 10px; border-top: 1px #ebebeb solid; margin-top: 10px; height: 30px; color: #9d9d9d; }
.articlephoto .date i { margin-right: 5px; }
.articlephoto .time { float: left; }
.articlephoto .look { float: right; }



/*内容列表*/
.news { background: #fff; margin-top: 30px;border-radius:5px; padding:10px;border:1px #ffc0cb solid;}
.news .tit{font-size:18px;line-height:35px;margin-bottom:10px;border-bottom:1px #f5f5f5 solid;padding-bottom:10px;}
.news .tit a{color:#aa2e5b;font-weight:500;}

.news .list { padding: 15px 24px; font-size: 15px; }
.news .list li { height: 26px; line-height: 26px; margin-bottom: 10px; width: 560px; float: left; list-style-type:square;}
.news .list a { width: 500px;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left;  text-indent: 10px; }
.news .list li b { color:#e60e17; }


/*合作伙伴*/

.company { background: #fff; margin-top: 30px; border-radius:5px; padding:10px;border:1px #ebebeb solid;}
.company .tit{font-size:18px;line-height:35px;margin-bottom:10px;border-bottom:1px #ebebeb solid;padding-bottom:10px;}
.company .tit a{color:#aa2e5b;font-weight:500;}

.company .list {margin-top:10px; }
.company .item{float:left;width:10%;text-align:center;margin:15px 0px;}
.company .item .img{width:100px;height:100px;overflow:hidden;border-radius:5px;margin:0 auto;border:1px #dcdcdc solid;}
.company .item .img img{width:100px;height:100px;object-fit:cover;}
.company .item p{height:25px;line-height:25px;overflow:hidden;width:100px;text-align:center;margin:0 auto;padding-top:10px;font-size:12px;}



/*----产品推广---*/
.products { background: #fff; margin-top: 30px;border-radius:5px; padding:10px;border:1px #ebebeb solid;}
.products .tit{font-size:18px;line-height:35px;margin-bottom:10px;border-bottom:1px #ebebeb solid;padding-bottom:10px;}
.products .tit a{color:#aa2e5b;font-weight:500;}

.products .list {margin-top:10px; }
.products .item{float:left;width:20%;text-align:center;margin:15px 0px;}
.products .item .img{width:200px;height:200px;overflow:hidden;border-radius:5px;margin:0 auto;border:1px #dcdcdc solid;}
.products .item .img img{width:200px;height:200px;object-fit:cover;}
.products .item p{height:50px;line-height:25px;overflow:hidden;width:200px;text-align:center;margin:0 auto;padding-top:10px;}



/*-----------友情链接------------- */

.link { margin-top: 20px; background:#fff; border-radius:5px;padding:15px;line-height:25px;border:1px #dcdcdc solid;color:#e60e17;}
.link a {margin-left:10px; }

