
*{font-family:"微软雅黑",'pingfang SC',"黑体",arial}
body {margin: 0px;padding: 0px;background-color: #ffffff;font-size: 14px;line-height: 25px;color: #333;text-decoration: none;}
.width-1200px{width:1200px;margin:0px auto 0px auto;}
.width-max-1200px{max-width:1200px; margin:0px auto 0px auto;}
.width-min-1200px{width:100%; min-width: 1200px;}
.width-10 {width: 10%;}.width-20 {width: 20%;}.width-30{width:30%;}.width-40{width:40%;}.width-50{width:50%;}.width-60{width:60%;}.width-70{width:70%;}.width-80{width:80%;}.width-90{width:90%;}.width-100{width:100%;}
.width-5 {width: 5%;}.width-15 {width:15}.width-25{width:25%;}.width-35{width:35%;}.width-45{width:45%;}.width-55{width:55%;}.width-65{width:65%;}.width-75{width:75%;}.width-85{width:85%;}.width-95{width:95%;}

.img{vertical-align:bottom;display:block;border:0px;}
.img-width-100,.img-width-100 img{width:100%;height:auto;}
.float-left{ float:left;}.float-right{ float:right;}
.txt-left{ text-align: left;}.txt-center{text-align: center;}.txt-right{text-align:right;}
.clear-both{ clear:both;}.clear-left{ clear:left;}.clear-right{ clear:right;}

.margin-top-5px {margin-top: 5px;}.margin-bottom-5px {margin-bottom: 5px;}
.margin-top-10px {margin-top: 10px;}.margin-bottom-10px {margin-bottom: 10px;}
.margin-top-15px {margin-top: 15px;}.margin-bottom-15px {margin-bottom: 15px;}
.margin-top-20px {margin-top: 20px;}.margin-bottom-20px {margin-bottom:20px;}
.margin-top-25px {margin-top:25px;}.margin-bottom-25px {margin-bottom:25px;}
.margin-top-30px {margin-top:30px;}.margin-bottom-30px {margin-bottom:30px;}
.margin-top-40px {margin-top:40px;}.margin-bottom-40px {margin-bottom:40px;}
.margin-top-50px {margin-top:50px;}.margin-bottom-50px {margin-bottom:50px;}

.margin-left-5px { margin-left:5px;}.margin-right-5px { margin-right:5px;}
.margin-left-10px { margin-left:10px;}.margin-right-10px { margin-right:10px;}
.margin-left-15px { margin-left:15px;}.margin-right-15px { margin-right:15px;}
.margin-left-20px { margin-left:20px;}.margin-right-20px { margin-right:20px;}
.margin-left-25px { margin-left:25px;}.margin-right-25px { margin-right:25px;}
.margin-left-30px { margin-left:30px;}.margin-right-30px { margin-right:30px;}
.margin-left-40px { margin-left:40px;}.margin-right-40px { margin-right:40px;}
.margin-left-50px { margin-left:50px;}.margin-right-50px { margin-right:50px;}

.padding-top-5px{padding-top:5px;}.padding-bottom-5px{padding-bottom:5px;}
.padding-top-10px{padding-top:10px;}.padding-bottom-10px{padding-bottom:10px;}
.padding-top-15px{padding-top:15px;}.padding-bottom-15px{padding-bottom:15px;}
.padding-top-20px{padding-top:20px;}.padding-bottom-20px{padding-bottom:20px;}
.padding-top-25px{padding-top:25px;}.padding-bottom-25px{padding-bottom:25px;}
.padding-top-30px{padding-top:30px;}.padding-bottom-30px{padding-bottom:30px;}
.padding-top-40px{padding-top:40px;}.padding-bottom-40px{padding-bottom:40px;}
.padding-top-50px{padding-top:50px;}.padding-bottom-50px{padding-bottom:50px;}

.padding-left-5px{padding-left:5px;}.padding-right-5px{padding-right:5px;}
.padding-left-10px{padding-left:10px;}.padding-right-10px{padding-right:10px;}
.padding-left-15px{padding-left:15px;}.padding-right-15px{padding-right:15px;}
.padding-left-20px{padding-left:20px;}.padding-right-20px{padding-right:20px;}
.padding-left-25px{padding-left:25px;}.padding-right-25px{padding-right:25px;}
.padding-left-30px{padding-left:30px;}.padding-right-30px{padding-right:30px;}
.padding-left-40px{padding-left:40px;}.padding-right-40px{padding-right:40px;}
.padding-left-50px{padding-left:50px;}.padding-right-50px{padding-right:50px;}

.margin-auto { margin-left:auto; margin-right:auto;}
.display-inline-block{ display: inline-block; *display: inline; zoom: 1;}
.display-block {display:block;}
.display-none {display:none;}
    /*横向换行*/
.display-flex-wrap {display:flexbox;display: -webkit-flexbox;display: -mx-flexbox;display: -moz-flexbox;display: flex;display: -webkit-flex;display: -mx-flex;display: -moz-flex;flex:auto; justify-content:space-between;flex-wrap: wrap;}
    /*横向不换行*/
.display-flex-nowrap {display:flexbox;display: -webkit-flexbox;display: -mx-flexbox;display: -moz-flexbox;display: flex;display: -webkit-flex;display: -mx-flex;display: -moz-flex;flex:auto; justify-content:space-between;flex-wrap: nowrap;}
    /*上下居中*/
.display-flex-column-center{display:flexbox;display: -webkit-flexbox;display: -mx-flexbox;display: -moz-flexbox;display: flex;display: -webkit-flex;display: -mx-flex;display: -moz-flex;flex:auto; justify-content:center;flex-direction:column;}

.txt-color-white,.txt-color-white a{color:#ffffff;}
.txt-color-black,.txt-color-black a{color:#000000;}
.txt-color-blue,.txt-color-blue a{color:#0062d0;}
.txt-color-gray,.txt-color-gray a{color:#A8A8A8;}
.txt-color-red,.txt-color-red a{color:#FF0004;}

.txt-font-size-10px,.txt-font-size-10px a{font-size:10px;}
.txt-font-size-12px,.txt-font-size-12px a{font-size:12px;}
.txt-font-size-14px,.txt-font-size-14px a{font-size:14px;}
.txt-font-size-16px,.txt-font-size-16px a{font-size:16px;}
.txt-font-size-18px,.txt-font-size-18px a{font-size:18px;}
.txt-font-size-20px,.txt-font-size-20px a{font-size:20px;}
.txt-font-size-22px,.txt-font-size-22px a{font-size:22px;}
.txt-font-size-24px,.txt-font-size-24px a{font-size:24px;}
.txt-font-size-26px,.txt-font-size-26px a{font-size:26px;}
.txt-font-size-28px,.txt-font-size-28px a{font-size:28px;}
.txt-font-size-30px,.txt-font-size-30px a{font-size:30px;}

.txt-font-bold{font-weight: bolder;}.txt-font-bold{font-weight: bold;}

/*HTML5*/
@media screen and (min-width:10px){
	.width-H5 {width:780px; margin-left:auto; margin-right:auto;}
    .show-on-mobile {display:inline;}
    .hide-on-mobile {display:none;}
}
@media screen and (min-width:980px){
	.width-H5 {width:960px; margin-left:auto; margin-right:auto;}
     .show-on-mobile {display:none;}
     .hide-on-mobile {display:inline;}
}
@media screen and (min-width:1200px){
	.width-H5 {width:1180px; margin-left:auto; margin-right:auto;}
}
@media screen and (min-width:1400px){
	.width-H5 {width:1380px; margin-left:auto; margin-right:auto;}
}
@media screen and (min-width:1600px){
	.width-H5 {width:1580px; margin-left:auto; margin-right:auto;}
}
@media screen and (min-width:1800px){
	.width-H5 {width:1780px; margin-left:auto; margin-right:auto;}
}

/*显示主体部分通用样式*/
.main{ font-size: 14px; line-height: 30px; text-align: left;}
.ArticleTitle{text-align: center;}
.ArticleContent{}
/*table隔行显示不同颜色*/
.ArticleContent table tr:nth-child(odd){background:#f3f3f3;}
.ArticleContent table tr:hover{background:#dfdfdf;}

.ArticleContent table td{padding-top: 2px;padding-right: 4px;padding-left: 4px;padding-bottom: 2px;}
.ArticleContent table{ margin-left:auto; margin-right: auto;}
.ArticleContent table,.main table td{border-collapse:collapse; border:solid #cccccc;	border-width:1px 1px 1px 1px;}
.ArticleContent img{ max-width:100%; height:auto;}

/*路径样式---------------------------------------------------------------------------------------*/
.pathList {font-size: 12px;line-height: 25px;color: #C1C1C1;padding-left: 10px;}
.pathList a{font-size: 14px;line-height: 25px;color: #666666;text-decoration: none;}
/*以上通用样式不能随便修改------------------------------------------------------*/

.banner{height: 100%;}
ul{margin:0px; padding: 0px; list-style: none;}
li{margin:0px; padding: 0px; list-style: none;}

/*底部样式，自行修改-------------------------------------------------------------------------------*/
.web-floor {
	background-color: #02468c;padding-bottom: 40px; padding-top: 40px;
}
.web-floor div,.web-floor a,.web-floor a:visited,.web-floor a:hover{
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
}

.copyright{
    border-top: 1px solid rgba(255,255,255,1.00);margin-top: 45px;padding-top: 45px;
}

/*网站新的开始*/
.top-tel-title{font-size:14px;color:#585858;margin-top: 25px;}
.top-tel{font-size:20px;color:#f07d1a;}
.top-search{
    margin-top: 15px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
}
.top-bg{background-color:#000000;color:#ffffff;font-size:12px;line-height: 28px;}
.logo-bg{background-color:#f6f6f6;padding-bottom: 15px;padding-top: 15px;}
.top-btn-bg{
    background-color: #f6f6f6;
    border-top: 1px solid rgba(175,175,175,1.00); height: 45px;overflow: hidden;
}
.index-title-cn{
    font-size: 30px;
    font-weight: bold;color:#0e4d9c;text-align: center;letter-spacing:10px;
}
.index-title-en{
    font-size: 18px;
    margin-top: 20px;
    color: #0e4d9c;
    background-image: url(../image/index-title-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    color: #b5b5b6;
    margin-top: 15px;
    font-family: "Akzidenz-Grotesk BQ Condensed", Bahnschrift, "Bauhaus 93", "Geometr415 Blk BT", "GeoSlab703 Md BT", "Humanst521 Lt BT", Haettenschweiler, "Swis721 Blk BT";
}


.index-product-bg{background-color: #f2f2f3;padding-bottom: 40px; padding-top:40px;}
.sb-list{
    height: 921px; padding-top: 80px;
    background-image: url(../image/sb-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 5px solid rgba(46,136,228,1.00);
}



.index-link{padding-bottom: 60px;padding-top: 60px;}
.index-link-list{}
.index-link-list ul{}
.index-link-list ul li{float:left;width:25%;text-align: center;padding-top: 40px;}
.index-link-list ul li img{
    border: 1px solid rgba(201,201,201,1.00);
}
.index-about{width:900px}
.index-news{width:230px;}
.index-about-title{
    font-size: 24px; line-height: 40px;padding-left: 35px;
    color: #013474;
    border-bottom: 1px solid rgba(164,164,164,1.00);
    background-image: url(../image/index_09.jpg);
    background-repeat: no-repeat;
    background-position: left center; margin-bottom: 10px;
}
.index-about-title span,.index-news-title span{float:right;font-size:12px;line-height: 40px;}
.index-news-title{
    font-size: 24px;
    line-height: 40px;
    color: #f07d1a;
    padding-left: 35px;
    border-bottom: 1px solid rgba(164,164,164,1.00);
    background-image: url(../image/index_15.jpg);  background-repeat: no-repeat;
    background-position: left center;margin-bottom: 10px;
}

.index-about-img{width:415px;}
.index-about-txt{width:455px;}

.index-title-cn-sb{font-size: 30px;line-height: 40px;
    font-weight: bold;color:#6a6a6a;text-align: center;}
.index-title-en-sb{background-color:#0d74c3;color:#ffffff;text-align: center;line-height: 30px;font-size:18px;margin-top:15px;width:390px;margin-left: auto;margin-right: auto;}


.index-pro-classify{margin-top: 40px;}
.index-pro-classify ul{}
.index-pro-classify ul li{}
.index-pro-classify ul li a{width:100%;display: block;}
/*.index-pro-classify ul li .proclassify-img img{width:100%;height: auto;}*/
.index-pro-classify ul li .proclassify-img{
    overflow: hidden;
    position: relative;
}
.index-pro-classify ul li a .index-pro-ico{display:none;}
.index-pro-classify ul li:hover a .index-pro-ico{display: block;
    position: absolute;width:100%;height: 100%;text-align: center;padding-top: 100px;background-color:rgba(0,0,0,0.30);z-index: 8888;top:0px;left:0px;
}
.index-pro-ico-box{
    background-color: rgba(0,0,0,0.70);
    display: inline-block;
    padding: 15px 8px 8px 10px;
    border-radius: 6px;overflow: hidden;
}
.index-pro-ico span{font-size:40px;color:#ffffff;}

.proclassify-1{position: relative;height: 246px;overflow: hidden;}
.proclassify-1 a .proclassify-img{width:800px;height: 246px;position: absolute;top:0px;left:0px;
	-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 999;}
.proclassify-1 a .proclassify-img img{width:800px;height: 246px;}
.proclassify-1 a .proclassify-txt{width:400px; height: 246px; background-color:#f07d1a;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:800px;
	-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 888;}

.proclassify-1:hover a .proclassify-img{width:800px;height: 246px;position: absolute;top:0px;left:400px;}
.proclassify-1:hover a .proclassify-txt{width:400px; height: 246px; background-color:#f07d1a;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:0px;}
.proclassify-txt div+div{margin-top: 10px;}


.proclassify-2{position: relative;height: 246px;overflow: hidden;}
.proclassify-2 a .proclassify-img{width:800px;height: 246px;position: absolute;top:0px;left:400px;-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 888;}
.proclassify-2 a .proclassify-img img{width:800px;height: 246px;}
.proclassify-2 a .proclassify-txt{width:400px; height: 246px; background-color:#f07d1a;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:0px;-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 999;}

.proclassify-2:hover a .proclassify-img{width:800px;height: 246px;position: absolute;top:0px;left:0px;}
.proclassify-2:hover a .proclassify-txt{width:400px; height: 246px; background-color:#f07d1a;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:800px;}


.proclassify-3{position: relative;height: 246px;overflow: hidden;margin-bottom:15px;}
.proclassify-3 a .proclassify-img{width:800px;height: 246px;position: absolute;top:0px;left:0px;
	-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 999;}
.proclassify-3 a .proclassify-img img{width:800px;height: 246px;}
.proclassify-3 a .proclassify-txt{width:400px; height: 246px; background-color:#f07d1a;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:800px;
	-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 888;}

.proclassify-3:hover a .proclassify-img{width:800px;height: 246px;position: absolute;top:0px;left:400px;}
.proclassify-3:hover a .proclassify-txt{width:400px; height: 246px; background-color:#f07d1a;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:0px;}


.proclassify-4{
    position: relative;float:left;width:400px;overflow: hidden; height: 510px;
}
.proclassify-4 a .proclassify-img img{width:400px;height: 255px;}
.proclassify-4 a .proclassify-img{
    width: 400px;overflow: hidden;
    height: 255px;
    position: absolute;top:0px;left:0px;-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;
}
.proclassify-4 a .proclassify-txt{width:400px; height: 255px; background-color:#0e4d9c;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:255px;left:0px;-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;}
.proclassify-4 a .proclassify-img img{width:400px;height: 255px;}

.proclassify-4:hover a .proclassify-img{
    width: 400px;
    height: 255px;
    position: absolute;top:255px;left:0px;
	
}
.proclassify-4:hover a .proclassify-txt{width:400px; height: 255px; background-color:#0e4d9c;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:0px;}



.proclassify-5{
    position: relative;float:left;width:400px;overflow: hidden; height: 510px;
}
.proclassify-5 a .proclassify-img img{width:400px;height: 255px;}
.proclassify-5 a .proclassify-img{
    width: 400px;
    height: 255px;
    position: absolute;
    top: 255px;
    left: 0px;z-index: 999;
	-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;
}
.proclassify-5 a .proclassify-txt{width:400px; height: 255px; background-color:#0e4d9c;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:0px;
-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;z-index: 888;}
.proclassify-5 a .proclassify-img img{width:400px;height: 255px;}
.proclassify-5:hover a .proclassify-img{
    width: 400px;
    height: 255px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.proclassify-5:hover a .proclassify-txt{width:400px; height: 255px; background-color:#0e4d9c;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:255px;left:0px;}


.proclassify-6{
    position: relative;float:left;width:400px;overflow: hidden; height: 510px;
}
.proclassify-6 a .proclassify-img img{width:400px;height: 255px;}
.proclassify-6 a .proclassify-img{
    width: 400px;
    height: 255px;
    position: absolute;top:0px;left:0px;
	-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;
}
.proclassify-6 a .proclassify-txt{width:400px; height: 255px; background-color:#0e4d9c;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:255px;left:0px;
-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;}
.proclassify-6 a .proclassify-img img{width:400px;height: 255px;}
.proclassify-6:hover a .proclassify-img{
    width: 400px;
    height: 255px;
    position: absolute;top:255px;left:0px;
}
.proclassify-6:hover a .proclassify-txt{width:400px; height: 255px; background-color:#0e4d9c;text-align: center;font-size:24px;padding-top: 60px;color:#ffffff;position: absolute;top:0px;left:0px;}

.sb-img-box{
    position: relative;width:1200px;text-align: center;padding-top: 135px; margin-left: auto;margin-right: auto;
}

.sb-item .sb-list-img img{-ms-transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;}
.sb-item:hover .sb-list-img img{transform:rotate(360deg);
-ms-transform:rotate(360deg); 	/* IE 9 */
-moz-transform:rotate(360deg); 	/* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); 	/* Opera */}



.sb-list-1{
    position: absolute;top:100px;left:550px;
}
.sb-list-1 .sb-list-img{float:left;} 
.sb-list-1 .sb-list-txt{
    float: right;margin-left: 15px;margin-top: 25px;
    font-size: 30px;
    line-height: 50px;
    border-top: 4px solid rgba(46,136,228,1.00);
	border-bottom: 4px solid rgba(46,136,228,1.00);
}
.sb-list-2{
    position: absolute;top:280px;left:790px;
}
.sb-list-2 .sb-list-img{float:left;} 
.sb-list-2 .sb-list-txt{
    float: right;margin-left: 15px;margin-top: 25px;
    font-size: 30px;
    line-height: 50px;
    border-top: 4px solid rgba(46,136,228,1.00);
	border-bottom: 4px solid rgba(46,136,228,1.00);
}


.sb-list-3{
    position: absolute;top:580px;left:690px;
}
.sb-list-3 .sb-list-img{float:left;} 
.sb-list-3 .sb-list-txt{
    float: right;margin-left: 15px;margin-top: 25px;
    font-size: 30px;
    line-height: 50px;
    border-top: 4px solid rgba(46,136,228,1.00);
	border-bottom: 4px solid rgba(46,136,228,1.00);
}


.sb-list-4{
    position: absolute;top:580px;left:230px;
}
.sb-list-4 .sb-list-img{float:right;} 
.sb-list-4 .sb-list-txt{
    float: left;margin-right: 15px;margin-top: 25px;
    font-size: 30px;
    line-height: 50px;
    border-top: 4px solid rgba(46,136,228,1.00);
	border-bottom: 4px solid rgba(46,136,228,1.00);
}


.sb-list-5{
    position: absolute;top:280px;left:90px;
}
.sb-list-5 .sb-list-img{float:right;} 
.sb-list-5 .sb-list-txt{
    float: left;margin-right: 15px;margin-top: 25px;
    font-size: 30px;
    line-height: 50px;
    border-top: 4px solid rgba(46,136,228,1.00);
	border-bottom: 4px solid rgba(46,136,228,1.00);
}

.left-menu{width:280px;float:left;}
.left-menu ul{
    width: 270px;
    padding: 20px;
    background-image: url(../image/left-menu-bg.jpg);
    background-repeat: repeat-y;
    background-position: left 0%;
}
.left-menu ul li{
    padding-bottom: 8px;
    padding-top: 8px;

}
.left-menu ul li a{
    font-size: 18px;
    line-height: 40px;
    color: #707070;
    padding-left: 30px;
    text-decoration: none;
}
.left-menu ul li a:hover{    background-color: #ff8000;
    display: block;
    color: #ffffff;
    font-weight: bold;}
.left-menu ul li.OnBtn a{
    background-color: #ff8000;
    display: block;
    color: #ffffff;
    font-weight: bold;
}
.main-box{width:900px;float:right;}
.about-left{float:left;width:350px;}
.about-right{width:500px;float:right;}
.about-title{
    border-left: 2px solid rgba(10,147,0,1.00);padding-left: 20px;margin-bottom: 20px;font-size:18px;
}
.about-title div{color:#074d9c;}
#SearchSubmit{background-color:#f07d1a;color:#ffffff;}

.more{text-align: center;margin-top: 40px;}
.more a{background-color:rgba(46,136,228,1.00);color:#ffffff;width:80px;list-style: 30px;text-align: center;display: block;margin-left: auto;margin-right:auto;}

.job-title{font-size:14px;background-color: rgba(46,136,228,1.00);color:#ffffff;}
.job-title div{width:25%; line-height: 50px;}
.job-line{
    border-bottom: 1px solid rgba(199,199,199,1.00);
}
.job-line div{width:25%; line-height: 50px;}